Skip to content

Releases: man-group/dtale

D-Tale 2.14.2

18 Apr 14:34
Compare
Choose a tag to compare

Highlights include:

  • removed extraneous dependency soupsieve

D-Tale 2.14.1

17 Apr 19:37
Compare
Choose a tag to compare

Highlights include:

  • update requirements to no longer pin and allow for older versions of packages
  • update unit tests to allow for backwards compatibility with older versions of mock library
  • update how Flask.url_for is detected rather than pinning to specific version of python

D-Tale 2.14.0

10 Apr 17:24
Compare
Choose a tag to compare

Highlights include:

  • #748: update auto-generated column deletion code
  • #746: editing cells while filtering
  • #743: passing a list of columns to 'allow_cell_edits'
  • #742: custom edit options bug
  • updates for pandas 2.0.0
  • bump redis & replace node-sass with sass

D-Tale 2.13.0

03 Mar 16:11
Compare
Choose a tag to compare

Highlights include:

  • #685: Histogram chart builder
  • #730: fix for exporting charts with multiple y-axis

D-Tale 2.12.3

22 Feb 20:18
Compare
Choose a tag to compare

Highlights include:

  • Updated D-Tale streamlit startup command to have a wider exception handler for importing streamlit.server

D-Tale 2.12.2

07 Feb 21:40
Compare
Choose a tag to compare

Highlights include:

  • #726: updated global_state.set_app_settings to persist updates to instance settings

D-Tale 2.12.1

02 Feb 21:51
Compare
Choose a tag to compare

Highlights include:

  • #726: fix for turning off header editor using dtale.show

D-Tale 2.12.0

02 Feb 18:24
Compare
Choose a tag to compare

Highlights Include:

  • #726: added option to turn off header editor
  • #700: export all charts in one HTML file
  • #592: highlight rows of a dataframe filter
  • #647: added option to auto-hide columns consisting entirely of NaN values

D-Tale 2.11.0

23 Jan 15:28
Compare
Choose a tag to compare

Highlights include:

  • #659: editing cells with predefined values
  • #692: updated dash to throw regular exceptions instead of 204s when in Google Colab

D-Tale 2.10.0

11 Jan 20:49
Compare
Choose a tag to compare

Highlights include:

  • #719: allow NaN values in groupby
  • Updated cell editor and header editor to use select dropdown on category columns
  • #708: render boolean column values as checkboxes)