Version 1.4.0
[1.4.0] - 2024-04-01
Added
- Support for building with Cython 3. #227, #240
- Exposed the
eps
kwarg in the SciPy interface. #228 - Added the examples to the source tarball. #242
- Documentation improvements on specifics of Jacobian and Hessian
inputs. #247 - Support for Python 3.12.
Fixed
- Ensure
tol
is always a float in the SciPy interface. #236 print_level
allows integers other than 0 or 1. #244
What's Changed
- TST: minimize_ipopt: add back test_gh1758 by @mdhaber in #229
- Enable support for cython 3 by @chrhansk in #227
- ENH: expose 'eps' option for finite difference step size by @mdhaber in #228
- Fully allow Cython 3. by @moorepants in #240
- Covert tol to float before passing to ipopt. by @moorepants in #236
- Add examples/ and docs/requirements.txt to source distribution by @musicinmybrain in #242
- Fix #234 by @MarkusZimmerDLR in #244
- Error message spelling indicates incorrect callback name by @lynntf in #246
- Add clarity to jacobian/hessianstructure methods by @lynntf in #247
- Version 1.4.0 by @moorepants in #248
New Contributors
- @MarkusZimmerDLR made their first contribution in #244
- @lynntf made their first contribution in #246
Full Changelog: v1.3.0...v1.4.0