Skip to content

Releases: man-group/dtale

D-Tale 3.12.0

30 Apr 18:53
Compare
Choose a tag to compare

Highlights include:

  • #851: allowing offline_chart to return plotly objects
  • #847: Add 'Select All' option for duplicate check UI
  • #856: adding 'Select All' to cumsum and y-axis select in charts
  • #857: Aggregations popup
  • #858: added 'view_data' property to data instances
  • #854: Raw Pandas Output popup

D-Tale 3.11.0

07 Mar 14:03
Compare
Choose a tag to compare

Highlights include:

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

D-Tale 3.10.0

31 Jan 21:31
Compare
Choose a tag to compare

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

D-Tale 3.9.0

08 Jan 14:23
Compare
Choose a tag to compare

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

D-Tale 3.8.1

29 Nov 14:29
Compare
Choose a tag to compare

Highlights include:

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

D-Tale 3.8.0

29 Nov 14:28
Compare
Choose a tag to compare

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

D-Tale 3.7.0

02 Oct 20:11
Compare
Choose a tag to compare

Highlights include:

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

D-Tale 3.6.0

02 Oct 18:01
Compare
Choose a tag to compare

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

D-Tale 3.5.0

14 Sep 18:59
Compare
Choose a tag to compare

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

D-Tale 3.4.0

05 Sep 19:03
Compare
Choose a tag to compare

Highlights include:

  • #792: adding in percentage to 'Value Counts' describe chart
  • #788: fix for when column names have a pipe character
  • [#786]:(#786) updates to shutdown
  • update to AcrticDB get_num_rows handling