From: Steven G. Johnson Date: Thu, 26 Jul 2018 16:20:23 +0000 (-0400) Subject: news for upcoming 2.5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c0f0ddb2cf6b494fbe7a92226ba15789f7788733;p=nlopt.git news for upcoming 2.5 --- diff --git a/NEWS.md b/NEWS.md index e78516e..5f35041 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,19 @@ # NLopt Release Notes +## NLopt 2.5 (upcoming) + +* 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 +401,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