Skip to content

pykoop v1.1.1

Compare
Choose a tag to compare
@sdahdah sdahdah released this 17 Dec 00:54
· 120 commits to main since this release
4f5e291

This release fixes two bugs in KoopmanPipeline.predict_trajectory() and lowers the setup.py minimum Python version to 3.7 for Binder. However, 3.8 is still the lowest officially supported version.

Full changelog: v1.1.0...v1.1.1

Bug fixes

  • Fixed incorrect overflow handling in predict_trajectory() when relift=False (#118)
  • Fixed bug where predict_trajectory() did not account for episode feature if U=None (#116)
  • Lowered required Python version in setup.py so Binder would work again (#114)