Skip to content

Releases: deephaven/deephaven-plugins

ui-v0.15.4

26 Jun 21:15
Compare
Choose a tag to compare

ui-v0.15.4 - 2024-06-26

Bug Fixes

  • Don't render objects/children of panels if there's a widget error (#577) - (3a74dcc) - @mofojed

ui-v0.15.3

24 Jun 14:49
Compare
Choose a tag to compare

ui-v0.15.3 - 2024-06-24

Bug Fixes

ui-v0.15.2

21 Jun 16:18
Compare
Choose a tag to compare

ui-v0.15.2 - 2024-06-21

Bug Fixes

  • Wrap the children of ReactPanel with an ErrorBoundary (#565) (#569) - (dbebdd2) - mofojed

plotly-express-v0.9.0

20 Jun 18:02
Compare
Choose a tag to compare

plotly-express-v0.9.0 - 2024-06-20

Bug Fixes

  • update init to bring in new datasets (#564) - (048e1d6) - Alex Peters

Build system

  • Require deephaven-core>=0.34.0 for plotly-express (#469) - (c735dec) - mofojed

Documentation

  • function autodocs embedded in docs (#527) - (6977a33) - Joe
  • add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
  • initial rough draft of dx docs with templates (#487) - (50f6e9a) - Don

Features

  • ticking gapminder, wind, election datasets (#541) - (c8845b6) - Alex Peters
  • Ticking tips data set (#521) - (ed9baef) - Alex Peters

Performance Improvements

  • minor improvement to dx.data.iris() time to display (#525) - (932a550) - Don

Refactoring

  • re-write dx.data.iris() using px.data to calculate base mean/std (#509) - (58f8a97) - Don

ui-v0.16.0

19 Jun 18:21
Compare
Choose a tag to compare

ui-v0.16.0 - 2024-06-19

Documentation

Features

  • Return callables from callables in Deephaven UI (#540) - (8322c2d) - Matthew Runyon
  • Use useWidget hook to load widgets (#502) - (d9d1e5e) - mofojed

Refactoring

  • Cleanup js mappings for ui components + utils (#530) - (bbce797) - bmingles

Revert

  • "revert: Revert some changes that are not compatible with v0.78 (#550)" (#551) - (3502f02) - mofojed

ui-v0.15.1

14 Jun 21:21
Compare
Choose a tag to compare

ui-v0.15.1 - 2024-06-14

Features

ui-v0.15.0

13 Jun 19:51
Compare
Choose a tag to compare

ui-v0.15.0 - 2024-06-13

Bug Fixes

  • UI plotting doc typo (#542) - (df6c9b9) - Matthew Runyon
  • Clean up positioning and headers of components in DESIGN.md (#518) - (5d4a131) - Akshat Jawne
  • Don't send back undefined cell data (#516) - (469eb1d) - mofojed
  • ui.text_field value not changing with use_state (#498) - (7d41072) - Akshat Jawne
  • Reset state when new instance of widget created (#486) - (df587a8) - mofojed
  • fix use_callback hook (#468) - (f267572) - Joe

Build system

  • Fix package-lock changes (#472) - (39a883e) - mofojed

Documentation

  • add plotting sidebar and plotting docs edits (#519) - (a9840cb) - Don
  • number field (#505) - (691d190) - ethanalvizo
  • slider, range slider, checkbox, and content (#439) - (9ba1a04) - ethanalvizo
  • list_action_group (#493) - (6732ad6) - Akshat Jawne
  • list_action_menu (#492) - (727d5f2) - Akshat Jawne
  • action_group (#485) - (ef115c9) - Akshat Jawne
  • action_menu (#490) - (071d645) - Akshat Jawne
  • contextual_help (#480) - (94ef543) - Akshat Jawne

Features

  • Add show_search and show_quick_filters to ui.table (#461) - (4923017) - Matthew Runyon
  • ListView actions (#448) - (ca65b69) - bmingles

Refactoring

  • Refactored ui.tabs component design (#504) - (f012eaa) - Akshat Jawne

ui-v0.14.0

17 May 14:04
Compare
Choose a tag to compare

ui-v0.14.0 - 2024-05-17

Bug Fixes

  • Do not expose combo_box or date_picker yet (#464) - (cd63e20) - mofojed
  • Exit on communication failure (#429) - (0e96ef4) - Joe
  • Memoize use_table_data listener (#428) - (f342dad) - Joe

Build system

  • Update requirements to require a newer version of core (#457) - (3e04cf2) - mofojed

Documentation

  • start plotting docs including one-click behaviour (#431) - (b0574c2) - Don

Features

  • Python combo box implementation (#460) - (b87a5c6) - Joe
  • Table data hooks allow None (#463) - (910a57c) - Joe
  • Implement python item_table_source (#415) - (ce1a019) - Joe
  • Display deephaven.ui widget errors in a panel so user can see them (#436) - (b23b571) - mofojed
  • ListView - ui plugins (#408) - (ff7f769) - bmingles

Refactoring

  • Updated spectrum imports to use dh components (#424) - (db97c9a) - bmingles

plotly-express-v0.8.0

16 May 19:26
Compare
Choose a tag to compare

plotly-express-v0.8.0 - 2024-05-16

Bug Fixes

  • Improve TimePreprocessor code (#455) - (be887f7) - Joe

Features

  • Plotly express downsampling (#453) - (0101436) - Matthew Runyon

Tests

  • bump ts, eslint and prettier configs (#416) - (a4761cc) - Don

matplotlib-v0.4.1

16 May 17:40
Compare
Choose a tag to compare

matplotlib-v0.4.1 - 2024-05-16

Documentation

  • Update some information about Matplotlib (#467) - (bb9bda5) - mofojed