DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.88k stars 1.13k forks source link

2to3 #625

Closed keszybz closed 2 years ago

keszybz commented 2 years ago

Python3.11 dropped support for 2to3, so its use in setup.py creates problems during installation. This patchset rewrites the code (using 2to3 as the base) to python3 and does some minor cleanups on the way.

All warnings are eliminated.

stonebig commented 2 years ago

it would be nice to have this in a release

stonebig commented 2 years ago

And it seems to work well

stonebig commented 2 years ago

Is DEAP project alive ?

imatheussm commented 2 years ago

Just installed this and it solved the problems I was experiencing. Hope this gets merged soon. Kudos for the splendid work!

anilbey commented 2 years ago

@julian @fmder @cmd-ntrf perhaps it's time to merge this.

aabmets commented 2 years ago

@anilbey @stonebig @keszybz waiting-for-reply-from-maintainers

fmder commented 2 years ago

Reviving this, 22/29 completed.