Skip to content

v0.6.0

Compare
Choose a tag to compare
@dmnfarrell dmnfarrell released this 15 Dec 14:32
· 338 commits to master since this release

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