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
434 stars 57 forks source link

Wheel for Python 3.8 #19

Closed DavidWalz closed 4 years ago

DavidWalz commented 4 years ago

Could you please provide wheels for python 3.8 (linux)?

bluescarni commented 4 years ago

This is planned for the upcoming release.

Moving the issue to the pygmo issue tracker.

darioizzo commented 4 years ago

Are the 38 issues on ipyparallel solved? I thought we were not releasing the 38 wheels for that reason.

bluescarni commented 4 years ago

What were the issues again? I cannot recall exactly. I thought that the problem was the lack of a conda package, but it seems like it is available now:

https://anaconda.org/conda-forge/ipyparallel/files

And the pip package for ipyparallel seems to be independent of the Python version:

https://pypi.org/project/ipyparallel/#files

In any case, if there are runtime problems with ipyparallel I think we can just disable the ipyparallel testing bits in the docker script in the meantime.

darioizzo commented 4 years ago

ok, will make a PR and see.

bluescarni commented 4 years ago

py38 wheels have been implemented in #20, and they will be part of the upcoming release. Closing this.