Skip to content

Releases: man-group/dtale

D-Tale 1.3.0

29 Oct 18:01
Compare
Choose a tag to compare

Highlights include:

  • webbrowser integration (the ability to automatically open a webbrowser upon calling dtale.show())
  • flag for hiding the "Shutdown" button for long-running demos
  • "Instances" navigator popup for viewing all activate D-Tale instances for the current python process

D-Tale 1.2.0

24 Oct 17:03
Compare
Choose a tag to compare

Highlights include:

  • #20: fix for data being overriden with each new instance
  • #21: fix for displaying timestamps if they exist
  • calling show() now returns an object which can alter the state of a process
    • accessing/altering state through the data property
    • shutting down a process using the kill() function

D-Tale 1.1.1

23 Oct 17:40
Compare
Choose a tag to compare

Highlights include:

  • Fix for #13, auto-detection of column widths for strings & floats

D-Tale 1.1.0

14 Oct 13:00
Compare
Choose a tag to compare

Highlights include:

  • IE support
  • Describe & About popups
  • Custom CLI support

D-Tale 1.0.0

08 Oct 02:13
Compare
Choose a tag to compare

This is the initial major release of D-Tale.

Highlights include:

  • creation of Flask instances (automatic port detection)
  • auto-cleanup of D-Tale instances (after 1 hour of inactivity)
  • base grid view of pandas dataframe & series objects
    • sorting, filtering, formatting, column locking
  • histograms
  • correlation breakdowns
  • coverage analysis