From c0f0ddb2cf6b494fbe7a92226ba15789f7788733 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Thu, 26 Jul 2018 12:20:23 -0400 Subject: [PATCH] news for upcoming 2.5 --- NEWS.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 -- 2.30.2