Version 1.2.0
[1.2.0] - 2022-11-28
Added
- Added instructions for using the HSL binaries with the Conda Forge binaries.
- Support for Python 3.10 and 3.11.
Fixed
- Improved the type information in the JAX example.
- SciPy MemoizeJac deprecation warning handled.
- Handled KeyErrors upon unknown IPOPT return statuses.
- Removed unnecessary shebangs.
- Improved the Github Actions CI.
Removed
- Dropped support for Python 3.6.
What's Changed
- Version 1.1.0 by @moorepants in #129
- Avoid KeyError upon unknown IPOPT return statuses. by @tobias-kies-artemis in #134
- Fix a couple of small documentation typos by @musicinmybrain in #137
- Improve GitHub Actions by @brocksam in #139
- A little consistency in shebangs and execute bits by @musicinmybrain in #136
- Added instructions about using HSL with conda forge binaries to the documentation. by @moorepants in #138
- Remove deprecated setup.py install approach by @brocksam in #149
- Improve the jax example by @jhelgert in #146
- Avoid SciPy deprecation warning. by @moorepants in #157
New Contributors
- @tobias-kies-artemis made their first contribution in #134
Full Changelog: v1.1.0...v1.2.0