PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

Py3 #33

Closed jmrohwer closed 5 years ago

jmrohwer commented 5 years ago

Python 3 port

What works

The Python 3 port is complete as far as I can see and test:

Distribution and packaging

Not tested

Way forward

jmrohwer commented 5 years ago

I see that to properly review this I might have to revert 197e666b on master (Unix line endings) as it seems to have picked up that the whole file has changed by doing this... Should be no issue though.

On second reflection, the issue may also be that the 2to3 script converted all files to Unix endings (a8a3c9a), so that the actual editing changes are not reflected here (only for the files that were in Unix format to start off with). Not sure what the best way is to deal with this, unless we simply make this the new master branch.

jmrohwer commented 5 years ago

Wheels have been uploaded to https://test.pypi.org for easy installation and testing (binary wheels for win32, winx86_64, linux32 and linux64, for Mac OSX the source tarball will be downloaded and compiled). Install with:
pip install -i https://test.pypi.org/simple pysces