Skip to content

Releases: man-group/dtale

D-Tale 1.8.8

09 Apr 18:56
Compare
Choose a tag to compare

Highlights Include:

  • #144, changing data types on columns

D-Tale 1.8.7

09 Apr 02:22
Compare
Choose a tag to compare

1.8.7 (2020-4-8)

1.8.6 [hotfix] (2020-4-5)

  • updates to setup.py to include images

1.8.5 [hotfix] (2020-4-5)

  • fixed bug with column calculation for map inputs
  • #149

1.8.4 [hotfix] (2020-4-5)

  • update to setup.py to include missing static topojson files
  • #145

1.8.3 (2020-4-4)

  • #143, scattergeo map chart UI changes
  • updated offline chart generation of maps to work without loading topojson from the web
  • fix to allow correlations timeseries to handle when date columns jump between rolling & non-rolling
  • added slider to animation and added animation to maps
  • fixes for IE 11 compatibility issues
  • labeling changes for "Reshape" popup
  • added grouping to maps

1.8.2 (2020-4-1)

  • #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu
  • made "No Aggregation" the default aggregation in charts
  • bugfix for line charts with more than 15000 points
  • updated "Value Counts" & "Category Breakdown" to return top on initial load
  • #118, added scattergeo & choropleth maps
  • #121, added "not equal" toggle to filters
  • #132, updated resize button to "Refresh Widths"
  • added "Animate" toggle to scatter, line & bar charts
  • #131, changes to "Reshape Data" window
  • #130, updates to pivot reshaper
  • #128, additional hover display of code snippets for column creation
  • #112, updated "Group" selection to give users the ability to select group values

D-Tale 1.8.1

28 Mar 23:38
Compare
Choose a tag to compare

Highlights include:

  • #92, column builders for random data
  • #84, highlight columns based on dtype
  • #111, fix for syntax error in charts code export
  • #113, updates to "Value Counts" chart in "Column Analysis" for number of values and ordinal entry
  • #114, export data to CSV/TSV
  • #116, upodated styling for github fork link so "Code Export" is partially clickable
  • #119, fixed bug with queries not being passed to functions
  • #120, fix to allow duplicate x-axis entries in bar charts
  • added "category breakdown" in column analysis popup for float columns
  • fixed bug where previous "show missing only" selection was not being recognized

D-Tale 1.8.0

23 Mar 11:31
Compare
Choose a tag to compare

Highlights inlcude:

  • #102, interactive column filtering for string, date, int, float & bool
  • better handling for y-axis management in charts. Now able to toggle between default, single & multi axis
  • increased maximum groups to 30 in charts and updated error messaging when it surpasses that for easier filter creation
  • bugfix for date string width calculation
  • updated sort/filter/hidden header so that you can now click values which will trigger a tooltip for removing individual values
  • updated Filter popup to be opened as separate window when needed

D-Tale 1.7.15

10 Mar 12:02
Compare
Choose a tag to compare

Highlights include:

  • #105, better error handling for when JS files are missing
  • #103, pinned Flask to be >= 1.0.0
  • Updated file exporting to no longer use flask.send_file since that doesn't play nice with WSGI

D-Tale 1.7.14

07 Mar 14:13
Compare
Choose a tag to compare

Highlights include:

  • Hotfix for "Reshape" popup when forwarding browser to new data instances

D-Tale 1.7.13

07 Mar 06:16
Compare
Choose a tag to compare

Highlights include:

  • New data storage mechanisms available: Redis, Shelve
  • #100, turned off data limits on charts by using WebGL
  • #99, graceful handling of issue calculating min/max information for Describe popup
  • #91, reshaping of data through usage of aggregations, pivots or transposes
  • Export chart to HTML
  • Export chart dat to CSV
  • Offline chart display for use within notebooks
  • Removal of data from the Instances popup
  • Updated styling of charts to fit full window dimensions

D-Tale 1.7.12

01 Mar 21:44
Compare
Choose a tag to compare

Highlights include:

  • added syntax highlighting to code exports with react-syntax-highlighting
  • added arctic integration test
  • updated Histogram popup to "Column Analysis" which allows for the following
    • Histograms -> integers and floats
    • Value Counts -> integers, strings & dates

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