Added
- Added instructions for using the HSL solvers on Windows. #254
Changed
- Dropped support for Python 3.8. #263
- Dropped support for building the package with NumPy < 1.25. #263
What's Changed
- Fixed #249, ensure intermediate_cb returns its value if no exception. by @moorepants in #250
- Add install instructions for HSL on windows by @avdudchenko in #254
- Updated unit tests to call coo_array on 2d arrays not 1d arrays due to change in behavior in SciPy 1.13. by @moorepants in #257
- Remove deprecated oldest-supported-numpy from pyproject.toml. by @moorepants in #263
New Contributors
- @avdudchenko made their first contribution in #254
Full Changelog: v1.4.1...v1.5.0