Releases: jump-dev/NLopt.jl
Releases · jump-dev/NLopt.jl
v1.2.1
NLopt v1.2.1
Merged pull requests:
- Do not wrap NULL pointer in array (#264) (@yuyichao)
- Type stable callback function (#265) (@yuyichao)
- Fix formatting from #265 (#266) (@odow)
- Prep for v1.2.1 (#267) (@odow)
- Throw ErrorException if _EMPTY_VECTOR is modified and reset it (#268) (@odow)
- A few more optimization of the callback / buffer handling (#269) (@yuyichao)
v1.2.0
v1.1.4
v1.1.3
v1.1.2
NLopt v1.1.2
Merged pull requests:
- [README] add example of how to trace iterations (#247) (@odow)
- Fix GitHub actions badge in README (#249) (@odow)
- Work-around removal of LD_LBFGS_NOCEDAL in [email protected] (#251) (@odow)
- Prep for v1.1.2 (#252) (@odow)
Closed issues:
- Mention important bug in README (#248)
- [email protected] breaks algorithm choice (#250)
v1.1.1
v1.1.0
NLopt v1.1.0
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)
v1.0.3
NLopt v1.0.3
Merged pull requests:
- Remove repeated
force_stop!
inexport
(#217) (@Vaibhavdixit02) - Add JuliaFormatter (#219) (@odow)
- Refactor tests into functional form (#220) (@odow)
- Remove chk from optimize to allow failures to return to the user (#221) (@odow)
- Bump version for release (#222) (@Vaibhavdixit02)
Closed issues: