Skip to content

2.0.0

Compare
Choose a tag to compare
@sachaMorin sachaMorin released this 11 Aug 18:19
· 89 commits to master since this release
  • StepMix and Emission models can now return parameters as dataframes.
  • StepMix remembers variables names when input is a DataFrame. This is reflected in the logs.
  • Bootstrap API overhaul.
    • Bootstrap is now a StepMix method.
    • Bootstrap no longer fits the main estimator (#36).
    • Bootstrap returns parameters as a long-form dataframe.
    • Remove custom plotting functions. Users can now easily use bootstrap output with seaborn.
  • CAIC and SABIC (#46).
  • Fix bug when sampling a StepMix model with only a measurement model (#45).
  • Update docstring of X and Y matrices (#37).