Skip to content

3.2.0

Compare
Choose a tag to compare
@hugovk hugovk released this 03 Jan 11:37

Added

Changed

  • Respect get_recent_tracks' limit when there's a now playing track ([#310])
  • Move installable code to src/ ([#301])
  • Update get_weekly_artist_charts docstring: only for User ([#311])
  • Remove Python 2 warnings, python_requires should be enough ([#312])
  • Use setuptools_scm to simplify versioning during release ([#316])
  • Various lint and test updates

Deprecated

  • Last.fm's user.getArtistTracks has now been deprecated by Last.fm and is no longer
    available. Last.fm returns a "Deprecated - This type of request is no longer
    supported" error when calling it. A future version of pylast will remove its
    User.get_artist_tracks altogether. ([#305])

  • STATUS_TOKEN_ERROR is deprecated and will be removed in a future version.
    Use STATUS_OPERATION_FAILED instead.