|
| 1 | +# [v3.0.1](https://github.com/finos/perspective/releases/tag/v3.0.1) |
| 2 | + |
| 3 | +_26 August 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.0.0...v3.0.1)) |
| 4 | + |
| 5 | +Features |
| 6 | + |
| 7 | +- Stringify Arrow lists [#2700](https://github.com/finos/perspective/pull/2700) |
| 8 | +- Zstd decompression for arrows [#2717](https://github.com/finos/perspective/pull/2717) |
| 9 | +- Better Timestamp Parsing [#2713](https://github.com/finos/perspective/pull/2713) |
| 10 | + |
| 11 | +Misc |
| 12 | + |
| 13 | +- Fix docs site serialized loading, docs.rs gen [#2718](https://github.com/finos/perspective/pull/2718) |
| 14 | + |
1 | 15 | # [v3.0.0](https://github.com/finos/perspective/releases/tag/v3.0.0) |
2 | 16 |
|
3 | | -_16 August 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.1...v3.0.0)) |
| 17 | +_23 August 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.1...v3.0.0)) |
4 | 18 |
|
5 | | -Fixes |
| 19 | +**Breaking** |
6 | 20 |
|
7 | | -- Add region, column and row selection modes to Perspective Datagrid [#2618](https://github.com/finos/perspective/pull/2618) |
8 | | -- Use ABI3 for `perspective-python` shared library [#2661](https://github.com/finos/perspective/pull/2661) |
| 21 | +- Perspective Virtual API (Python) [#2625](https://github.com/finos/perspective/pull/2625) |
| 22 | +- Perspective Virtual API (JavaScript) [#2615](https://github.com/finos/perspective/pull/2615) |
| 23 | + |
| 24 | +Features |
| 25 | + |
| 26 | +- Add Pyodide support and split Rust/C++ builds for Python wheel [#2707](https://github.com/finos/perspective/pull/2707) |
| 27 | +- Draw 0 axis prominently [#2698](https://github.com/finos/perspective/pull/2698) |
| 28 | +- Calculate `group_by` in parallel [#2701](https://github.com/finos/perspective/pull/2701) |
9 | 29 | - `PerspectiveWidget` support for new Python API [#2658](https://github.com/finos/perspective/pull/2658) |
| 30 | +- Use ABI3 for `perspective-python` shared library [#2661](https://github.com/finos/perspective/pull/2661) |
| 31 | +- Add region, column and row selection modes to Perspective Datagrid [#2618](https://github.com/finos/perspective/pull/2618) |
| 32 | + |
| 33 | +Fixes |
| 34 | + |
10 | 35 | - Fix missing icons [#2712](https://github.com/finos/perspective/pull/2712) |
11 | 36 | - Fix Windows JupyterLab packaging [#2705](https://github.com/finos/perspective/pull/2705) |
12 | 37 | - Fix Python `sdist`, update docs, add `lint` to CI [#2702](https://github.com/finos/perspective/pull/2702) |
|
18 | 43 | - New status indicator [#2692](https://github.com/finos/perspective/pull/2692) |
19 | 44 | - Docs and examples update for new API [#2659](https://github.com/finos/perspective/pull/2659) |
20 | 45 |
|
21 | | -Features |
22 | | - |
23 | | -- Add Pyodide support and split Rust/C++ builds for Python wheel [#2707](https://github.com/finos/perspective/pull/2707) |
24 | | -- Draw 0 axis prominently [#2698](https://github.com/finos/perspective/pull/2698) |
25 | | -- Calculate `group_by` in parallel [#2701](https://github.com/finos/perspective/pull/2701) |
26 | | - |
27 | | -**Breaking** |
28 | | - |
29 | | -- Perspective Virtual API (Python) [#2625](https://github.com/finos/perspective/pull/2625) |
30 | | -- Perspective Virtual API (JavaScript) [#2615](https://github.com/finos/perspective/pull/2615) |
31 | | - |
32 | 46 | # [v2.10.1](https://github.com/finos/perspective/releases/tag/v2.10.1) |
33 | 47 |
|
34 | 48 | _23 May 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.0...v2.10.1)) |
|
0 commit comments