Skip to content

Commit e56ecc7

Browse files
authored
Merge pull request #119 from darioizzo/draft-2.19.0
release 2.19.0 draft
2 parents 2349dc8 + a17d3fb commit e56ecc7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

doc/changelog.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Changelog
44
=========
55

6-
2.19.0 (unreleased)
6+
2.19.0 (2023-01-19)
77
-------------------
88

99
New
@@ -13,6 +13,9 @@ New
1313
(`#95 <https://github.com/esa/pygmo2/pull/95>`__,
1414
`#87 <https://github.com/esa/pygmo2/pull/87>`__).
1515

16+
- Added a generational version of MOEA-D with batch fitness evaluation support.
17+
(`#112 <https://github.com/esa/pygmo2/pull/112>`__).
18+
1619
Changes
1720
~~~~~~~
1821

doc/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ In order to install pygmo from source, you will need:
129129
Clang or MSVC should do),
130130
* a `Python <https://www.python.org/>`__ installation,
131131
* `pybind11 <https://github.com/pybind/pybind11>`__ (version >= 2.10),
132-
* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__,
132+
* the `pagmo C++ library <https://esa.github.io/pagmo2/>`__, (version >=2.19)
133133
* the `Boost libraries <https://www.boost.org/>`__,
134-
* `CMake <https://cmake.org/>`__, version 3.17 or later.
134+
* `CMake <https://cmake.org/>`__, version 3.18 or later.
135135

136136
After making sure the dependencies are installed on your system, you can
137137
download the pygmo source code from the

0 commit comments

Comments
 (0)