Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 03:17
· 3 commits to master since this release
8107a84

NLopt v1.1.0

Diff since v1.0.3

Merged pull requests:

  • Use Clang.jl to automate C wrapper (#223) (@odow)
  • Simplify implementation of Algorithm(::Symbol) (#224) (@odow)
  • Miscellaneous style improvements (#225) (@odow)
  • Tidy ext/NLoptMathOptInterfaceExt.jl (#226) (@odow)
  • Update GitHub actions (#227) (@odow)
  • Ignore src/libnlopt.jl in codecov (#228) (@odow)
  • Add tests to improve code coverage (#229) (@odow)
  • Remove global nlopt_exception (#230) (@odow)
  • Add CODECOV_TOKEN (#231) (@odow)
  • Update the README to use functions rather that property-based interface (#232) (@odow)
  • Improve code coverage by adding more tests (#233) (@odow)
  • Improve test coverage (#234) (@odow)
  • Simplify and test Base.copy(::Opt) (#235) (@odow)
  • [docs] add note on thread safety (#236) (@odow)
  • Refactor MathOptInterfaceExt.jl and add tests to improve coverage (#237) (@odow)
  • Add section on automatic differentiation to the README (#238) (@odow)
  • Add support for MOI.ScalarNonlinearFunction (#239) (@odow)
  • Fix typos in README (#240) (@odow)
  • Fix and test setting local_optimizer (#241) (@odow)
  • Prep for v1.1.0 (#242) (@odow)
  • Fix a typo in the README (#243) (@odow)

Closed issues:

  • LD_SLSQP does not terminate on NaN (#31)
  • Easier auto-differentiation support? (#128)
  • transfer to jump-dev? (#147)
  • Document non thread-safety (#186)
  • FAILURE with L-BFGS depending on system size and starting point (#198)
  • algorithm-specific parameters structure empty (#201)
  • [MathOptInterfaceExt] Support ScalarNonlinearFunction (#214)
  • SLSQP in NLopt.jl 1.0.2 throws error: bug: more than iter SQP iterations (#215)