Releases: DynamicGenetics/Spotify-Rehydrator
Releases · DynamicGenetics/Spotify-Rehydrator
v0.2.0: Updates to input naming conventions
Spotify data releases have changed from files being named "StreamingHistory_0.json" etc to "StreamingHistory_music_0.json".
Tests and functions have been updated to reflect this.
v0.1.1
Minor updates to documentation
First working version
Each class can be used separately to retrieve data. Main arguments have been altered to request client ID and secret rather than taking the sp.creds object to reduce unnecessary imports. Examples added to README and Read The Docs site.
Test coverage 93%
Uploaded to pypi as v0.1.0.
v0.0.1
Very first release with initial code, as published to PyPi as v0.0.1.
Allows users to rehydrate a dataset, but known bugs include errors for data files without a prefix (identified by an underscore). Tests are also incomplete. Use with caution!