Skip to content

0.1.1

Compare
Choose a tag to compare
@andportnoy andportnoy released this 29 Sep 01:57
· 316 commits to master since this release

Features

  • Helpful message on duplicate indices (suggested by Melissa)
  • run_model function in Epochs allowing for running arbitrary models
  • One shot R^2 plot with marginal subplots
  • Averages plotted negative up by default to respect the convention
  • Add correct epoch id resolution for returned dataframes, this matters when we get bare arrays from statsmodels
  • Both Epochs and FitGrid are channel aware (have a channels attribute tracking what channels they have)

Bug fixes

  • Font sizes for the plots are changed using context managers so the changes are contained
  • table inside epochs is now a copy not a reference to the original
  • Use Agg matplotlib backend to prevent fatal erros when $DISPLAY is not set
  • Copy when creating smaller grids on slicing

Other

  • Add API reference to docs
  • Trimmed down dependencies
  • Better test coverage
  • Clearer example in demo notebook