X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=NEWS.md;h=d439e3a15243f2aad651b611940eb2afd211e2b8;hb=743775baaa9b9374834a7aa886087d0e156c30b7;hp=e78516eb56239f94544aff16f55ed7ce00643e4e;hpb=3ab6adaac6a36f0037f1c30945fab035a7b71652;p=nlopt.git diff --git a/NEWS.md b/NEWS.md index e78516e..d439e3a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,21 @@ # NLopt Release Notes +## NLopt 2.5 + +26 July 2018 + +* New AGS global solver ([#194]), thanks to Vladislav Sovrasov. + +* New `nlopt_get_numevals` function providing a built-in evaluation counter ([#160]). + +* New `nlopt_get_errmsg` function for more descriptive error messages. + +* Build system is converted to `cmake` ([#49]), thanks to Julien Schueller + +* Plugins updated for recent Octave and Guile versions. + +* Various other build fixes and minor bug fixes. + ## NLopt 2.4.2 20 May 2014 @@ -387,3 +403,11 @@ 11 Nov. 2008 * Initial public release. + + +[#12]: https://github.com/stevengj/nlopt/issues/12 +[#13]: https://github.com/stevengj/nlopt/issues/13 +[#21]: https://github.com/stevengj/nlopt/issues/21 +[#49]: https://github.com/stevengj/nlopt/issues/49 +[#160]: https://github.com/stevengj/nlopt/issues/160 +[#194]: https://github.com/stevengj/nlopt/issues/194