Releases: Labo-Lacourse/stepmix
Releases · Labo-Lacourse/stepmix
2.2.1
2.2.0
2.1.3
- Improve example scripts
- Fix version issue. 2.1.2 did not include some changes on master
2.1.1
- Minor edits to docstring and READMEs.
2.1.0
- Improvements to minimize the use of
pivot_table
for users:- New methods to directly access measurement and structural parameters dataframes with latent class as columns
- New bootstrap_stats method that returns both bootstrap samples and some parameter statistics (mean and standard deviation) as dataframes
verbose=1
now prints parameters using class as columns
2.0.0
- 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).