mrkrd / cochlea

Inner ear models for Python
GNU General Public License v3.0
108 stars 42 forks source link

python 3 support #9

Closed faroit closed 6 years ago

faroit commented 6 years ago

is cochlea supporting python 3 now? Its one of the remaining 2.7 packages in the audio domain (see here)

mrkrd commented 6 years ago

Yes, it should work with Python 3, but it's not well tested and therefore not "officially" supported. I tested it a few weeks ago and it passed all testes with Python 3. As the time passes and I fully switch to Python 3 myself, I'm going to move cochlea to Python 3 too. I'll also accept PRs to speed up the "official" transition.

faroit commented 5 years ago

Since python 2.7 will not be maintained in a couple of months, do you plan to move this package fully to 3.x?

mrkrd commented 5 years ago

Hi, yes, the first release of cochlea for python3 aka cochlea3 is almost ready. I'll upload it to github soon.

Marek

mrkrd commented 4 years ago

cochlea for Python 3 can be found here: https://github.com/mrkrd/cochlea3

The package is mostly compatible with the original cochlea.

Documentation is still out-to-date, but the software part is operational.

Cheers, Marek