diff --git a/eo/NEWS b/eo/NEWS index e51662ce..b4784741 100644 --- a/eo/NEWS +++ b/eo/NEWS @@ -1,6 +1,22 @@ * release 1.1 (not yet released) - - provide cmake build system + - provide cmake build system, remove the old autotools one + - package generation system - GCC 4.3 compatibility + - new versatile log system with several nested verbose levels + - classes using intern verbose parameters marked as deprecated, please update your code accordingly if you use one of the following files: + eo/src/eoCombinedInit.h + eo/src/eoGenContinue.h + eo/src/eoProportionalCombinedOp.h + eo/src/utils/eoData.h + eo/src/utils/eoStdoutMonitor.h + - an evaluator that throw an exception if a maximum eval numbers has been reached, independently of the number of generations + - new monitor that can write on any ostream + - new continuator that can catch POSIX system user signals + - dual fitness class to handle feasibility of individual with guarantee that feasible fitness will always be better than unfeasible one + - feasible fitness ratio stat + - interquartile range stat + - uniform(min,max) random function + - new website, switch from CVS to GIT, and a cool logo! * release 1.0.1 (23. Jan. 2006) - Templates/ improvements @@ -18,9 +34,3 @@ - Support gcc-3.4 and gcc.4.x. - Provide full automake/autoconf/configure support. - -# Local Variables: -# coding: iso-8859-1 -# mode: text -# fill-column: 80 -# End: