TimeSide v1.0.0.a Release Notes
Release Date: 2020-10-13 // over 4 years ago-
- ๐จ Server refactoring:
- audio process run on items (REST API track's model)
- several tools, views, models and serializers
- REST API's schema on OpenAPI 3 specification and automatic Redoc generation
- ๐ Move core and server from Python 2.7 to 3.7
- โฌ๏ธ Upgrade Django to 2.2, Django REST Framework to 3.11, Celery to 4.4
- โ Add an
Aubio <https://github.com/aubio/aubio>
_ based decoder - โ Add core and server processors' versioning and server process' run time
- Regroup all dependencies on pip requirements removing conda use
- โ Add :ref:
provider
as a core API component and as a REST API model - โ Add provider plugins :ref:
deezer-preview
, :ref:deezer-complete
and :ref:youtube
- ๐ Improve server unit testing
- โ Add JWT authentication on REST API
- ๐ Various bug fixes
- โ Add core, server and workers logging
- ๐จ Server refactoring:
Previous changes from v0.9.1
-
- โฌ๏ธ Upgrade all python dependencies
- โ Add Vamp, Essentia, Yaafe, librosa, PyTorch, Tensorflow libs and wrappers
- โ Add a few analyzing plugins (Essentia Dissonance, Vamp Constant Q, Vamp Tempo, Vamp general wrapper, Yaafe general wrapper)
- โ Add processor parameter management
- โ Add processor inheritance
- ๐ Improve HTML5 player with clever data streaming
- ๐ Improve REST API and various serialzers
- ๐ Improve unit testing
- ๐ Various bug fixes