File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22=====
33
44[ ![ Build Status] ( https://img.shields.io/circleci/project/github/esa/pygmo2/master.svg?style=for-the-badge )] ( https://circleci.com/gh/esa/pygmo2 )
5- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/esa/pygmo2/CI? style=for-the-badge )] ( https://github.com/esa/pygmo2/actions?query=workflow%3A%22CI%22 )
5+ [ ![ Build Status] ( https://img.shields.io/github/actions/ workflow/status/esa/pygmo2/main.yml?branch=master& style=for-the-badge )] ( https://github.com/esa/pygmo2/actions?query=workflow%3A%22CI%22 )
66<!-- [](https://travis-ci.com/esa/pygmo2) -->
77
88[ ![ Anaconda-Server Badge] ( https://img.shields.io/conda/vn/conda-forge/pygmo.svg?style=for-the-badge )] ( https://anaconda.org/conda-forge/pygmo )
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6- 2.19.0 (unreleased )
6+ 2.19.0 (2023-01-19 )
77-------------------
88
99New
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+
1619Changes
1720~~~~~~~
1821
Original file line number Diff line number Diff 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
136136After making sure the dependencies are installed on your system, you can
137137download the pygmo source code from the
You can’t perform that action at this time.
0 commit comments