What's Changed
- Move linear model to separate files by @sdatkinson in #280
- Implement FFT linear convolution by @sdatkinson in #278
- Bump Eigen submodule to 5.0.1 (closes #67) by @rhaist in #264
- [BUGFIX] Remove references to old version by @sdatkinson in #282
- Make PrewarmSamples() public by @mikeoliphant in #284
- [FEATURE] Options to disable prewarming during
.Reset()by @sdatkinson in #285 - Fix GCC 9.4 build: gate std::atomic<shared_ptr> on C++20 feature macro by @jfsantos in #287
- Restore
ResetAndPrewarmas a deprecated shim by @sdatkinson in #292 - Make GetMaxBufferSize() public by @mikeoliphant in #289
- [PERFORMANCE] Optimize some additional small convolution paths by @sdatkinson in #297
- [FEATURE] Add slimmable size breakpoint introspection by @sdatkinson in #298
New Contributors
Full Changelog: v0.5.3...v0.5.4