Skip to content

Releases: man-group/dtale

D-Tale 3.14.1

10 Sep 15:24
Compare
Choose a tag to compare

Highlights include:

  • Updated handling of custom queries in chart builder to eliminate security vulnerability

D-Tale 3.14.0

05 Sep 18:47
Compare
Choose a tag to compare

Highlights include:

  • #880: int -> bool type conversion updates
  • #876: Raw Pandas zoom

D-Tale 3.13.1

01 Jul 21:22
Compare
Choose a tag to compare

Highlights include:

  • #870: updated Flask SECRET_EKY to be dynamically generated

D-Tale 3.13.0

26 Jun 17:19
Compare
Choose a tag to compare

Highlights include:

  • #868: added toggle for missing/populated filter
  • #864: adding main_title params to dtale.show

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