Releases: sdatkinson/neural-amp-modeler
Releases · sdatkinson/neural-amp-modeler
Version 0.10.0
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
Version 0.9.0
What's Changed
- [FEATURE] GUI trainer: Track the last directories used for input/output/train destination by @sdatkinson in #417
- [TESTING] Add Python 3.11 and 3.12 to the workflow matrix by @sdatkinson in #422
- [FEATURE] More extensive metadata from the standardized trainers by @sdatkinson in #420
- [FEATURE,GUI,BREAKING] Validate data before training by @sdatkinson in #425
- Replaced the deprecated start and stop with start_samples and stop_sa… by @yonMaor in #427
- [chore] Replace deprecated uses of
@abc.abstractproperty
by @jasonmokk in #426 - Fix system text color by @sdatkinson in #429
- [GUI] Left justify and prettify validation dialog by @vossenv in #430
- [BUG] disagreement metatdata is int instead of bool (#432) by @Rodolfo-S in #433
- Bump .nam file patch version by @sdatkinson in #437
- Documentation on the
.nam
file format by @sdatkinson in #439 - Extensions by @sdatkinson in #441
- [BUGFIX] Correct OS environment variable for home directory on Windows by @sdatkinson in #444
- [FEATURE,BREAKING] Define full-featured trainer as a CLI entry point by @sdatkinson in #445
- [BREAKING] Remove
colab.ipynb
by @sdatkinson in #446
New Contributors
- @yonMaor made their first contribution in #427
- @jasonmokk made their first contribution in #426
- @Rodolfo-S made their first contribution in #433
- @Eraz1997 made their first contribution in #445
Full Changelog: v0.8.4...v0.9.0
Version 0.8.4
What's Changed
- [BUGFIX] GUI: Re-enable main window correctly when closing secondary windows by @sdatkinson in #415
Full Changelog: v0.8.3...v0.8.4
Version 0.8.3
Version 0.8.2
What's Changed
- [DOCUMENTATION] Initial ReadTheDocs by @sdatkinson in #382
- [DOCUMENTATION] Update command-line.rst by @DomMcsweeney in #383
- [DOCUMENTATION] Update installation.rst by @DomMcsweeney in #385
- [DOCUMENTATION] Document how to do batch training by @DomMcsweeney in #387
- [ENHANCEMENT] Improve GUI text by @sdatkinson in #395
- [ENHANCEMENT] GUI: Button to download the training input audio file by @sdatkinson in #397
- [ENHANCEMENT] Put back manual reamp latency compensation in Colab by @sdatkinson in #398
- [Colab] Check installed packages and quiet install by @sdatkinson in #400
- [GUI] Advanced option for loss-based early stopping by @sdatkinson in #401
- [FEATURE] Checkpoints save
.nam
files in addition to.ckpt
s by @sdatkinson in #408 - Get user metadata in checkpoint .nams by @sdatkinson in #410
- Version bump to 0.8.2 by @sdatkinson in #411
New Contributors
- @DomMcsweeney made their first contribution in #383
Full Changelog: v0.8.1...v0.8.2
Version 0.8.1
What's Changed
- [BUGFIX] Update Pydantic requirements by @vossenv in #380
- Clean up some code by @sdatkinson in #381
Full Changelog: v0.8.0...v0.8.1
Version 0.8.0
What's Changed
- Pydantic updates by @sdatkinson in #360
- [FEATURE] start and stop trimming for datasets in seconds instead of samples by @sdatkinson in #363
- [IMPROVEMENT] Remove 48k default expected rate for audio files by @sdatkinson in #365
- [BREAKING] Remove
bin/run.py
by @sdatkinson in #366 - [BREAKING] Remove parametric modeling code by @sdatkinson in #367
- Simplify the Colab notebook and use GUI elements by @sdatkinson in #368
- [BREAKING] Get rid of
REQUIRED_RATE
by @sdatkinson in #375 - [FEATURE] Add support for Proteus training files by @sdatkinson in #376
- Support Proteus in Colab by @sdatkinson in #378
Full Changelog: v0.7.4...v0.8.0
Version 0.7.4
What's Changed
- [FEATURE] Allow non-48k, non-24-bit training data by @sdatkinson in #332
- [BUGFIX] Silent mode for V3 by @sdatkinson in #338
- [FEATURE] Dataset class registry by @sdatkinson in #339
- [BUGFIX] Fix error message by @sdatkinson in #340
- Update PyTorch CUDA version to 12.1 by @sdatkinson in #342
- [BUGFIX] Ignore PyTorch Lightning
PossibleUserWarning
s duringtrainer.fit()
by @sdatkinson in #346
Full Changelog: v0.7.3...v0.7.4
Version 0.7.3
What's Changed
- Warn if calibrated delay is the maximum lookahead by @sdatkinson in #306
- Add pedal_amp to GearType enum by @sdatkinson in #307
- [Chore] Add workflow_dispatch option for build action by @sdatkinson in #311
- [Enhancement] Extensible registry of
BaseNet
subclass constructors by @sdatkinson in #310 - Fix the build by @sdatkinson in #313
- Fix issues with Linear model concretization by @sdatkinson in #318
- Report ESR instead of NRMSE in CLI trainer by @sdatkinson in #323
- Update environment specs by @sdatkinson in #324
- [FEATURE] V3 reamp file by @sdatkinson in #330
Full Changelog: v0.7.2...v0.7.3