Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 497 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 497 Bytes

Changelog

v1.0.0

  • Change API under the hood to make it more object-oriented
    • store all utilities inside a PESTO object that is a subclass of nn.Module
    • make the API compatible with the checkpoints generated by the training repo
  • add tests
  • replace setup.py by pyproject.toml
  • fix a few issues
  • improve README and documentation

v0.1.1

  • solve issue when exporting in PNG
  • solve device issue when changing sampling rate (#17)

v0.1.0 - 2023-10-17

Initial version