Skip to content

Releases: DynamicGenetics/Spotify-Rehydrator

v0.2.0: Updates to input naming conventions

19 Feb 17:58
Compare
Choose a tag to compare

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

11 Nov 11:36
Compare
Choose a tag to compare

Minor updates to documentation

First working version

29 Mar 13:42
Compare
Choose a tag to compare

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

28 Mar 12:19
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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!