Dtale Versions Save

Visualizer for pandas data structures

v3.11.0

1 month ago

Highlights include:

  • Added better security around updating settings and usage of custom queries

v3.10.0

2 months ago

Highlights include:

  • Updated front-end packages (namely redux)
  • #843: Chart export background colors
  • #787: force colab host to 0.0.0.0
  • #840: hide 'View Duplicates' button until column is selected
  • #837: frequency table search bug

v3.9.0

3 months ago

Highlights include:

  • Updated web data uploads to be turned off by default
  • #835: fixed bug with dtale.show(open_browser=True)
  • #834: fix for plotly tooltips in charts
  • #831: time difference functionality

v3.8.1

4 months ago

Highlights include:

  • #823: wrap skew/kurtosis calculations in try/except for pyarrow

v3.8.0

4 months ago

Highlights include:

  • #823: only run skew/kurtosis calculations when series has those functions
  • #825: unpin werkzeug dependency
  • front-end package upgrades (axios 1.6.0)
  • #827: allowing user's to override the host used by Flask.run
  • #724: updated logging to use a dedicated dtale logger when not invoking from CLI
  • #822: fixed bug with dataframe filters not being persisted to chart builder initially
  • #816: frequencies grid filtering
  • front-end package upgrades (styled_components)
  • adjusted Pillow dependency

v3.7.0

6 months ago

Highlights include:

  • Turn off "Custom Filter" functionality by default
  • #811: weekday name function

v3.6.0

6 months ago

Highlights include:

  • #804: updated summarize code to string join using a pipe instead of comma
  • #805: allow D-Tale to be run under HTTPS
  • #803: Frequency Table

v3.5.0

7 months ago

Highlights include:

  • #796: option to hide ribbon n & column menus
  • #797: added 'Counts & Percentages' summarize function
  • #800: heatmap locked column fix
  • #798: added 'Duplicate' function to column menu

v3.4.0

7 months ago

Highlights include:

v3.3.0

9 months ago

Highlights include:

  • #779: dtale.show(background_mode) not working
  • #778: Bump matplotlib to >=3.7.0
  • dependency upgrades