-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: move to python3 #242
Comments
It is almost too easy to do it these days: http://python-future.org/automatic_conversion.html |
Now there is a new macs2python3 branch I am working on to migrate MASC2 to Python3. It has passed all my tests under the 'test' folder. If you are interested in, you can install it and test it using your data. It might throw some errors in other situations such as those related to string vs. bytes types. |
any update on macs2 working with python3 ? when I try to install it in python 3 it says:
|
I just tested the |
Where is the source for the python3 package? It's not on PyPI yet and I woudl liek to test it out |
@afrendeiro I have to work on some testing scripts to test the branch |
A new branch Work will be continued in the new branch... |
A Python3 port would be very interesting for the Debian packaged version. Debian is droping Python2 in the next release and we expect Python2 software to be removed in the not to distant future. |
On Tue, Oct 01, 2019 at 02:00:48PM -0700, Tao Liu (τν) wrote:
MACS2 Python3 port is ready in the [feat_py3](/taoliu/MACS/tree/feat_py3) branch. Aim to release to PyPI by the end of this week.
Thanks a lot, Andreas.
|
MACS v2.2.4 which is compatible with Python3 has been released. During the testing with small datasets, v2.2.4 generates the same results as v2.1.4. If you find any inconsistency on your datasets or have any comments, feel free to open a new issue. Thank everyone for your patience! I know that you are asking for a Python3 port of MACS for a long time. |
On Thu, Oct 03, 2019 at 11:46:55AM -0700, Tao Liu (τν) wrote:
MACS v2.2.4 which is compatible with Python3 has been released.
Thanks a lot!
During the testing with [small datasets](/taoliu/MACS/tree/master/test), v2.2.4 generates the same results as v2.1.4. If you find any inconsistency on your datasets or have any comments, feel free to open a new issue.
The continuous integration test of the Debian package works as expected.
Thank everyone for your patience! I know that you are asking for a Python3 port of MACS for a long time.
Its right in time - so thank you again, Andreas.
|
@tillea You are welcome! And as a long-time Debian user, thank you so much for helping MACS integrated into Debian! By the way, I think now cython can be safely removed from the dependencies of MACS. |
On Thu, Oct 03, 2019 at 12:41:26PM -0700, Tao Liu (τν) wrote:
@tillea You are welcome! And as a long-time Debian user, thank you so much for helping MACS integrated into Debian!
:-)
By the way, I think now cython can be safely removed from the dependencies of MACS.
Done in Git - thanks for the hint.
|
Hi @taoliu
What are the plans for moving macs2 code to python3?
The text was updated successfully, but these errors were encountered: