v0.2.0
What's Changed
Breaking changes π₯
- Dropped support for Polars 0.20 in #137
Bug fixes π
- Fix bug where quadratic objective functions were being treated as linear expressions leading to incorrect results (thanks @eduardosalaz for catching this!) #145
New features π
- Add support for Python 3.13 in #137
- Add support for writing .lp and .sol files in HiGHS by @staadecker in #114
New examples
- Sudoku example by @aurelije in #115
- Pumped storage example by @aurelije in #119
- Add production planning to examples by @aurelije in #116 :party:
Other improvements
- Various internal improvements including switching to ruff and improving the security of the CI/CD pipelines by @staadecker #109 , #110 , #118 , #120 , #121 , #123 , #124 , #95 , #127 , #140
- Improve testing and examples by @staadecker in #112
- Improve documentation by @staadecker in #125
- Improve .dispose() function by @staadecker in #138
- Automatically run tests on documentation code by @staadecker in #141
New Contributors
Full Changelog: v0.1.4...v0.1.5