This release adds a class MuReNNDirect
, which is a trainable nn.Module
, and enhances some properties in the DTCWT
module.
New features
- New class
MuReNNDirect
(#36) - New class
Downsampling
(#60) - New method
MuReNNDirect.to_conv1d
(#56) - New property
DTCWT.subbands
property (#58) - DTCWT now accepts any input length (#40)
Breaking changes
- Default argument for
alternate_gh
has changed fromTrue
toFalse
in theDTCWT
class (#62)
Pull requests
- MuReNNDirect by @xir4n in #36
- Fixes #37 by @xir4n in #38
- ENH support any input length by @xir4n in #40
- FIX nn
ModuleList
andParameterList
by @xir4n in #44 - ENH
plot_receptive_field.py
by @lostanlen in #49 - ENH ModulusStable + fix_length by @xir4n in #46
- TST
normalize
by @xir4n in #55 - ENH
MuReNNDirect.to_conv1d()
by @xir4n in #56 - ENH subbands by @xir4n in #58
- FIX downsampling by @xir4n in #60
- FIX Downsampling Bugs by @xir4n in #62
Full Changelog: v0.2.0...v0.3.0