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

Changed import of factorial for SciPy>1.0 #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joschaschmiedt
Copy link

The alias scipy.misc.factorial is deprecated sicne scipy 1.0. Instead,
scipy.special.factorial should be used.

The alias scipy.misc.factorial is deprecated sicne scipy 1.0. Instead,
scipy.special.factorial should be used.
pantaray and others added 2 commits July 14, 2020 17:08
- included missing `scale_from_period` class methods in `Paul`
  and `DOG` wavelet classes
- fixed indexing in transform.py: `cwt_time` used a list of slices
  to index a 2D array. In future versions of NumPy this will trigger
  at best an `IndexError`, at worst NumPy might try to silently
  interpret the list as array index which will yield the wrong result.

Changes to be committed:
	modified:   wavelets/transform.py
	modified:   wavelets/wavelets.py
Added missing scale_from_period functionality for Paul + DOG wavelets
@endolith
Copy link
Contributor

So is this project abandoned?

@endolith
Copy link
Contributor

endolith commented Dec 5, 2021

Update: Yes, this project is abandoned and I've tried to make mine the replacement: #22

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.

None yet

4 participants