Skip to content

Releases: man-group/dtale

D-Tale 1.7.11

27 Feb 19:54
Compare
Choose a tag to compare

Highlights include:

  • #75, added code snippet functionality to the following:
    • main grid, histogram, correlations, column building & charts
  • exposed CLI loaders through the following functions dtale.show_csv, dtale.show_json, dtale.show_arctic
    • build in such a way that it is easy for custom loaders to be exposed as well
  • #82, pinned future package to be >= 0.14.0

D-Tale 1.7.9

24 Feb 17:08
Compare
Choose a tag to compare

Highlights include:

  • support for google colab
  • bugfixes: #71, #72, #73

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