Skip to content

Releases: man-group/dtale

D-Tale 1.7.8

23 Feb 04:19
Compare
Choose a tag to compare

Hotfix addressing:

  • #77, removal of multiprocessed timeouts

D-Tale 1.7.7

22 Feb 18:34
Compare
Choose a tag to compare

Hotfix for:

  • centralized global state, #77
  • addition of flask_ngrok for use in google colab

D-Tale 1.7.6

21 Feb 20:13
Compare
Choose a tag to compare

Highlights include:

  • allowing the usage of context variables within filters
  • #64, handling for loading duplicate data to dtale.show
  • updated dtale.instances() to print urls rather than show all instances
  • removal of Dash "Export to png" function
  • passing data grid queries to chart page as default
  • added sys.exit() to the thread that manages the reaper

D-Tale 1.7.5

20 Feb 13:33
Compare
Choose a tag to compare

Bugfix for:

  • KeyError loading metadata for columns with min/max information

D-Tale 1.7.4

20 Feb 12:54
Compare
Choose a tag to compare

Highlights include:

  • #63: filtering columns with special characters in name
  • added json_loader CLI options
  • updated moving/locking of columns to be persisted to back-end as well as front-end
  • added the ability to show/hide columns
  • #61: added column builder popup

D-Tale 1.7.3

14 Feb 01:04
Compare
Choose a tag to compare

Highlights include:

  • added the ability to move columns left or right as well as to the front
  • added formatting capabilities for strings & dates
  • persist formatting settings to popup on reopening
  • bugfix for width-calculation on formatting change

D-Tale 1.7.2

12 Feb 21:16
Compare
Choose a tag to compare

Highlights include:

  • 60 timeout handling around chart requests
  • pre-loaded charts through URL search strings
  • pandas query examples in Filter popup

D-Tale 1.7.1

10 Feb 16:14
Compare
Choose a tag to compare

Highlights include:

  • pie, 3D scatter, surface & heatmap charts
  • the ability to set help messages & flags on CLI options
  • removal of swagger due to lack of support for dependency updates
  • detection of popups vs. modals are now dynamic based on the browser dimensions

D-Tale 1.7.0

28 Jan 20:30
Compare
Choose a tag to compare

Highlights include:

  • redesign of charts popup to use plotly/dash
  • #55: raise exception when data contains duplicate column names
  • heatmap integration
  • combination of "_main.jsx" files into one for spacial optimization
  • #15: made arctic an "extra" dependency

D-Tale 1.6.10

13 Jan 01:54
Compare
Choose a tag to compare

Highlights include:

  • better front-end handling of dates for charting as to avoid timezone issues
  • the ability to switch between sorting any axis in bar charts
  • fix for color display in pie charts