Skip to content
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

use PyWavelet for CWT #1097

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

igor-pechersky
Copy link

Copy link
Collaborator

@nils-braun nils-braun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for taking the time to do the fix! I am ok with the changes. Did you have a chance to check the resulting features, are they the same?

Could you also fix the styling issue in the code? Thanks!

@nils-braun
Copy link
Collaborator

nils-braun commented Jan 5, 2025

I have seen in the CI/CD that the pywavelets package in the version you were using is not available for python versions 3.9 and older. I can (and should!) drop the python versions 3.7 and 3.8, but 3.9 has not reached end of life yet, so I would like to keep it.
I see two options here:

  • the code implements two branches for versions that support this pywavelets and one that does not
  • we limit the scipy version (not favoured, but if there is no other way...)

Is this particular version of pywavelets needed?

Update: I did remove python 3.7 an 3.8 from the CI/CD an added 3.10-3.12. I added a limit for scipy to make the CI/CD succeed for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants