Planned intervention: On Thursday 19/09 between 05:30-06:30 (UTC), Zenodo will be unavailable because of a scheduled upgrade in our storage cluster.

There is a newer version of the record available.

Published March 4, 2020 | Version v2.14.0
Software Open

esa/pagmo2: pagmo 2.14.0

  • 1. Max Planck Institute for Astronomy
  • 2. European Space Agency

Description

This new pagmo release comes with a couple of very important internal changes in the project:

  • the Python bindings (pygmo) have been split off into a separate and independent project (https://github.com/esa/pygmo2). Although pagmo and pygmo were already clearly separated, residing into separate directories of the pagmo source tree, the fact that they were bundled together in the same repository was the source of a variety of complications in the build system and in the packaging pipeline, and also a source of confusion for newcomers to the project. Hopefully this new setup spells out more clearly the relation between pagmo and pygmo: pygmo is a Python extension module which depends on the pagmo C++ library.
  • We also took advantage of the project split to move the pygmo bindings from Boost.Python to the more modern pybind11 (https://github.com/pybind/pybind11). This switch should have a variety of benefits, including reduced CPU and memory usage during compilation, increased performance at runtime, better integration with NumPy, and reliance of a more actively maintained project.

The switch to pybind11 was a massive rework of the pygmo codebase, which, hopefully, should have small effects on pygmo users. The API of pygmo has not changed, however some small details did change (e.g., pybind11 sometimes translates C++ exceptions to Python differently from Boost.Python). We tested this pygmo release particularly thoroughly, however, because of the scope of the changes it is likely that we might have missed something. Please report any issue you find to our bugtracker:

https://github.com/esa/pygmo2/issues

This release also brings a couple of new features and the usual assortment of fixes and optimisations. The full changelogs, as usual, are available here:

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

Files

esa/pagmo2-v2.14.0.zip

Files (17.7 MB)

Name Size Download all
md5:20d9dc70c916031d4e6bbf904a5f66b4
17.7 MB Preview Download

Additional details

Related works