Breaking changes:
- Remove host_view and open_view from public API #1240 (sc1f)
- Restrict
viewer.load\(\)
to only acceptTable\(\)
#1231 (texodus)
Implemented enhancements:
- Improve the behavior of the render warning on charts #1213
- Feature request: Add abs sum as an aggregator #750
- Validate view config in engine, fix computed column state bugs #1272 (sc1f)
- Fix #1213 - improve render warning behavior #1249 (sc1f)
- Reimplement pandas deconstruction #1238 (timkpaine)
- Add unit context for 0-sided views #1235 (sc1f)
- Add Python client-based stresstest #1223 (sc1f)
Fixed bugs:
- FindPyarrow.cmake should check if major version != 0, not if ==1 #1259
- Perspective Python build failure when executing yarn run build_python #1258
- Filter options are not converted to json-serializeable values #1243
- Date columns break in PerspectiveWidget client mode #1241
- Perspective-Python does not support DataFrames with categorical axis #1158
- Critical error for pandas pivoted data frames #1123
- Inconsistent behavior for Pandas pivot tables #1122
- Fix Date/Time formatting in
perspective-viewer
CSV output #1281 (texodus) - Fix build for pyarrow 2.0.0 #1260 (timkpaine)
- Fix #1241 - date and datetime values in client mode are parsed properly #1248 (sc1f)
- Fix distributed editing in PerspectiveWidget #1236 (sc1f)
Closed issues:
- Dataframe copy / dump to csv from perspective datetime formatting #1265
- Defining calculated column using 'final aggregate column values' #1263
- Pandas on the web browser with perspective? #1254
- All API documentation links broken #1229
- More Recent Conda Builds #1226
Merged pull requests:
- New Documentation & Project Site #1275 (texodus)
- free() pointer to arrow binary in Python #1273 (sc1f)
- Cleanup docs and examples to viewer.load(table) #1271 (sc1f)
- Fix: version conflict that makes
npm install
failed #1266 (damphat) - Fix flapping tests for render warnings #1264 (texodus)
- Documentation: Point to current jupyter examples, and remove out-of-date/broken example #1257 (ceball)
- Update Azure Windows boost to 1.72 #1253 (sc1f)
- Add perspective-click event to grid #1250 (Sam-Ogden)
- Adding abs sum functionality #1247 (zepaz)
- Fix example notebooks #1239 (sc1f)
- tweak py wheel build on linux #1234 (timkpaine)
- Refactor C++, misc. C++ fixes #1233 (sc1f)
- Add
get\_index\(\)
andget\_limit\(\)
to the public API, internal code cleanup #1230 (sc1f) - Explicitly import
tornado.locks
#1227 (sc1f)
* This Changelog was automatically generated by github_changelog_generator