forked from PyWavelets/pywt
-
Notifications
You must be signed in to change notification settings - Fork 0
catch up to master #2
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This case can never be reached due to the new ValueError check above
… accordingly to #pullrequestreview-227464829
DOC: add JOSS and Zenodo citation links to the docs
fix docstring's scale2frequency parameter order
register markers for pytest 4.5 compatibility
make swt raise a ValueError for consistency with the dwt case
Guard against trying to transform along size 0 axes
change 3.7-dev to 3.7 in .travis.yml
If trim_approx is set to True, we will retain approximation coefficients only for the final level of decomposition as is currently done for the DWT functions. add trim_approx option to all SWT transforms
preserve single precision in CWT
swt normalization and option to trim the approximation coefficients
add demo using swt with norm=True to analyze variance across scales
add axis support to cwt
This is done partly to help GitHub correctly identify the LICENSE as MIT
MAINT: split bundled licenses into a separate file
indicate that the project receives funding from Tidelift
DOC: add Tidelift links to README.rst
* DOC: typo fixes
correct boundary mode name: zeros->zero
DOC: enable intersphinx extension to allow linking to numpy docs DOC: consistently link Modes documentation from docstrings
Fix rendering of lists in the swt docstrings
updating code coverage files
ENH: update the pad utility function and make it part of the public API
* When performing CWT the convolution should include complex conjugate of the mother wavelet. For real wavelets this has no influence. * Added comments for the reported bugs in the release notes * TST: take conjugate of precomputed Matlab results from R2012a * fix typo in Matlab reference data generation script * DOC: update release notes add Pavle to the authors.py name map [skip ci] [ci skip] DOC: add link to Lancaster University MODA toolbox [ci skip]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.