update news an version for head
This commit is contained in:
parent
4f59b66ec3
commit
16f2fd696d
3 changed files with 8 additions and 4 deletions
4
edo/NEWS
4
edo/NEWS
|
|
@ -1,4 +1,6 @@
|
||||||
* current release
|
* current release:
|
||||||
|
|
||||||
|
* release 1.3.0 (2011-07-24)
|
||||||
- alternative implementation of the multi-normal operators using the Eigen3 library
|
- alternative implementation of the multi-normal operators using the Eigen3 library
|
||||||
|
|
||||||
* release 0.0 (2011-09-15)
|
* release 0.0 (2011-09-15)
|
||||||
|
|
|
||||||
6
eo/NEWS
6
eo/NEWS
|
|
@ -1,9 +1,11 @@
|
||||||
* release 1.3.1
|
* current release:
|
||||||
|
|
||||||
|
* release 1.3.1 (2012-07-27)
|
||||||
- the eo::mpi modules is no longer dependent from boost::mpi
|
- the eo::mpi modules is no longer dependent from boost::mpi
|
||||||
- parallel multi-start example
|
- parallel multi-start example
|
||||||
- bugfix: an error is now thrown when accessing best_element of an empty population
|
- bugfix: an error is now thrown when accessing best_element of an empty population
|
||||||
|
|
||||||
* release 1.3.0
|
* release 1.3.0 (2012-07-24)
|
||||||
- features:
|
- features:
|
||||||
- delete the deprecated code parts (was marked as deprecated in the release 1.1)
|
- delete the deprecated code parts (was marked as deprecated in the release 1.1)
|
||||||
- eoSignal: a class to handle signal with eoCheckpoint instances
|
- eoSignal: a class to handle signal with eoCheckpoint instances
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Current version
|
# Current version
|
||||||
SET(PROJECT_VERSION_MAJOR 1)
|
SET(PROJECT_VERSION_MAJOR 1)
|
||||||
SET(PROJECT_VERSION_MINOR 3)
|
SET(PROJECT_VERSION_MINOR 3)
|
||||||
SET(PROJECT_VERSION_PATCH 0)
|
SET(PROJECT_VERSION_PATCH 2)
|
||||||
SET(PROJECT_VERSION_MISC "-edge")
|
SET(PROJECT_VERSION_MISC "-edge")
|
||||||
|
|
||||||
# ADD_DEFINITIONS(-DDEPRECATED_MESSAGES) # disable warning deprecated function messages
|
# ADD_DEFINITIONS(-DDEPRECATED_MESSAGES) # disable warning deprecated function messages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue