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

swap swt2 coefficient order (and remove FutureWarnings) #384

Merged
merged 2 commits into from
Jul 21, 2018

Conversation

grlee77
Copy link
Contributor

@grlee77 grlee77 commented Jul 6, 2018

This PR swaps the swt2 coefficient order to match the convention used by all other discrete transforms in PyWavelets. Release 0.5 added a FutureWarning regarding this pending change. Here the warnings have been removed and the swap has been implemented.

closes #81

swt2 coefficient order is modified to match the convention used by all other
discrete transforms in PyWavelets.
@grlee77 grlee77 added this to the v1.0 milestone Jul 6, 2018
@grlee77 grlee77 changed the title swap swt2 coefficient order (and remove FutureWarning from release 0.5) swap swt2 coefficient order (and remove FutureWarnings) Jul 6, 2018
@codecov-io
Copy link

codecov-io commented Jul 6, 2018

Codecov Report

Merging #384 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #384      +/-   ##
==========================================
- Coverage   84.26%   84.25%   -0.02%     
==========================================
  Files          22       22              
  Lines        3540     3537       -3     
  Branches      600      600              
==========================================
- Hits         2983     2980       -3     
  Misses        489      489              
  Partials       68       68
Impacted Files Coverage Δ
pywt/_swt.py 86.55% <100%> (-0.22%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2689f6...675ff8a. Read the comment docs.

@rgommers
Copy link
Member

rgommers commented Jul 6, 2018

Thanks @grlee77. I think it also needs an entry under "backwards incompatible changes" in the release notes.

@rgommers rgommers merged commit a424369 into PyWavelets:master Jul 21, 2018
@rgommers
Copy link
Member

LGTM now, merged. Thanks @grlee77

@grlee77 grlee77 deleted the swt2_remove_futurewarning branch August 28, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interface improvement: consistent return format between swt and swt2
3 participants