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**: https://github.com/decargroup/pykoop/compare/v1.1.0...v1.1.1
Bug fixes
* Fixed incorrect overflow handling in `predict_trajectory()` when `relift=False` (https://github.com/decargroup/pykoop/pull/118)
* Fixed bug where `predict_trajectory()` did not account for episode feature if `U=None` (https://github.com/decargroup/pykoop/pull/116)
* Lowered required Python version in setup.py so Binder would work again (https://github.com/decargroup/pykoop/pull/114)