Recent Releases of https://github.com/finos/perspective

https://github.com/finos/perspective - v3.7.3

What's Changed

  • Fix thread safety of multiple Server instances in the same process by @texodus in https://github.com/finos/perspective/pull/3034
  • Expose null cell style for perspective-viewer-datagrid by @texodus in https://github.com/finos/perspective/pull/3032

Full Changelog: https://github.com/finos/perspective/compare/v3.7.2...v3.7.3

- C++
Published by github-actions[bot] 8 months ago

https://github.com/finos/perspective - v3.7.2

What's Changed

  • Refactor docs by @texodus in https://github.com/finos/perspective/pull/3029
  • Fix datagrid editing and add tests by @texodus in https://github.com/finos/perspective/pull/3030

Full Changelog: https://github.com/finos/perspective/compare/v3.7.1...v3.7.2

- C++
Published by github-actions[bot] 8 months ago

https://github.com/finos/perspective - v3.7.1

What's Changed

  • Fix global filter regression by @texodus in https://github.com/finos/perspective/pull/3025

Full Changelog: https://github.com/finos/perspective/compare/v3.7.0...v3.7.1

- C++
Published by github-actions[bot] 8 months ago

https://github.com/finos/perspective - v3.7.0

What's Changed

  • Nightly artifacts by @timbess in https://github.com/finos/perspective/pull/2987
  • @finos/perspective-react by @texodus in https://github.com/finos/perspective/pull/2893
  • Fix ProxySession message routing bug with Jupyter widget by @texodus in https://github.com/finos/perspective/pull/2989
  • Nightly versions by @texodus in https://github.com/finos/perspective/pull/2990
  • New conflation model by @texodus in https://github.com/finos/perspective/pull/2991
  • Add max by and min by aggregates by @texodus in https://github.com/finos/perspective/pull/2998
  • <perspective-workspace> toolbar fix by @texodus in https://github.com/finos/perspective/pull/3000
  • New error UX by @texodus in https://github.com/finos/perspective/pull/3003
  • Fix Windows CI by @texodus in https://github.com/finos/perspective/pull/3004
  • Fix perspective_viewer::restore calls blurring by @texodus in https://github.com/finos/perspective/pull/3005
  • Fix to_arrow thread safety by @texodus in https://github.com/finos/perspective/pull/3006
  • Add some native HTML attributes to perspective-react by @texodus in https://github.com/finos/perspective/pull/3010
  • Fix examples, docs and imports by @texodus in https://github.com/finos/perspective/pull/3013
  • Fix datagrid abs sorting on header click by @texodus in https://github.com/finos/perspective/pull/3014
  • Fix max_by, min_by, max, min aggregates with empty filter sets by @texodus in https://github.com/finos/perspective/pull/3016

Full Changelog: https://github.com/finos/perspective/compare/v3.6.1...v3.7.0

- C++
Published by github-actions[bot] 8 months ago

https://github.com/finos/perspective - v3.6.1

What's Changed

  • Fix line chart alt Y axis on zoom by @texodus in https://github.com/finos/perspective/pull/2986

Full Changelog: https://github.com/finos/perspective/compare/v3.6.0...v3.6.1

- C++
Published by github-actions[bot] 10 months ago

https://github.com/finos/perspective - v3.6.0

What's Changed

  • Fix limit overflow bug by @texodus in https://github.com/finos/perspective/pull/2983

Full Changelog: https://github.com/finos/perspective/compare/v3.5.1...v3.6.0

- C++
Published by github-actions[bot] 10 months ago

https://github.com/finos/perspective - v3.5.1

What's Changed

  • AsyncTable support in widget by @tomjakubowski in https://github.com/finos/perspective/pull/2974
  • Add vscode settings to enable prettier by @tomjakubowski in https://github.com/finos/perspective/pull/2959

Full Changelog: https://github.com/finos/perspective/compare/v3.5.0...v3.5.1

- C++
Published by github-actions[bot] 11 months ago

https://github.com/finos/perspective - v3.5.0

What's Changed

  • Fix export-to-html in perspective-viewer by @texodus in https://github.com/finos/perspective/pull/2960
  • Update limit behavior to use incrementing index (fix last_by_index aggregate) by @timbess in https://github.com/finos/perspective/pull/2964
  • Fix chart bug which rounds subsecond ticks by @texodus in https://github.com/finos/perspective/pull/2971
  • Fix parallel_for and cleanup commented out code. by @timbess in https://github.com/finos/perspective/pull/2972
  • Add API for keyboard copy from perspective-viewer-datagrid by @texodus in https://github.com/finos/perspective/pull/2975

Full Changelog: https://github.com/finos/perspective/compare/v3.4.3...v3.5.0

- C++
Published by github-actions[bot] 11 months ago

https://github.com/finos/perspective - v3.4.3

What's Changed

  • Invalidate viewer session before loading table by @tomjakubowski in https://github.com/finos/perspective/pull/2958
  • Fix date filters in perspective-{select,click} events by @nburlett in https://github.com/finos/perspective/pull/2957

New Contributors

  • @nburlett made their first contribution in https://github.com/finos/perspective/pull/2957

Full Changelog: https://github.com/finos/perspective/compare/v3.4.2...v3.4.3

- C++
Published by github-actions[bot] 11 months ago

https://github.com/finos/perspective - v3.4.2

What's Changed

  • Add timeouts to pytest, fix jupyterlab error by @tomjakubowski in https://github.com/finos/perspective/pull/2952

Full Changelog: https://github.com/finos/perspective/compare/v3.4.1...v3.4.2

- C++
Published by github-actions[bot] 12 months ago

https://github.com/finos/perspective - v3.4.1

What's Changed

  • Fix segfault in Python webservers by @texodus in https://github.com/finos/perspective/pull/2943
  • Add Client::on_hosted_tables_update by @texodus in https://github.com/finos/perspective/pull/2948

Full Changelog: https://github.com/finos/perspective/compare/v3.4.0...v3.4.1

- C++
Published by github-actions[bot] 12 months ago

https://github.com/finos/perspective - v3.4.0

What's Changed

  • Fix View::to_polars and add LargeUTF8 Arrow dictionary support by @texodus in https://github.com/finos/perspective/pull/2924
  • Show appropriate date when date is part of grouped data on chart. by @onesimus-wiafe in https://github.com/finos/perspective/pull/2857
  • Quartiles by @texodus in https://github.com/finos/perspective/pull/2930
  • Python AsyncClient and JS ProxySession by @tomjakubowski in https://github.com/finos/perspective/pull/2929
  • Shrink d3fc bundle by @texodus in https://github.com/finos/perspective/pull/2934
  • Add dedicated Worker, SharedWorker and ServiceWorker support by @texodus in https://github.com/finos/perspective/pull/2936
  • Add connection error/retry API and UI support by @texodus in https://github.com/finos/perspective/pull/2902

Full Changelog: https://github.com/finos/perspective/compare/v3.3.4...v3.4.0

- C++
Published by github-actions[bot] 12 months ago

https://github.com/finos/perspective - v3.3.4

What's Changed

  • Fix datagrid scroll drift on resize by @texodus in https://github.com/finos/perspective/pull/2919

Full Changelog: https://github.com/finos/perspective/compare/v3.3.3...v3.3.4

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.3.3

What's Changed

  • Support for pyodide 0.27.1, including pyarrow + pandas by @tomjakubowski in https://github.com/finos/perspective/pull/2901
  • Fix API docs by @texodus in https://github.com/finos/perspective/pull/2910
  • Heap Profiling Tooling by @timbess in https://github.com/finos/perspective/pull/2913

Full Changelog: https://github.com/finos/perspective/compare/v3.3.2...v3.3.3

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.3.2

What's Changed

  • Fix overallocations by @timbess in https://github.com/finos/perspective/pull/2909

Full Changelog: https://github.com/finos/perspective/compare/v3.3.1...v3.3.2

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.3.1

What's Changed

  • Fix date formatting for perspective-viewer-datagrid plugin by @texodus in https://github.com/finos/perspective/pull/2904

Full Changelog: https://github.com/finos/perspective/compare/v3.3.0...v3.3.1

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.3.0

What's Changed

  • Add build support for Memory64 by @texodus in https://github.com/finos/perspective/pull/2888
  • Unbundled JavaScript builds by @texodus in https://github.com/finos/perspective/pull/2890

Full Changelog: https://github.com/finos/perspective/compare/v3.2.1...v3.3.0

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.2.1

What's Changed

  • Fix memory corruption on filter text overflow by @texodus in https://github.com/finos/perspective/pull/2882
  • Fix ViewConfig serialization for internal arrow types by @texodus in https://github.com/finos/perspective/pull/2883
  • Add min and max aggregates for date and datetime columns by @texodus in https://github.com/finos/perspective/pull/2884
  • Better datetime/date string parsing performance by @texodus in https://github.com/finos/perspective/pull/2885
  • Fix examples and cleanup CSS by @texodus in https://github.com/finos/perspective/pull/2886

Full Changelog: https://github.com/finos/perspective/compare/v3.2.0...v3.2.1

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.2.0

What's Changed

  • Fix duplicate columns by @texodus in https://github.com/finos/perspective/pull/2872
  • Support ndjson by @texodus in https://github.com/finos/perspective/pull/2873

Full Changelog: https://github.com/finos/perspective/compare/v3.1.8...v3.2.0

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.1.8

What's Changed

  • Fix workspace dark theme, theme render bug by @texodus in https://github.com/finos/perspective/pull/2864
  • Allow for passthrough of event loop in psp webserver handlers by @timkpaine in https://github.com/finos/perspective/pull/2829
  • fix treemap rendering issue in firefox by @onesimus-wiafe in https://github.com/finos/perspective/pull/2813

Full Changelog: https://github.com/finos/perspective/compare/v3.1.7...v3.1.8

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.1.7

What's Changed

  • Add some information on JSON input formats by @sinistersnare in https://github.com/finos/perspective/pull/2856
  • Remove workspace-layout-update event debounce by @texodus in https://github.com/finos/perspective/pull/2862

Full Changelog: https://github.com/finos/perspective/compare/v3.1.6...v3.1.7

- C++
Published by github-actions[bot] about 1 year ago

https://github.com/finos/perspective - v3.1.6

What's Changed

  • Support input/output to/from polars via python (not native rust) by @timkpaine in https://github.com/finos/perspective/pull/2849
  • Check pyarrow import and make clear(er) error message by @timkpaine in https://github.com/finos/perspective/pull/2848
  • Fix empty Arrow Table constructor by @texodus in https://github.com/finos/perspective/pull/2854

Full Changelog: https://github.com/finos/perspective/compare/v3.1.5...v3.1.6

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.5

What's Changed

  • Import importlib metadata submodule by @timkpaine in https://github.com/finos/perspective/pull/2841
  • Fix integer cast expression function by @texodus in https://github.com/finos/perspective/pull/2842
  • sdist licensing follow ups by @tomjakubowski in https://github.com/finos/perspective/pull/2843
  • Update ExprTk by @ArashPartow in https://github.com/finos/perspective/pull/2825
  • Relax Table schema constructor by @texodus in https://github.com/finos/perspective/pull/2850
  • Fix perspective-workspace restore call on errored table by @texodus in https://github.com/finos/perspective/pull/2851

Full Changelog: https://github.com/finos/perspective/compare/v3.1.4...v3.1.5

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.4

What's Changed

  • CI sdist fixes, port conda patch, fix ODR violation by @tomjakubowski in https://github.com/finos/perspective/pull/2826
  • Fix plugin switch by @texodus in https://github.com/finos/perspective/pull/2828
  • Add back Table and View exports, make constructors throw like pyarrow.Table by @timkpaine in https://github.com/finos/perspective/pull/2831
  • Fix concurrent update segfault by @texodus in https://github.com/finos/perspective/pull/2835
  • Fix failed color range update by @wakek in https://github.com/finos/perspective/pull/2823
  • Fixed workspace persistence structure symmetry by @texodus in https://github.com/finos/perspective/pull/2833

Full Changelog: https://github.com/finos/perspective/compare/v3.1.3...v3.1.4

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.3

What's Changed

  • Add aarch64 Mac runners to testpython, restore PSPARCH dev behavior by @tomjakubowski in https://github.com/finos/perspective/pull/2802
  • Escape esbuild plugin's symbol replacement. by @timbess in https://github.com/finos/perspective/pull/2807
  • Missing tooltip data by @wakek in https://github.com/finos/perspective/pull/2753
  • fix aiohttp disconnect error on websockets by @s22chan in https://github.com/finos/perspective/pull/2806
  • Fix workspace resize and related bugs by @texodus in https://github.com/finos/perspective/pull/2808
  • Fix perspective-python sdist and add sdist tests to CI by @tomjakubowski in https://github.com/finos/perspective/pull/2817

New Contributors

  • @wakek made their first contribution in https://github.com/finos/perspective/pull/2753
  • @s22chan made their first contribution in https://github.com/finos/perspective/pull/2806

Full Changelog: https://github.com/finos/perspective/compare/v3.1.2...v3.1.3

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.2

What's Changed

  • arrow: Fix cross-compiling errors on macos by @tomjakubowski in https://github.com/finos/perspective/pull/2798
  • Fix docs, inline builds, export, and workspace CSS by @texodus in https://github.com/finos/perspective/pull/2800

Full Changelog: https://github.com/finos/perspective/compare/v3.1.1...v3.1.2

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.1

What's Changed

  • Fix filter values for non-interned strings by @texodus in https://github.com/finos/perspective/pull/2784
  • Update documentation for 3.x by @texodus in https://github.com/finos/perspective/pull/2778
  • Column type icon matches the datatype type of the field in column selectors (where, group by, sortby, filter) by @tarekquao in https://github.com/finos/perspective/pull/2780
  • key press inserts '\t' character in code editor as indentation. by @onesimus-wiafe in https://github.com/finos/perspective/pull/2779
  • Port Conda patches, use vendored boost by @tomjakubowski in https://github.com/finos/perspective/pull/2793

New Contributors

  • @tarekquao made their first contribution in https://github.com/finos/perspective/pull/2780
  • @onesimus-wiafe made their first contribution in https://github.com/finos/perspective/pull/2779

Full Changelog: https://github.com/finos/perspective/compare/v3.1.0...v3.1.1

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.1.0

What's Changed

  • Emscripten wheel fixes and test coverage by @tomjakubowski in https://github.com/finos/perspective/pull/2739
  • Upgrade Apache Arrow C++ to 17.0.0 by @texodus in https://github.com/finos/perspective/pull/2749
  • Fix cancellable methods in perspective-viewer by @texodus in https://github.com/finos/perspective/pull/2755
  • Python API changes from community by @texodus in https://github.com/finos/perspective/pull/2754
  • Add Python benchmark suite for 3.x by @texodus in https://github.com/finos/perspective/pull/2761
  • Add Windows build for perspective-rs to CI by @texodus in https://github.com/finos/perspective/pull/2759
  • Update README.md, examples and build dependencies by @texodus in https://github.com/finos/perspective/pull/2762
  • Allow bytes and string for JSON/CSV input data with format option by @texodus in https://github.com/finos/perspective/pull/2763

Full Changelog: https://github.com/finos/perspective/compare/v3.0.3...v3.1.0

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.0.3

What's Changed

  • Fix perspective crate, link perspective-server as static lib by @texodus in https://github.com/finos/perspective/pull/2734
  • Support packaging in CI by @texodus in https://github.com/finos/perspective/pull/2735

Full Changelog: https://github.com/finos/perspective/compare/v3.0.2...v3.0.3

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.0.2

What's Changed

  • fix: Doctype in html export by @aszenz in https://github.com/finos/perspective/pull/2690
  • Fix PerspectiveTornadoHandler misnamed close() by @texodus in https://github.com/finos/perspective/pull/2720
  • Fix link error in emscripten wheel by @texodus in https://github.com/finos/perspective/pull/2726

New Contributors

  • @aszenz made their first contribution in https://github.com/finos/perspective/pull/2690

Full Changelog: https://github.com/finos/perspective/compare/v3.0.1...v3.0.2

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.0.1

What's Changed

  • Better Timestamp Parsing by @sinistersnare in https://github.com/finos/perspective/pull/2713
  • Zstd decompression for arrows by @sinistersnare in https://github.com/finos/perspective/pull/2717
  • Stringify Arrow lists by @sinistersnare in https://github.com/finos/perspective/pull/2700
  • Fix docs site serialized loading, docs.rs gen by @texodus in https://github.com/finos/perspective/pull/2718

Full Changelog: https://github.com/finos/perspective/compare/v3.0.0...v3.0.1

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v3.0.0

What's Changed

  • Perspective Virtual API (JavaScript) by @texodus in https://github.com/finos/perspective/pull/2615
  • Add region, column and row selection modes to Perspective Datagrid by @texodus in https://github.com/finos/perspective/pull/2618
  • Perspective Virtual API (Python) by @texodus in https://github.com/finos/perspective/pull/2625
  • Use ABI3 for perspective-python shared library by @texodus in https://github.com/finos/perspective/pull/2661
  • Docs and examples update for new API by @texodus in https://github.com/finos/perspective/pull/2659
  • PerspectiveWidget support for new Python API by @texodus in https://github.com/finos/perspective/pull/2658
  • New status indicator by @texodus in https://github.com/finos/perspective/pull/2692
  • Fix Python sdist, update docs, add lint to CI by @texodus in https://github.com/finos/perspective/pull/2702
  • Calculate group_by in parallel by @texodus in https://github.com/finos/perspective/pull/2701
  • Draw 0 axis prominently by @texodus in https://github.com/finos/perspective/pull/2698
  • Fix Windows JupyterLab packaging by @texodus in https://github.com/finos/perspective/pull/2705
  • Update docs by @texodus in https://github.com/finos/perspective/pull/2706
  • Add Pyodide support and split Rust/C++ builds for Python wheel by @texodus in https://github.com/finos/perspective/pull/2707
  • Update docusaurus website and examples by @texodus in https://github.com/finos/perspective/pull/2708
  • Fix missing icons by @texodus in https://github.com/finos/perspective/pull/2712

Full Changelog: https://github.com/finos/perspective/compare/v2.10.1...v3.0.0

- C++
Published by github-actions[bot] over 1 year ago

https://github.com/finos/perspective - v2.10.1

What's Changed

  • Fix compatibility with other MSVC versions by explicitly converting to string by @timkpaine in https://github.com/finos/perspective/pull/2570
  • Update to pyodide 0.25.1 for pyodide/pyodide#4655 by @timkpaine in https://github.com/finos/perspective/pull/2596
  • Update contributing documentation for DCO by @timkpaine in https://github.com/finos/perspective/pull/2595
  • Fix intermittent to_arrow() error in Python by @texodus in https://github.com/finos/perspective/pull/2608
  • Fix delete() Python async call not resolving by @texodus in https://github.com/finos/perspective/pull/2610

Full Changelog: https://github.com/finos/perspective/compare/v2.10.0...v2.10.1

- C++
Published by github-actions[bot] almost 2 years ago

https://github.com/finos/perspective - v2.10.0

What's Changed

  • Expression editor & filter UX updates by @texodus in https://github.com/finos/perspective/pull/2572
  • Debug component by @texodus in https://github.com/finos/perspective/pull/2574

Full Changelog: https://github.com/finos/perspective/compare/v2.9.0...v2.10.0

- C++
Published by github-actions[bot] almost 2 years ago

https://github.com/finos/perspective - v2.9.0

What's Changed

  • Fix Candlestick & OHLC charts by @texodus in https://github.com/finos/perspective/pull/2562
  • Formatting for float and integer columns via Intl.NumberFormat by @texodus in https://github.com/finos/perspective/pull/2563
  • Update Pyodide to version 0.25.0 by @tomjakubowski in https://github.com/finos/perspective/pull/2547
  • Fix gethostedtable_names in Python client by @tomjakubowski in https://github.com/finos/perspective/pull/2551
  • Localization Support by @texodus in https://github.com/finos/perspective/pull/2565

Full Changelog: https://github.com/finos/perspective/compare/v2.8.1...v2.9.0

- C++
Published by github-actions[bot] almost 2 years ago

https://github.com/finos/perspective - v2.8.1

What's Changed

  • Add workspaceFolder to cargotargetdir by @ada-x64 in https://github.com/finos/perspective/pull/2537
  • Add Docs Tests by @ada-x64 in https://github.com/finos/perspective/pull/2502
  • Add clang-format, clang-tidy and clangd support for C++ development by @texodus in https://github.com/finos/perspective/pull/2541
  • Fix split_by with date/datetime columns by @texodus in https://github.com/finos/perspective/pull/2545
  • Update to LLVM 17 & fix Python/Windows build by @texodus in https://github.com/finos/perspective/pull/2546

Full Changelog: https://github.com/finos/perspective/compare/v2.8.0...v2.8.1

- C++
Published by github-actions[bot] about 2 years ago

https://github.com/finos/perspective - v2.8.0

What's Changed

  • Fix docs site by @texodus in https://github.com/finos/perspective/pull/2462
  • Fix Jupyterlab Widget Save/Restore Symmetry by @ada-x64 in https://github.com/finos/perspective/pull/2465
  • Update ipynb examples with new expression syntax by @tomjakubowski in https://github.com/finos/perspective/pull/2463
  • Fix cargo features by @texodus in https://github.com/finos/perspective/pull/2481
  • Convert @finos/perspective-viewer-d3fc to TypeScript by @brochington in https://github.com/finos/perspective/pull/2432
  • Remove docs build from CI by @texodus in https://github.com/finos/perspective/pull/2483
  • Refactor How Column Style Components Are Selected by @ada-x64 in https://github.com/finos/perspective/pull/2443
  • Remove Any Old Expressions from Codebase by @ada-x64 in https://github.com/finos/perspective/pull/2447
  • Use a boost mirror by @texodus in https://github.com/finos/perspective/pull/2484
  • Add column edit highlight to perspective-viewer-datagrid by @texodus in https://github.com/finos/perspective/pull/2486
  • Fix datagrid cell pulse styling by @texodus in https://github.com/finos/perspective/pull/2489
  • Fix output scrolling in Jupyter when perspective-python is installed by @texodus in https://github.com/finos/perspective/pull/2495
  • Fix datagrid scroll performance regression via regular-table upgrade by @texodus in https://github.com/finos/perspective/pull/2498
  • Update http-server examples dependency by @texodus in https://github.com/finos/perspective/pull/2505
  • Expression Names in Column Settings Header + Refactors by @ada-x64 in https://github.com/finos/perspective/pull/2459
  • Render table in the shadow DOM for @finos/perspective-viewer-datagrid by @tomjakubowski in https://github.com/finos/perspective/pull/2482
  • Settings panel width is inconsistent for columns moved to Config by @texodus in https://github.com/finos/perspective/pull/2527
  • A few CSS fixes for regular-table in shadow DOM by @tomjakubowski in https://github.com/finos/perspective/pull/2526
  • Add yew-fmt by @texodus in https://github.com/finos/perspective/pull/2533
  • Update axis tick labels to accomodate small ranges by @texodus in https://github.com/finos/perspective/pull/2534
  • Fix column style type reactivity to View changes by @ada-x64 in https://github.com/finos/perspective/pull/2535
  • New color selector component by @texodus in https://github.com/finos/perspective/pull/2536

Full Changelog: https://github.com/finos/perspective/compare/v2.7.1...v2.8.0

- C++
Published by github-actions[bot] about 2 years ago

https://github.com/finos/perspective - v2.7.1

What's Changed

  • Better CSS build by @texodus in https://github.com/finos/perspective/pull/2451
  • Fix Blocks build script execution by @sinistersnare in https://github.com/finos/perspective/pull/2454
  • Fix 2.7.0 Migration by @ada-x64 in https://github.com/finos/perspective/pull/2444
  • Fix perspective-click event for "Treemap" plugin by @texodus in https://github.com/finos/perspective/pull/2452
  • Drag/drop UX for invalid positions by @texodus in https://github.com/finos/perspective/pull/2456

Full Changelog: https://github.com/finos/perspective/compare/v2.7.0...v2.7.1

- C++
Published by github-actions[bot] about 2 years ago

https://github.com/finos/perspective - v2.7.0

What's Changed

  • Add support for StringDtype (fixes #1237) by @MaDufie in https://github.com/finos/perspective/pull/2319
  • Expressions API Updates by @ada-x64 in https://github.com/finos/perspective/pull/2399
  • Upgrade pyodide compatibility to v0.24.1 by @tomjakubowski in https://github.com/finos/perspective/pull/2402
  • Add CI requirements update script by @texodus in https://github.com/finos/perspective/pull/2422
  • Self-extracting WebAssembly binaries by @texodus in https://github.com/finos/perspective/pull/2428
  • Fix expression alias UX/API by @texodus in https://github.com/finos/perspective/pull/2431
  • PerspectiveWidget HTML export support in Jupyter by @tomjakubowski in https://github.com/finos/perspective/pull/2418
  • Column Settings Panel UI Tweaks by @ada-x64 in https://github.com/finos/perspective/pull/2421
  • X/Y Scatter Symbol Serialization as Dictionary by @ada-x64 in https://github.com/finos/perspective/pull/2429
  • API Versioning + Migration by @ada-x64 in https://github.com/finos/perspective/pull/2430
  • Serialize Expressions to Objects by @ada-x64 in https://github.com/finos/perspective/pull/2436
  • Update expressions format default by @texodus in https://github.com/finos/perspective/pull/2438
  • Update examples by @texodus in https://github.com/finos/perspective/pull/2433

New Contributors

  • @MaDufie made their first contribution in https://github.com/finos/perspective/pull/2319

Full Changelog: https://github.com/finos/perspective/compare/v2.6.1...v2.7.0

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.6.1

What's Changed

  • Fix in and not in filter UI bug by @texodus in https://github.com/finos/perspective/pull/2403
  • Fix scroll panel height calculation bug by @texodus in https://github.com/finos/perspective/pull/2404
  • Add setAutoPause() method by @texodus in https://github.com/finos/perspective/pull/2411

Full Changelog: https://github.com/finos/perspective/compare/v2.6.0...v2.6.1

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.6.0

What's Changed

  • Datagrid rows restyle by @texodus in https://github.com/finos/perspective/pull/2383
  • fix gradient values by @ada-x64 in https://github.com/finos/perspective/pull/2384
  • Add index(), col(), and vlookup() to ExprTk by @tdbgamer in https://github.com/finos/perspective/pull/2374
  • Column selector style updates by @texodus in https://github.com/finos/perspective/pull/2385
  • New themes Gruvbox and Dracula + UI performance improvements by @texodus in https://github.com/finos/perspective/pull/2393
  • Symbols column in X/Y Scatter plot by @texodus in https://github.com/finos/perspective/pull/2394
  • X/Y scatter multi-chart by @texodus in https://github.com/finos/perspective/pull/2395

New Contributors

  • @tdbgamer made their first contribution in https://github.com/finos/perspective/pull/2374

Full Changelog: https://github.com/finos/perspective/compare/v2.5.2...v2.6.0

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.5.2

What's Changed

  • Move styles to sidebar by @ada-x64 in https://github.com/finos/perspective/pull/2366
  • Localize NYPD, Magic and Olympics examples by @texodus in https://github.com/finos/perspective/pull/2375
  • fix some viewer bugs by @ada-x64 in https://github.com/finos/perspective/pull/2371
  • Fix tests by @texodus in https://github.com/finos/perspective/pull/2380

Full Changelog: https://github.com/finos/perspective/compare/v2.5.1...v2.5.2

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.5.1

What's Changed

  • Fix binder installation to not manage dependencies seperately by @timkpaine in https://github.com/finos/perspective/pull/2342
  • Datagrid column header configuration UX update by @texodus in https://github.com/finos/perspective/pull/2351
  • Update webpack dev server configuration options, fixes for perspective 2.0+ by @timkpaine in https://github.com/finos/perspective/pull/2350
  • Fix Jupyter plugin resize behavior by @texodus in https://github.com/finos/perspective/pull/2352
  • Fix filter number validation with trailing zeroes by @texodus in https://github.com/finos/perspective/pull/2353

Full Changelog: https://github.com/finos/perspective/compare/v2.5.0...v2.5.1

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.5.0

What's Changed

  • Remove Windows 2019 from CI by @timkpaine in https://github.com/finos/perspective/pull/2333
  • LZ4 compression for Apache Arrow by @texodus in https://github.com/finos/perspective/pull/2339

Full Changelog: https://github.com/finos/perspective/compare/v2.4.0...v2.5.0

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.4.0

What's Changed

  • Fix build.rs escaping OUT_DIR by @texodus in https://github.com/finos/perspective/pull/2313
  • Add to_columns_string() C++ JSON API by @texodus in https://github.com/finos/perspective/pull/2315
  • Pin Python dependency versions by @texodus in https://github.com/finos/perspective/pull/2327
  • Fix over-calculation in when loading data in perspective-viewer by @texodus in https://github.com/finos/perspective/pull/2323
  • Fix update() with expressions overcalc by @texodus in https://github.com/finos/perspective/pull/2328
  • Fix TypeScript 5 moduleResolution: "bundler" support by @texodus in https://github.com/finos/perspective/pull/2289

Full Changelog: https://github.com/finos/perspective/compare/v2.3.2...v2.4.0

- C++
Published by github-actions[bot] over 2 years ago

https://github.com/finos/perspective - v2.3.2

What's Changed

  • Fix XY-Scatter Plots Colors - Rebased by @ada-x64 in https://github.com/finos/perspective/pull/2303
  • Fix empty column name validation in ExprTk editor by @cyril-acquah80 in https://github.com/finos/perspective/pull/2302
  • Add GitHub Releases by @texodus in https://github.com/finos/perspective/pull/2294
  • Publish benchmarks by @texodus in https://github.com/finos/perspective/pull/2310
  • Fix expression column aggregate calculation with group_by after remove() by @texodus in https://github.com/finos/perspective/pull/2311

New Contributors

  • @ada-x64 made their first contribution in https://github.com/finos/perspective/pull/2303
  • @cyril-acquah80 made their first contribution in https://github.com/finos/perspective/pull/2302

Full Changelog: https://github.com/finos/perspective/compare/v2.3.1...v2.3.2

- C++
Published by github-actions[bot] over 2 years ago