FCS-analysis / PyCorrFit

data analysis and fitting software for fluorescence correlation spectroscopy (FCS)
pycorrfit.craban.de
Other
45 stars 13 forks source link

Moving to python 3 and further development #173

Closed toubol closed 6 years ago

toubol commented 6 years ago

Hi, I wanted to know how you see the future development of PyCorrFit, because I moved it to Python 3 to keep it up to date and to use it with my own configuration. But now that it works well, how can I open it to the community? As far as I tested it, it is successfully running on windows 10, python 3.6, and the files are fully compatible with the actual stable release.

paulmueller commented 6 years ago

Thanks for the question. I understood that you modified PyCorrFit to run under Python 3.6. Is that correct? If you created a pull request, I would be very happy to merge it. Is it still compatible to Python 2.7? If not, then I would have to update the appveyor build pipeline as well.

I currently only have little time to further develop PyCorrFit. I am doing it in my free time.

toubol commented 6 years ago

It is exactly that, it is now running under Python 3.6, but I also added some shortcuts and small changes just to get it more comfortable to my use. I don't expect it to run under python 2.7. I'll create the pool request soon, I just need to end commenting my changes.

paulmueller commented 6 years ago

To not break the current workflow of other users, I have reverted/changed some of your modifications:

paulmueller commented 6 years ago

TODO:

toubol commented 6 years ago

Thank you for all your job. Even if I do not agree with all the changes, you better know the requested features.
It keeps running fine and this is the most important for me. I will continue to send you my changes, and try to take part to the to-do list.