2.1.0 - 2025-04-11
← Previous: 2.0.1 | Next: 2.1.1 → | 📋 All Releases | 🏷️ GitHub Release
✨ Added
- Python 3.13 support added
- Logger warning if relative_minimum is used without on_off_parameters in Flow
- Greatly improved internal testing infrastructure by leveraging linopy's testing framework
💥 Breaking Changes
- Restructured the modeling of the On/Off state of Flows or Components
- Variable renaming:
...|consecutive_on_hours
→...|ConsecutiveOn|hours
- Variable renaming:
...|consecutive_off_hours
→...|ConsecutiveOff|hours
- Constraint renaming:
...|consecutive_on_hours_con1
→...|ConsecutiveOn|con1
- Similar pattern for all consecutive on/off constraints
🐛 Fixed
- Fixed the lower bound of
flow_rate
when using optional investments without OnOffParameters - Fixed bug that prevented divest effects from working
- Added lower bounds of 0 to two unbounded vars (numerical improvement)
← Previous: 2.0.1 | Next: 2.1.1 → | 📋 All Releases | 🏷️ GitHub Release