bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
148 stars 54 forks source link

Additional python3 support #15

Closed adamlabadorf closed 6 years ago

adamlabadorf commented 7 years ago

A somewhat large number of changes to the code base (mostly cython files) to support migration to python 3. I haven't tested against python 2x since my workflow is entirely python 3, so I'm not sure how backwards compatible my changes are, but I did try to avoid C api functions that were released in 3.5 or above.

nsoranzo commented 6 years ago

Thanks a lot @adamlabadorf!

The commits have been Integrated in #25, this PR can be closed.