Releases: maxibor/pydamage
Releases · maxibor/pydamage
Pydamage v0.40
Changelog
- Add prediction accuracy model
- Update docs and README
Pydamage v0.30
Changelog
- Added plotting on a headless server
- Handling RuntimeError and ValueError when optimizing parameters in model fitting
- Doc and Readme improvement
Pydamage v0.2
First stable version of Pydamage:
- Likelihood models are now binomials
- Switch from Vuong's closeness test to Likelihood ratio test
- Switch from QQplot to Fitted vs Residuals from model fitting diagnostic plot
- Renamed variables to match paper's math
Pydamage v0.12
- docstring and comment sanitation
- add qqplot of residuals
- fix vuong's test
Pydamage v0.11
- update
N
in vuong's test - PEP8 Formatting
Pydamage v0.1
Early release of Pydamage.
Expect (significant?) changes in future releases.