Releases: jump-dev/KNITRO.jl
Releases · jump-dev/KNITRO.jl
v0.11.0
KNITRO v0.11.0
Closed issues:
- Update documentation for Knitro.jl (#105)
- Warning issued by Knitro's tuner during tests (#175)
- MOI Wrapper overriding Knitro options (#194)
- Replace
MOI.DeprecatedTests
byMOI.Tests
inruntests.jl
(#197)
Merged pull requests:
- Af/knitro 12.4.0 (#189) (@adamferreira)
- Handle Domain error to trigger Knitro trial iterates (#190) (@adamferreira)
- Julia interface update with new Knitro 12.4 features (#191) (@adamferreira)
- Drop support to Knitro versions below 11.0 (#192) (@frapac)
- Add support to MOI 0.10 (#193) (@frapac)
- [MOI] do not set explicitly options for SecondOrderCone (#198) (@frapac)
- Refactor examples to deactivate logs automatically (#199) (@frapac)
- [MOI] Port tests to new MOI.Tests module (#200) (@frapac)
- Prep for release 11.0 (#202) (@frapac)
v0.10.0
KNITRO v0.10.0
Closed issues:
- Can't run test until the end (Network license) (#125)
- Issues with Knitro 12.2 (#163)
- Complementarity constraints can only be added all at once (#169)
- TagBot trigger issue (#177)
- Error:Unable to locate KNITRO installation, please check your environment variable KNITRODIR. (#184)
Merged pull requests:
- Add a cache to load complementarity constraints in MOI wrapper (#170) (@frapac)
- Run examples in functions to avoid issue with global scope (#178) (@frapac)
- Drop dependency from MathProgBase (#179) (@frapac)
- [MOI] Allow to specify a Hessian-vector product via MOI (#181) (@frapac)
- MOI wrapper: fix type safety in MOI.optimize! (#182) (@frapac)
- Stop abusing the TagBot CI (#183) (@odow)
- MOI: remove warnings about experimental features (#185) (@frapac)
- Free knitro in tests and split lic man tests (#186) (@joaquimg)
- Update version (#187) (@joaquimg)
- Add checks for RegistryCI automerge (#188) (@frapac)
v0.9.3
KNITRO v0.9.3
Closed issues:
- Why is
nV
a parameter ofKN_set_cb_grad()
? (#161) - migration to jump-dev (#162)
- Error loading two-sided quadratic inequalities (#167)
Merged pull requests:
- Example Proposal (#164) (@ferrolho)
- Update links for jump-dev migration (#165) (@mlubin)
- MOI: add proper support for ScalarQuadraticFunction in Interval (#168) (@frapac)
- Add support for new Knitro 12.3 options (#171) (@adamferreira)
- Add missing Knitro options for the Julia Interface (#173) (@adamferreira)
- Changing a typo in multipleCB example which resulted in 6 nnz in jaco… (#174) (@adamferreira)
- Replace Int32 by Cint and Float64 by Cdouble in the C wrapper (#176) (@frapac)
v0.9.2
KNITRO v0.9.2
Merged pull requests:
v0.9.1
v0.9.0
KNITRO v0.9.0
Closed issues:
Merged pull requests:
- Fix MOI.ConstraintDualStart setter/getter in MOI wrapper (#142) (@frapac)
- Better handling of userparams in Knitro callbacks (#143) (@frapac)
- Update to JuMP 0.21 (#144) (@frapac)
- Install TagBot as a GitHub Action (#145) (@JuliaTagBot)
- Update MINLPTests script to JuMP 0.21 (#146) (@frapac)
- Fixed typo in error message (#147) (@bmetherall)
- Added Test to run accuracy tests (#148) (@bmetherall)
- Fix setter for vartypes in C wrapper (#149) (@frapac)
- Fixed spelling of 'example' in the examples (#150) (@bmetherall)
v0.8.0
v0.8.0 (2019-12-17)
Closed issues:
Merged pull requests:
- Clean wrapping of Knitro callbacks in Julia (#138) (frapac)
- Add support for Knitro 12.1 (#137) (frapac)
- Fix build process for Knitro (#135) (frapac)
- Fix definition of MPEC with JuMP (#133) (frapac)
- Update README.md (#132) (arnavs)
- Update README Interfaces (#129) (arnavs)
- Fix possible typo (#127) (MaximilianJHuber)