gif v3.0.0 Release Notes
Release Date: 2020-09-10 // over 4 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! โจ