|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +# [0.2.21] - 2019-04-03 |
| 4 | +### Added |
| 5 | +* [#488](https://github.com/jpmorganchase/perspective/pull/488) Candlestick and OHLC charts for `perspective-viewer-d3fc`. |
| 6 | +* [#479](https://github.com/jpmorganchase/perspective/pull/479) Added zooming, label rotation and new scatter types to `perspective-viewer-d3fc`. |
| 7 | +* [#498](https://github.com/jpmorganchase/perspective/pull/498) Bollinger bands, moving averages, draggable legends for `perspective-viewer-d3fc`. |
| 8 | +* [#489](https://github.com/jpmorganchase/perspective/pull/489) Header sort indicator for `perspective-viewer-hypergrid`. |
| 9 | +* [#506](https://github.com/jpmorganchase/perspective/pull/506) Header click-to-sort for `perspective-viewer-hypergrid`, improved scroll performance. |
| 10 | +* [#516](https://github.com/jpmorganchase/perspective/pull/516) New `perspective-cli` package for convenient Perspective operations from the command line. |
| 11 | +* [#483](https://github.com/jpmorganchase/perspective/pull/483) Performance improvement for `perspective.to_*` methods. |
| 12 | +* [#485](https://github.com/jpmorganchase/perspective/pull/485) Added window support to `to_arrow()` method. |
| 13 | +* [#486](https://github.com/jpmorganchase/perspective/pull/486) Disabled delta calculation for `on_update` method by default, improving update performance. |
| 14 | +* [#503](https://github.com/jpmorganchase/perspective/pull/503) Added `get_config()` API to `perspective.table`. |
| 15 | +* [#512](https://github.com/jpmorganchase/perspective/pull/512) Column context labels are now configurable via the plugin API. |
| 16 | + |
| 17 | +### Fixes |
| 18 | +* [#478](https://github.com/jpmorganchase/perspective/pull/478) Fixed broken filtering on `date` type columns. |
| 19 | +* [#486](https://github.com/jpmorganchase/perspective/pull/486) Fixed un-pivoted `view.to_schema()` method to only show visible columns. |
| 20 | +* [#490](https://github.com/jpmorganchase/perspective/pull/490) Fixed bug which removed filter columns when dragged from active columns list. |
| 21 | +* [#491](https://github.com/jpmorganchase/perspective/pull/491) Fixed `perspective-webpack-plugin` load_path issue when `perspective-*` modules are not at the top-level of `node_modules`. |
| 22 | +* [#493](https://github.com/jpmorganchase/perspective/pull/493) Fixed `sum abs` aggregate type. |
| 23 | +* [#501](https://github.com/jpmorganchase/perspective/pull/501) Fixed pivot on categories containing nulls bug. |
| 24 | +* [#502](https://github.com/jpmorganchase/perspective/pull/502) Fixed expand/collapse on 2-sided contexts bug. |
| 25 | + |
| 26 | +### Internal |
| 27 | +* [#497](https://github.com/jpmorganchase/perspective/pull/497) Added local puppeteer mode for testing. |
| 28 | + |
3 | 29 | ## [0.2.20] - 2019-03-07 |
4 | 30 | ### Added |
5 | 31 | * [#463](https://github.com/jpmorganchase/perspective/pull/463) D3FC plugin features Area and Heatmap charts, hierarchial axes have been added to all chart types, as well as a host of additioanl improvements. |
6 | 32 | * [#473](https://github.com/jpmorganchase/perspective/pull/473) Performance improvement to `to_*()` output methods. |
7 | 33 | * [#469](https://github.com/jpmorganchase/perspective/pull/469) `open()` in the node.js API now takes a `table()` argument so it may be retained in the invoking code. |
8 | 34 | * [#475](https://github.com/jpmorganchase/perspective/pull/475) Added `not in` filter type to `<perspective-viewer>`. |
9 | 35 |
|
10 | | -### Fixed |
| 36 | +### Fixes |
11 | 37 | * [#470](https://github.com/jpmorganchase/perspective/pull/470) Fixed Jupyterlab extension dist |
12 | 38 | * [#471](https://github.com/jpmorganchase/perspective/pull/471) Fixed CSV parse issue when converting `integer` to `string` via schema. |
13 | 39 |
|
|
0 commit comments