Skip to content

Releases: jump-dev/KNITRO.jl

v0.11.0

11 Oct 13:32
fa540b7
Compare
Choose a tag to compare

KNITRO v0.11.0

Diff since v0.10.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 by MOI.Tests in runtests.jl (#197)

Merged pull requests:

v0.10.0

03 May 16:11
2548340
Compare
Choose a tag to compare

KNITRO v0.10.0

Diff since v0.9.3

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

13 Dec 00:48
Compare
Choose a tag to compare

KNITRO v0.9.3

Diff since v0.9.2

Closed issues:

  • Why is nV a parameter of KN_set_cb_grad()? (#161)
  • migration to jump-dev (#162)
  • Error loading two-sided quadratic inequalities (#167)

Merged pull requests:

v0.9.2

25 May 07:09
Compare
Choose a tag to compare

KNITRO v0.9.2

Diff since v0.9.1

Merged pull requests:

v0.9.1

27 Mar 18:05
Compare
Choose a tag to compare

KNITRO v0.9.1

Diff since v0.9.0

Closed issues:

  • newpt_wrapper access to undefined reference (#151)

Merged pull requests:

  • Fix issue with license manager and newpoint userparams (#152) (@frapac)
  • Add a safeguard to avoid issue with Knitro's multithreading (#153) (@frapac)

v0.9.0

24 Mar 15:05
Compare
Choose a tag to compare

KNITRO v0.9.0

Diff since v0.8.0

Closed issues:

  • Release (#123)
  • Passing userParams to callbackNewPoint (#141)

Merged pull requests:

v0.8.0

18 Dec 15:05
v0.8.0
Compare
Choose a tag to compare

v0.8.0 (2019-12-17)

Diff since v0.7.3

Closed issues:

  • Knitro path not recognized properly on MacOS (#134)
  • Release 0.7.3 (#131)

Merged pull requests:

v0.7.3

28 Oct 11:04
v0.7.3
Compare
Choose a tag to compare

v0.7.3 (2019-10-26)

Diff since v0.7.2

Closed issues:

Merged pull requests:

  • Wrap MOI.Complements to Knitro complementarity constraints (#130) (frapac)
  • [HOTFIX] Fix params used by Knitro (#128) (frapac)
  • [FIX] handling of ctrl+c events in Knitro callbacks (#126) (frapac)

v0.7.2

30 Aug 13:49
v0.7.2
ef81754
Compare
Choose a tag to compare

v0.7.2 (2019-08-30)

Diff since v0.7.1

Closed issues:

  • User routine for func_callback returned -500 (#120)

Merged pull requests:

v0.7.1

07 Aug 13:49
v0.7.1
Compare
Choose a tag to compare

v0.7.1 (2019-08-02)

Diff since v0.7.0

Closed issues:

  • Callback does not yield CallbackContext (sometimes) (#121)
  • Release (#116)

Merged pull requests:

  • Fix issue with callback environments (#122) (frapac)
  • Fix continuous integration of Knitro.jl (#117) (frapac)