gif v3.0.0 Release Notes

Release Date: 2020-09-10 // over 3 years ago
  • 3.0.0 (2020-09-10)

    • ๐Ÿ”‹ Feature: Plotly support! (Thanks @alanrivetta for the suggestion!)
    • ๐Ÿ”‹ Feature: seconds/milliseconds unit support in gif.save
    • ๐Ÿ”‹ Feature: between {"frames", "startend"} support in gif.save
    • Feature: **kwargs export/save support in gif.options.<ploting_library> (Thanks @Oaio for the PR!)
    • ๐Ÿ”‹ Feature: added loop=True argument to gif.save (Thanks for the suggestion @davidwych & @sara-02!)
    • ๐Ÿšš Moved: matplotlib dependency is now exclusively in pip install "gif[matplotlib]"
    • ๐Ÿ“š Documentation: New "love" example (Thanks @huang-sh for the PR!)
    • ๐Ÿ”’ Security: Bumped pillow dependency to >=7.1.2

Previous changes from v2.0.0

  • ๐Ÿฑ Now with Altair support! โœจ