Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 22:28
· 46 commits to master since this release
685808f

KNITRO v0.13.1

Diff since v0.13.0

Closed issues:

  • How to specify output file name? (#119)
  • Number of multipliers in callback (#136)
  • Unable to set "par_numthreads" (#166)
  • [Knitro 12.3] Error when setting variable bound to Inf (#180)
  • Implement MOI solver-dependant callback for intermediate callback (#196)
  • [MOI] Fix wrapper with SecondOrderCone constraints (#201)
  • Error updating NLparameter (#204)
  • [Julia 1.7] Segfault when testing Knitro's API (#208)
  • MathOptInterface.UnsupportedAttribute "maxtime_cpu" (#222)
  • KNITRO not found on macOS (#225)
  • Add support to Optimization.jl (#227)
  • SYSTEM: show(lasterr) caused an error (#231)

Merged pull requests:

  • Add brief troubleshooting steps to readme. (#223) (@cgeoga)
  • Expose the nnzJ argument in KN_set_cb_grad. (#226) (@cgeoga)
  • Fix wrong API call when adding VectorOfVariable constraints in MOI (#228) (@frapac)
  • Simplify README and link to other packages (#229) (@odow)
  • Add GitHub actions with CI (#230) (@odow)
  • Add JuliaFormatter (#232) (@odow)
  • Simple refactorings of MOI_wrapper (#234) (@odow)
  • A large refactor to get the tests passing (#235) (@odow)
  • Fix updating NLPBlock after solve (#236) (@odow)
  • Fix handling of maxtime_cpu (#237) (@odow)
  • Re-enable fourth problem test (#238) (@odow)
  • Add LTS to CI runs (#239) (@odow)
  • [README] Add warning on multithreading (#240) (@odow)
  • Tidy C_wrapper.jl (#241) (@odow)
  • Remove support for ConstraintDual of SecondOrderCone (#242) (@odow)
  • Prep for v0.13.1 (#243) (@odow)