Releases: msmdev/pyGPCCA
Releases · msmdev/pyGPCCA
v1.0.4
What's Changed
Fixes
- Fix 'Operation done in wrong order' error when calling SLEPc #42.
- Minor pre-commit/linting fixes #39, #40, #41, #44, #45, #46.
- Fix intersphinx numpy/scipy #37.
Improvements
- Update and improve documentation and README #47.
New Contributors
- @dburkhardt made their first contribution in #42
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
Fixes
- Fix CI, unpin some requirements, pin docs, enable doc linting #25, #26.
- Patch release preparation #35.
Improvements
- Print deviations, if a test is failing since a threshold is exceeded #29.
- Adjust too tight thresholds in some tests #30, #34.
New Contributors
- @Marius1311 made their first contribution in #29
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
Bugfixes
- Fix not catching
ArpackError
when computing stationary distribution and mypy-related linting issues #21.
Improvements
- Use PETSc/SLEPc, if installed, to speed up the computation of the stationary distribution #22.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
Minor improvements/fixes in README and acknowledgments.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release.
Changes since the pre-release
Improvements
- Improve README and documentation (RTD) #4, #6, #9, #15, #16.
- Finalize Credits to A. Sikorski #7.
- Add an application example to example.ipynb #12.
- Unskip some MacOS tests #14.
- Improve
GPCCA.optimize
by changing the handling of complex conjugate splitting #13.
Full Changelog: https://github.com/msmdev/pyGPCCA/commits/v1.0.0