Skip to content

Commit 14da3ce

Browse files
committed
Merge branch 'master' of https://github.com/esa/pygmo2
2 parents 589dcf8 + 3f98cc6 commit 14da3ce

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pygmo
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
<!-- [![Build Status](https://img.shields.io/travis/esa/pygmo2/master.svg?logo=travis&style=for-the-badge)](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)

doc/changelog.rst

Lines changed: 4 additions & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)