-
Notifications
You must be signed in to change notification settings - Fork 4
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
Modernize Python compatibilities and bump lspopt version #10
Conversation
Sorry, I forgot to publish it after merging the last PR... Thank you for continuing to push this. There was an issue with 3.7 and 3.8 which I was planning on fixing first; but I think in this instance it is more prudent to just get it out instead... I will merge this and rewrite the setup.py to a setup.cfg instead, to be more in step with the newer developments in Python. |
@remrama Version 1.4.0 has now been published to PyPI. Please test it, since I have changed some parts of the publishing solution. I think everything is there, but get back to me if something does not work all of a sudden. |
Thanks @hbldh, I just tested with a reinstall and quick usage with |
Once again, thank you so much for this effort! I appreciate this, even though I forgot to upload it... This code is actually from my Master's thesis. I had the author of the multitaper paper as a teacher and she wanted me to use it for analysing eye tracking data. It is nice to know that it is of some use for other people as well! |
Just upgraded overall compatibilities and thought I would bump the version so that it would be easier to toss this onto PyPI. Changes listed below, copy/pasted from what I put in the
CHANGELOG.md
with some added links for context:[1.4.0] - 2025-01-07
Added
pip>=25
[ Deprecatepip install --editable
callingsetup.py develop
pypa/pip#11457 ]numpy>=2
Removed