Skip to content

Releases: dmnfarrell/pandastable

v0.8.1

17 Aug 17:44
Compare
Choose a tag to compare

Changes

  • Added table operations to main menu
  • Added time series resample (table menu)
  • Can now undo last change for most operations
  • Differential expression plugin
  • Element-wise transform menu item
  • Added aggfunc to pivot dialog
  • Filtering tool highlights filtered rows by default
  • Added predefined widget filters to filtering dialog
  • Fixed slow drawing of large tables

v0.8.0

11 Jul 18:02
Compare
Choose a tag to compare

Adds some miscellaneous improvements. Grouped plots now work better, see http://dmnfarrell.github.io/dataexplore/2017/07/05/grouped-plots. A datetime conversion dialog has been added as shown in http://dmnfarrell.github.io/dataexplore/2016/11/20/sea-ice-example.

Changes

  • Added datetime conversion dialog
  • Changes to make more compatible with matplotlib 2.0
  • Can now plot grouped single plots for some plot types (line, bar, scatter)
  • Fixed sharey, sharex for grouped plots
  • Added ability to choose pre-defined mpl styles
  • Fix to memory leak on redraws
  • Changes to right click copy behaviour in table
  • snapcraft.yaml to create snap package
  • Fix for displaying small floats that were rounded to zero
  • Added floating precision to table preferences
  • Clipboard bug fix
  • Improvement to merge dialog
  • Fixes to widget styling issues on linux
  • Added duplicate column removal in clean data

v0.7.2

25 Mar 14:57
Compare
Choose a tag to compare

This minor release adds experimental text annotation support. This allows the addition of arbitrary labels. see http://dmnfarrell.github.io/dataexplore/2016/02/19/annotations. Note that new releases mean .dexpl project files from older versions might not load properly.

Changes

  • Added black and white option for plotting
  • Fix to avoid white lines with some colormaps
  • Can now add text annotations to plots
  • Most plot options are now saved including grid settings
  • -t option for launching a test app
  • fix to scatter colors
  • changed predefined datasets to csv to avoid msgpack issues

v0.7.1

01 Feb 20:25
Compare
Choose a tag to compare

This minor release provides updates to allow python 2.7 compatibility. An annotation tab has been added to the plot options to allow adding manual textbox or graphical objects manually later.

Changes

  • Updated code for python 2.7 compatibility
  • Plot labels now in separate annotation tab
  • Added color by column value for scatter plots
  • Can now only save as messagepack, other formats are under export
  • Fix to setup file that prevent plugins from being installed

v0.7.0

17 Jan 14:30
Compare
Choose a tag to compare

This release adds several new features. It updates the 3D plotting options so that they are all properly functional. It also adds the ability to create/change columns data using ranges or randomly generated from a distribution. You can now combine different kinds of plots together or from different tables in one plot using the grid layout option.

Changes

  • Added fill data functions for columns
  • Updates to 3D plotting allow working contour, wireframe and surface plots
  • Added contour and imshow plots
  • Can now display plot tools in vertical orientation
  • IPython console plugin
  • Combining multiple different plots in a grid layout is now possible

v0.6.0

15 Dec 14:32
Compare
Choose a tag to compare

This release adds a simple plugin architecture to allow third party scripts to be easily added. A factor plotting plugin has been added using this method. This will be provided by default. The other major change is to allow table selections and properties to be saved with projects. Plots can therefore be re-loaded from the last selections and plot settings. Finally numpy functions can now be used in the function evaluation bar. Columns generated from functions are remembered so that you can keep track of how the data was made, a bit like a spreadsheet formula.

Changes

  • Implemented plugin system with sample seaborn plugin
  • Moved batch file rename tool to plugins
  • Meta data now saved with project files - allows saving plots and selections
  • Can add a table to plot using sub-table contents
  • Integrated table copy and paste into toolbars
  • Changed function evaluation so that math functions work
  • Column-wise functions can be applied
  • Added ability to show error bars in plots
  • Various fixes for table selections
  • Added melt function for converting to long form data

v0.5.0

15 Sep 10:51
Compare
Choose a tag to compare

This release adds a model fitting interface based on the statsmodels library. This library will be an optional dependency. Other additions such as data cleaning are added that may be useful aids for fitting.

Changes

  • Model fitting interface using statsmodels
  • Added ability to create categorical and dummy columns, useful for fitting
  • Clean data options added
  • Dialog to apply certain row-wise functions added to column menu
  • String operations added to column menu
  • Re-did aggregate dialog
  • Correlation matrix calculator
  • Row index header to show index names
  • Display column multiiindexes
  • Cell text now fits properly with any font/size
  • Convenient copy and paste table menu items for DataExplore
  • Added minimal unit tests

v0.4.2

25 Jul 15:05
Compare
Choose a tag to compare

Minor fixes

Changes

  • Added plot save dpi entry
  • Fixed missing data files for setuptools install
  • Updated scatter to allow multiple subplots

v0.4.1

17 Jul 19:49
Compare
Choose a tag to compare

Adds more predefined datasets, file rename utility

Changes

  • More datasets for testing
  • Fix to update groupby comboboxes when table changes
  • Added batch file renaming tool

0.4.0

25 Jun 12:34
Compare
Choose a tag to compare

Adds working grouped plots, initial multiindex display and basic function evaluation.

Changes

  • Can now display and set row multiindexes
  • Added function evaluation tool
  • Grouped plots now work
  • Can now sort by multiple columns
  • Can set column dtype
  • Show table as formatted text
  • Fixed copy to clipboard
  • Fix to import dialog error
  • improvements to pivot,aggregate dialogs