What's Changed
- [BUGFIX] Fix LSTM cuDNN bug for PyTorch 2.4 by @sdatkinson in #454
- Rename
v3_0_0.wav
toinput.wav
by @sdatkinson in #459 - Remove
__all__
s from package by @sdatkinson in #461 - [BREAKING] Remove cab-fitting checkbox from GUI trainer by @sdatkinson in #462
- Update NAM-full configs by @sdatkinson in #463
- Deprecate non-v3.0.0 input signals by @sdatkinson in #464
- [BUGFIX] Handle settings on read-only filesystem by @sdatkinson in #465
- [FEATURE] Automatically check for updates by @sdatkinson in #467
- Update docs to reference new
input.wav
andoutput.wav
by @sdatkinson in #469 - Make some attributes public by @sdatkinson in #470
- Data validation: Check audio length and sample rates for matches by @sdatkinson in #474
- [FEATURE] Allow unequal-length input and output by @sdatkinson in #476
- [FEATURE] Add I/O calibration to metadata by @sdatkinson in #477
- Some bugfixes by @sdatkinson in #479
- update pytorch-cuda version by @hmollercl in #478
- [DOCUMENTATION] How to determine calibration levels by @sdatkinson in #482
- [BUGFIX] Handle no IDLE support by @sdatkinson in #484
- [ENHANCEMENT] Better latency calculation via averaging by @sdatkinson in #485
New Contributors
- @hmollercl made their first contribution in #478
Full Changelog: v0.9.0...v0.10.0