DEAP / deap

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

Project status, roadmap, 2.0? #337

Closed OliverColeman closed 5 years ago

OliverColeman commented 5 years ago

What's the development status of deap? Is there a roadmap for next releases? Is there a plan or schedule for a 2.0 release?

The last release was around 1.5 years ago, 1.2.2 in Nov 2017. It looks like there has been some activity in the last few years but that it significantly dropped off a few years ago.

There are some open issues for a 2.0 milestone, but these haven't seen any activity for around 8 months to a couple of years.

fmder commented 5 years ago

There is a roadmap, but there is no time to achieve it. Most of the development was done while me and @cmd-ntrf were doing graduate studies. Now we are both occupied with tons of other projects.

All contributions are welcomed.

yxliang01 commented 5 years ago

Hmm @fmder Maybe it's a good idea to release the current master as 1.3.0 or 1.2.3 at least, if you think the current master is stable?

fmder commented 5 years ago

I'm working on something that would make 1.3 a real release. Stay tuned.

Le mar. 30 avr. 2019 10 h 52, Xiao Liang notifications@github.com a écrit :

Hmm @fmder https://github.com/fmder Maybe it's a good idea to release the current master as 1.3.0 or 1.2.3 at least, if you think the current master is stable?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DEAP/deap/issues/337#issuecomment-487983972, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHKXQRZFPODTLPDN4DIVWLPTBMMLANCNFSM4HAVA4PQ .

yxliang01 commented 5 years ago

Then I would suggest release the current master as 1.2.3 :joy: The master contains a bunch of fixes since 1.2.2 as far as I can see. @fmder

fmder commented 5 years ago

1.3.0 is out! Check out the new NSGA-III selection!