Skip to content

Releases: dmnfarrell/pandastable

v0.13.1

27 Mar 16:37
Compare
Choose a tag to compare

Minor bug fixes

v0.13.0

21 Apr 11:04
Compare
Choose a tag to compare

Changes

  • Fixes to read_excel
  • HDF import
  • Fix to plot error
  • Fix to maximise app on small screens
  • Added thousand separator formatting
  • Changed tablecolheader to colheader
  • Can now set header colors on object
  • Removed vertical plot tools option
  • Hide/show plot tools button
  • Try to extract numeric from mixed data before plotting

v0.12.2

23 Feb 14:39
Compare
Choose a tag to compare

Changes

  • added editable and enable_menus parameters to Table
  • import numbers as string
  • changed to pickle for project files
  • fix to multi_index check for pandas 1.0
  • fixes to row_colors sync

v0.12.1

04 Jul 11:14
Compare
Choose a tag to compare

Changes

  • fix to mlab griddata import
  • moved to scipy for griddata
  • added col header color pref

v0.12.0

19 May 10:14
Compare
Choose a tag to compare

Changes

  • fixes to clean data
  • convert currencies to numeric
  • column widths now saved in dataexplore
  • fix to string query to allow python code
  • new preferences system uses a text config file
  • violinplot
  • datetime conversion fixes
  • batch process plugin

v0.11.0

03 Nov 14:00
Compare
Choose a tag to compare

Changes

  • find/replace functionality added
  • open recent projects from file menu in dataexplore
  • some fixes to improve 3d plottting
  • removed redundant options from 3d panel
  • grouped scatter plots in 3D
  • removed redundant data in saving of plot options
  • drop down entry menu for categorical columns
  • crosstab function
  • added radviz plot
  • improved multi-index column display

v0.10.0

23 Jun 10:46
Compare
Choose a tag to compare

Changes

  • Fix to dropping index when no name
  • Added dotplot
  • Added axis tick and tick label format options
  • Added plotting animation dialog
  • Added ability to label points in scatter plots using a column
  • Can set point sizes in scatter from a column
  • Fix to plot frame closing bug
  • Added empty column selection for groupby option
  • Fixes to copy/paste and saving projects in snap
  • Long column names now wrapped in plots
  • Can now wrap column header text
  • Fix to column resizing
  • Expand/contract columns buttons

v0.9.0

01 Apr 12:17
Compare
Choose a tag to compare

Changes

  • Row/col options for sample data
  • Fixed scrolling up/down and right/left for arrow keys
  • Re-did aggregate dialog to be more general
  • Resample/transform functions for columns
  • Added find duplicates dialog
  • Zoom in/out functions to view menu
  • Improved grid layout dialog to use interactive grid
  • Ability to auto create multi plot views in grid
  • Ability to split data over multiple grid plots
  • Fix to slow loading of large tables
  • Import csv from URL

v0.8.3

17 Dec 13:42
Compare
Choose a tag to compare

Changes

  • Cell color by mask added
  • Set color by value added
  • Can color filtered rows
  • Fix to save when filtered
  • Can now set per column alignment
  • Snap now works
  • Fix to deleterows
  • Added move/copy column to menu
  • Fixes to index header
  • Options for heatmap
  • Can open excel files from cmd line

v0.8.2

26 Aug 12:21
Compare
Choose a tag to compare

Changes

  • Fixed setup.py error that broke pip install
  • Added column coloring functionality
  • Fixed slow adding of multiple rows
  • Fix to display row numbers properly for large tables