Replace http://paradiseo.gforge.inria.fr with https://nojhan.github.io/paradiseo/ and paradiseo-help@lists.gforge.inria.fr with https://github.com/nojhan/paradiseo/issues across all source files, doxyfile templates, cmake packaging, and eo documentation. Also updates eodev.sourceforge.net references in EO headers. Applied to .h, .cpp, .cmake, and miscellaneous files in eo/, mo/, moeo/, smp/, and problems/.
45 lines
1.6 KiB
Text
45 lines
1.6 KiB
Text
In order to create a new release from the current repository, perform the
|
|
following steps:
|
|
|
|
- If necessary, create a branch named "eo_x.y.z"
|
|
- Set version number in eo-conf.cmake
|
|
- Check/update NEWS file, set release date and version in NEWS.
|
|
- use the "archive_current.sh" script to create the source archive
|
|
- Put source archive and packages files at SourceForge
|
|
- Update the documentation on the website
|
|
- Post news on SourceForge project-page
|
|
- Send announcement to mailing lists
|
|
- Bump version number to next "x.y.z-edge" in eo-conf.cmake
|
|
|
|
|
|
When reaching stable versions:
|
|
- prepare a message with the following template:
|
|
-----8<-----
|
|
A new version of the "Evolving Objects" framework is available.
|
|
|
|
EO is a template-based, C++ evolutionary computation library which
|
|
helps you to write your own stochastic optimization algorithms
|
|
insanely fast.
|
|
|
|
Learn more about EO on the official website:
|
|
https://nojhan.github.io/paradiseo/
|
|
|
|
You will find the release x.y.z at the following address:
|
|
https://sourceforge.net/projects/eodev/files/eo/
|
|
|
|
Here is a summary of the change log:
|
|
- XXXXX
|
|
- and more…
|
|
|
|
Do not hesitate to submit the bugs you will face:
|
|
https://sourceforge.net/apps/trac/eodev/wiki/WikiStart
|
|
|
|
Happy evolutionary hacking.
|
|
-----8<-----
|
|
- Post the message to:
|
|
- EO news https://sourceforge.net/news/?group_id=9775
|
|
- EO mailing list: eodev-main@lists.sourceforge.net
|
|
- ParadisEO mailing list: paradiseo-users@lists.gforge.inria.fr
|
|
- EC-digest maling list: ec-digest-l@listserv.gmu.edu
|
|
- JET mailing list: jet@inria.fr
|
|
|