Gif Versions Save

The matplotlib Animation Extension

23.03.0

1 year ago

NEW:

gif.save(..., optimize=True) argument to shrink file size. Thanks senyai!

22.11.0

1 year ago
  • New: Type Annotations
  • New: save(..., overlapping: bool) argument for transparent plots (thanks @grburgess!)
  • New: "Beating Heart" example (thanks huang-sh!)

22.11.0b1

1 year ago

22.5.0

1 year ago
  • Versioning: Migrate to calver
  • Removed: Altair support
  • Removed: Plotly support
  • Bumped: Upstream dependencies
  • Tests: Simplified pytest suite

4.0-rc1

1 year ago
  • Removed: Altair support
  • Removed: Plotly support
  • Bumped: Upstream dependencies
  • Tests: Simplified pytest suite

v3.0.0

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

v2.0.0

3 years ago

Now with Altair support! ✨

v1.0.4

3 years ago

v1.0.3

4 years ago

HOTFIX for upstream Pillow issue

v1.0.2

4 years ago

Add HOP