What's Changed
- Fix docs by @sdatkinson in #514
- Test for longer-than-65,536 inputs for all model types by @sdatkinson in #513
- Add a pyproject.toml file. by @Justin-Hoffman in #516
- Add test for
__version__
by @sdatkinson in #518 - [BREAKING] Change module imports to private scope by @zghannam in #515
- Improve warning message when catching PyTorch MPS convolution bug by @sdatkinson in #522
- [BUGFIX] Fix GUI by @sdatkinson in #533
- removed export_cpp_header in the whole of code by @shirzady1934 in #537
- Miscellaneous bug fixes by @sdatkinson in #540
- [BUGFIX] Fix verison guessing in GitHub Actions by @sdatkinson in #545
- [BREAKING] Remove support for non-integer latency compensation by @sdatkinson in #547
- added python 3.13 support by @gabrielaugz in #549
- Remove deprecated use of pkg_resources by @sdatkinson in #558
- [FEATURE] Add
--no-plots
flag tonam-full
by @sdatkinson in #563 - Add test models by @sdatkinson in #564
- [FEATURE] Implement loading WaveNet model from .nam file by @sdatkinson in #565
- [BUGFIX] Detect input versions correctly in Colab by @sdatkinson in #566
New Contributors
- @Justin-Hoffman made their first contribution in #516
- @zghannam made their first contribution in #515
- @shirzady1934 made their first contribution in #537
- @gabrielaugz made their first contribution in #549
Full Changelog: v0.11.0...v0.12.0