1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 28, 2025 — Jan 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TST: add PytestTester from numpy More... almost 7 years ago
update appveyor.yml to use pytest More... almost 7 years ago
DOC: add pad to the API documentation More... almost 7 years ago
TST: add tests for pywt.pad More... almost 7 years ago
add n-dimensional support to pad More... almost 7 years ago
set .coveragerc to skip ._doc_utils.py More... almost 7 years ago
update RTD requirements.txt More... almost 7 years ago
DOC: update docs to use pytest instead of nose More... almost 7 years ago
remove misc residual nose-related code More... almost 7 years ago
TST: switch tox to use pytest too More... almost 7 years ago
Merge pull request #463 from grlee77/test_doc_fix More... almost 7 years ago
try fixing coverage More... almost 7 years ago
move pad from _doc_utils.py to _dwt.py and add docstring More... almost 7 years ago
DOC: mention similarity to the MODWT in the swt docstring More... almost 7 years ago
update docstring of ravel_coeffs and unravel_coeffs More... almost 7 years ago
test pywt.ravel_coeffs and pywt.unravel_coeffs with swt functions More... almost 7 years ago
add Userwarning for swt with norm=True when wavelet is not orthogonal More... almost 7 years ago
TST: test properties of the swt when norm=True More... almost 7 years ago
ENH: add normalization option to swt functions More... almost 7 years ago
add test cases for swt transforms with trim_approx=True More... almost 7 years ago
add trim_approx boolean to swt cython routines More... almost 7 years ago
Merge pull request #475 from grlee77/paper_rev2 More... almost 7 years ago
Merge pull request #474 from grlee77/paper_rev1 More... almost 7 years ago
add Kymatio to the discussion More... almost 7 years ago
include the classic text by Daubechies in the references More... almost 7 years ago
import numpy in docstring example More... almost 7 years ago
fix docstring example More... almost 7 years ago
remove outdated AttributeError check. More... almost 7 years ago
add user-friendly error messages related to coefficient format More... almost 7 years ago
specify output_format explicitly in the unravel_coeffs example More... almost 7 years ago