v0.2.1 (June 2021)
paxtonfitzpatrick
released this
03 Jun 17:13
·
7 commits
to master
since this release
- support decoding audio files longer than 60s
- replace deprecated/removed
pandas
.get_values()
and.as_matrix()
methods with.to_numpy()
- bump minimum required
pandas
version to account for this
- bump minimum required
- add a module-level
__version__
attribute (PEP 396) - drop support for Python 2.7 & 3.5, add support for Python 3.7, 3.8, 3.9
- add corresponding versions to CI test matrix