- Moved to TensorFlow 2.17.0 and Python 3.9/3.10/3.11. - Made local cache version dependent. - Migrated code to Pathlib. - Added type hints.
0.0.7
- Added DOIs to bibtex entries. - Added README DOI badge for SMC paper. - Moved to TensorFlow 1.15.5. - Added appropriate protobuf dependency. - Moved to scipy 1.5.3.
0.0.6
- Require h5py<3.0.0, to avoid model loading issues.
0.0.5
- Moved to TensorFlow 1.15.4. - Consolidated version info. - Consolidated requirements. - Switched to pytest. - Officially support Python 3.7. - Enabled GitHub actions for packaging and testing. - Added Pypi workflow. - Cache models locally. - Load models from GitHub. - Turned off TensorFlow debug logging. - Migrated scripts to entry points. - Removed charset encoding comments.
0.0.4
- Added support for DeepTemp, DeepSquare, and ShallowTemp models. - Added support for Mazurka models. - Added support for exporting data from tempograms. - Added support for framewise normalization in tempograms. - Moved to TensorFlow 1.15.2. - Print number of model parameters.
0.0.3
- Added flag ``--interpolate`` for ``tempo`` to increase accuracy. - Migrated models to TensorFlow 1.10.1.