perone / Pyevolve

Pyevolve
http://pyevolve.sourceforge.net/wordpress/
313 stars 107 forks source link

Added Python 3 compatibility #79

Open BubaVV opened 7 years ago

BubaVV commented 7 years ago

Now module support both Python 2.7 and 3.5+

chadfurman commented 7 years ago

@BubaVV Thanks, it installed without issue (had to pip3 install future and sudo python setup.py install -- that's it). I'm new to GAs so I won't be able to test it too much. But, if it works for my use-case that will be sweet. I'll report back either way.

chadfurman commented 7 years ago

Was able to make it through the first tutorial. Copying their "final code" and adjusting the print statement for python3 (lol) and it worked fine

ranisalt commented 7 years ago

@perone stop ignoring your repo

perone commented 7 years ago

@ranisalt if you think that a pull-request with 51 files changed, without testing implemented, will be merged fast, then you'll need to review what you think that an open-source contribution is. However, you are always free to implement testing for the project and submit a pull-request. But for that you'll have to invest more effort than what you did for the complaint =)

MarcinKonowalczyk commented 6 years ago

@peronoe For testing I can recommend Travis CI.

chadfurman commented 6 years ago

Perhaps @ranisalt will test it for us :)