Releases: finos/perspective
Releases · finos/perspective
v3.1.4
What's Changed
- CI sdist fixes, port conda patch, fix ODR violation by @tomjakubowski in #2826
- Fix
plugin
switch by @texodus in #2828 - Add back Table and View exports, make constructors throw like pyarrow.Table by @timkpaine in #2831
- Fix concurrent update segfault by @texodus in #2835
- Fix failed color range update by @wakek in #2823
- Fixed workspace persistence structure symmetry by @texodus in #2833
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Add aarch64 Mac runners to test_python, restore PSP_ARCH dev behavior by @tomjakubowski in #2802
- Escape esbuild plugin's symbol replacement. by @timbess in #2807
- Missing tooltip data by @wakek in #2753
- fix aiohttp disconnect error on websockets by @s22chan in #2806
- Fix workspace resize and related bugs by @texodus in #2808
- Fix
perspective-python
sdist and add sdist tests to CI by @tomjakubowski in #2817
New Contributors
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- arrow: Fix cross-compiling errors on macos by @tomjakubowski in #2798
- Fix docs, inline builds, export, and workspace CSS by @texodus in #2800
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Fix filter values for non-interned strings by @texodus in #2784
- Update documentation for
3.x
by @texodus in #2778 - Column type icon matches the datatype type of the field in column selectors (where, group by, sortby, filter) by @tarekquao in #2780
- key press inserts '\t' character in code editor as indentation. by @onesimus-wiafe in #2779
- Port Conda patches, use vendored boost by @tomjakubowski in #2793
New Contributors
- @tarekquao made their first contribution in #2780
- @onesimus-wiafe made their first contribution in #2779
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Emscripten wheel fixes and test coverage by @tomjakubowski in #2739
- Upgrade Apache Arrow C++ to 17.0.0 by @texodus in #2749
- Fix cancellable methods in
perspective-viewer
by @texodus in #2755 - Python API changes from community by @texodus in #2754
- Add Python benchmark suite for
3.x
by @texodus in #2761 - Add Windows build for
perspective-rs
to CI by @texodus in #2759 - Update
README.md
, examples and build dependencies by @texodus in #2762 - Allow
bytes
andstring
for JSON/CSV input data withformat
option by @texodus in #2763
Full Changelog: v3.0.3...v3.1.0
v3.0.3
v3.0.2
v3.0.1
What's Changed
- Better Timestamp Parsing by @sinistersnare in #2713
- Zstd decompression for arrows by @sinistersnare in #2717
- Stringify Arrow lists by @sinistersnare in #2700
- Fix docs site serialized loading, docs.rs gen by @texodus in #2718
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Perspective Virtual API (JavaScript) by @texodus in #2615
- Add region, column and row selection modes to Perspective Datagrid by @texodus in #2618
- Perspective Virtual API (Python) by @texodus in #2625
- Use ABI3 for
perspective-python
shared library by @texodus in #2661 - Docs and examples update for new API by @texodus in #2659
PerspectiveWidget
support for new Python API by @texodus in #2658- New status indicator by @texodus in #2692
- Fix Python
sdist
, update docs, addlint
to CI by @texodus in #2702 - Calculate
group_by
in parallel by @texodus in #2701 - Draw 0 axis prominently by @texodus in #2698
- Fix Windows JupyterLab packaging by @texodus in #2705
- Update docs by @texodus in #2706
- Add Pyodide support and split Rust/C++ builds for Python wheel by @texodus in #2707
- Update
docusaurus
website and examples by @texodus in #2708 - Fix missing icons by @texodus in #2712
Full Changelog: v2.10.1...v3.0.0
v2.10.1
What's Changed
- Fix compatibility with other MSVC versions by explicitly converting to string by @timkpaine in #2570
- Update to pyodide 0.25.1 for pyodide/pyodide#4655 by @timkpaine in #2596
- Update contributing documentation for DCO by @timkpaine in #2595
- Fix intermittent
to_arrow()
error in Python by @texodus in #2608 - Fix
delete()
Python async call not resolving by @texodus in #2610
Full Changelog: v2.10.0...v2.10.1