Skip to content

Releases: msmdev/pyGPCCA

v1.0.4

31 Oct 17:08
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.4

v1.0.3

27 Jul 14:17
Compare
Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Jul 14:16
Compare
Choose a tag to compare

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

08 Aug 11:41
Compare
Choose a tag to compare

What's Changed

Minor improvements/fixes in README and acknowledgments.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Jul 14:20
Compare
Choose a tag to compare

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