Skip to content

Version 1.5.0

Latest
Compare
Choose a tag to compare
@moorepants moorepants released this 08 Sep 12:34
· 16 commits to master since this release

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

Full Changelog: v1.4.1...v1.5.0