Skip to content

v0.5.0

Compare
Choose a tag to compare
@dmnfarrell dmnfarrell released this 15 Sep 10:51
· 378 commits to master since this release

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