Skip to content

Releases: esa/pagmo2

pagmo 2.5

11 Nov 09:55
Compare
Choose a tag to compare

This release fixes a bug in the propagation of the integer dimension in meta-problems, and fixes a host of minor problems with recent compiler versions.

The full changelog is available here:

https://esa.github.io/pagmo2/changelog.html.

pagmo 2.4

08 Jun 18:52
Compare
Choose a tag to compare

This release contains two major new features:

  • improved support for integer programming,
  • the initial version of the pagmo C++ SDK.

As a result of the changes needed for the SDK, pygmo (the Python bindings) now depends on pagmo. Please see the changelog for more details: https://esa.github.io/pagmo2/changelog.html.

pagmo 2.3

18 May 13:14
Compare
Choose a tag to compare

This release features an important under-the-hood change regarding the serialization backend, where the dill library has been replaced by cloudpickle. cloudpickle should provide a comparable feature set to dill while solving a few issues that were encountered by users in some specific cases (see #106).

A number of documentation fixes and improvements are also included in this new version.

As usual, the full changelog is available at https://esa.github.io/pagmo2/changelog.html.

pagmo 2.2

11 May 21:19
Compare
Choose a tag to compare

This release features:

  • the Ipopt and SGA algorithms (back from pagmo 1.x, with improved implementations),
  • changes and fixes in the archipelago API,
  • another batch of tutorials and documentation improvements,
  • the usual misc fixes.

Full changelog at: https://esa.github.io/pagmo2/changelog.html

pagmo 2.1

20 Apr 23:44
Compare
Choose a tag to compare

A host of fixes and a test for the CI pipeline.

pagmo 2.0

13 Apr 18:27
Compare
Choose a tag to compare

This is the initial release of pagmo version 2.

pagmo 2 is a new, improved rewrite of pagmo 1.x, featuring better stability, a superior python experience and first class Windows support. See https://github.com/esa/pagmo2/wiki/From-1.x-to-2.x

NOTE: not all features from pagmo 1.x have been ported over to pagmo 2 yet. We have planned a rapid release schedule through which we will be adding back the pagmo 1.x features currently missing in pagmo 2.