esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
422 stars 57 forks source link

2.16 release #57

Closed arita37 closed 3 years ago

arita37 commented 3 years ago

Just wondering when you wish to release 2.16 ? Can we add manually in the code the 2.15 --> 2.16 changes in the sites-package source code ?

darioizzo commented 3 years ago

It is not recommended to make the changes manually as they may be tied up also with the pagmo c++ library and other dependencies.

You can, though, compile and install pagmo and pygmo in your conda environment from source.

We typically release the new version either when there are enough changes accumulated, or each ~6 months to try and maintain the CI workflow. This has not been discussed yet with the core developers, but I think you may expect a new release in the Sept-Oct timeframe.

arita37 commented 3 years ago

2.16 is mostly scipy integration... Scipy is high level api...

On Aug 25, 2020, at 16:26, Dario Izzo notifications@github.com wrote:

 It is not recommended to make the changes manually as they may be tied up also with the pagmo c++ library and other dependencies.

You can, though, compile and install pagmo and pygmo in your conda environment from source.

We typically release the new version either when there are enough changes accumulated, or each ~6 months to try and maintain the CI workflow. This has not been discussed yet with the core developers, but I think you may expect a new release in the Sept-Oct timeframe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bluescarni commented 3 years ago

pagmo/pygmo 2.16 have been released, closing this report.