Releases: sdatkinson/NeuralAmpModelerCore
Releases · sdatkinson/NeuralAmpModelerCore
Version 0.2.0
What's Changed
- [BUGFIX] Fix gated activation code by @sdatkinson in #102
- Bug fix renaming param in header to implementation by @dhilanpatel26 in #106
- simplify vector load from json by @shaforostoff in #105
- Fix wavenet head check by @mikeoliphant in #108
- Remove
nam::DSP::finalize_()
by @sdatkinson in #110 - Define
nam::DSP::Reset
andnam::DSP::ResetAndPrewarm
by @sdatkinson in #111 - More efficient pre-warming using multiple-sample buffers by @sdatkinson in #112
- [BREAKING] Remove
config_path
as input toGetWeights
by @sdatkinson in #119 - CI: Test loading and running models by @sdatkinson in #120
- [FEATURE] Define input and output level calibration functionality for
DSP
by @sdatkinson in #121 - [ENHANCEMENT]
get_dsp
: Set input and output levels while loading models by @sdatkinson in #122 - [Chore] Formatting by @sdatkinson in #128
- [FEATURE] Add support for LeakyReLU activation by @sdatkinson in #127
- [BUGFIX] Handle when calibration fields are present but null-valued by @sdatkinson in #130
- [BUGFIX] Fix gated activations in WaveNet by @sdatkinson in #131
New Contributors
- @dhilanpatel26 made their first contribution in #106
- @shaforostoff made their first contribution in #105
Full Changelog: v0.1.0...v0.2.0
Version 0.1.0
Version 0.1.0
What's Changed
- Pre-warm WaveNet on creation over the size of the receptive field by @mikeoliphant in #71
- [BREAKING] Remove
dsp/
by @sdatkinson in #75 - [BREAKING ]Processing interface cleanup by @mikeoliphant in #78
- [BREAKING] Remove _process_core() and output normalization by @mikeoliphant in #80
- [BREAKING] Remove
TARGET_DSP_LOUDNESS
by @sdatkinson in #85 - [BREAKING] Remove constructors with loudness by @sdatkinson in #87
- [BUGFIX] Fix LSTM input-output reversal by @sdatkinson in #92
- Move pre-warm to DSP and call it in get_dsp() by @mikeoliphant in #90
- [BREAKING] Add
nam
namespace by @sdatkinson in #93 - [BREAKING] Remove parametric modeling code by @sdatkinson in #95
Full Changelog: v0.0.1...v0.1.0-rc.1
Version 0.0.1
What's Changed
- Added Hardtanh activation function by @mikeoliphant in #14
- Separate core NAM code from other plugin dsp code by @sdatkinson in #21
- Remove iplug2 dependency by @sdatkinson in #22
- Handle PAD chunk by @sdatkinson in #20
- Output loudness normalization by @sdatkinson in #18
- Removed unused numpy code by @mikeoliphant in #23
- fabs->fabsf in fast tanh by @mikeoliphant in #24
- Formatting by @sdatkinson in #25
- Separate out convnet by @mikeoliphant in #26
- Activation function refactor by @mikeoliphant in #28
- Method to determine whether model has loudness data by @pawelKapl in #33
- Support loading WAV files with "fact" chunk by @sdatkinson in #37
- Activation constructor/destructor cleanup by @mikeoliphant in #32
- Read WAV files via allow-list of chunks by @sdatkinson in #39
- Support all v0.5 models regardless of patch version by @sdatkinson in #41
- Add wav error message string function to dsp::wav by @olilarkin in #42
- Define WaveNet and LSTM destructors by @sdatkinson in #44
- dspStruct pull request by @masqutti in #46
- Add fast tanh and fast sigmoid to LSTM by @mikeoliphant in #43
- Add CMake build tools by @mikeoliphant in #34
- Fix minor incompatibilities with clang/g++ build on Linux by @daleonov in #50
- Fix memory issues by @sdatkinson in #55
- Fix compiler warnings by @falkTX in #53
- Implement expected sample rate for DSP class by @sdatkinson in #60
- Allow NAM_SAMPLE_FLOAT to switch model input to float instead of double by @mikeoliphant in #48
- DSPs prepared for loading persisted models by @pawelKapl in #35
- Fix some wav impulse files would sometimes fail to load ... by @fab672000 in #63
- High-pass and low-pass filters by @sdatkinson in #66
- ImpulseResponse::GetSampleRate by @sdatkinson in #70
- Allow defining DSP_SAMPLE_FLOAT to have dsp classes use float I/O by @mikeoliphant in #68
- Virtual destructor to dsp::DSP by @sdatkinson in #72
- Fix some buffers having uninitialized contents after resizing by @daleonov in #51
New Contributors
- @mikeoliphant made their first contribution in #14
- @pawelKapl made their first contribution in #33
- @olilarkin made their first contribution in #42
- @masqutti made their first contribution in #46
- @daleonov made their first contribution in #50
- @falkTX made their first contribution in #53
- @fab672000 made their first contribution in #63
Full Changelog: v0.0.0...v0.0.1
Version 0.0.0
Core library as of NeuralAmpModelerPlugin v0.7.1
What's Changed
- Support loading IEEE 32-bit WAV files by @sdatkinson in #9
- Reduce gain of IRs by @sdatkinson in #11
Full Changelog: https://github.com/sdatkinson/NeuralAmpModelerCore/commits/v0.0.0