Skip to content

Releases: maxhumber/gif

23.03.0

09 Mar 16:35
Compare
Choose a tag to compare

NEW:

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

22.11.0

16 Nov 20:16
Compare
Choose a tag to compare
  • New: Type Annotations
  • New: save(..., overlapping: bool) argument for transparent plots (thanks @grburgess!)
  • New: "Beating Heart" example (thanks huang-sh!)

22.11.0b1

16 Nov 20:07
Compare
Choose a tag to compare
22.11.0b1 Pre-release
Pre-release
11 update

22.5.0

24 May 20:29
Compare
Choose a tag to compare
  • Versioning: Migrate to calver
  • Removed: Altair support
  • Removed: Plotly support
  • Bumped: Upstream dependencies
  • Tests: Simplified pytest suite

4.0-rc1

19 May 07:29
Compare
Choose a tag to compare
4.0-rc1 Pre-release
Pre-release
  • Removed: Altair support
  • Removed: Plotly support
  • Bumped: Upstream dependencies
  • Tests: Simplified pytest suite

3.0.0

10 Sep 20:10
Compare
Choose a tag to compare

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

2.0.0

08 Jul 19:42
Compare
Choose a tag to compare

Now with Altair support! ✨

1.0.4

07 Jul 18:36
Compare
Choose a tag to compare
v1.0.4

blacklist 7.1.0 and 7.1.1

1.0.3

21 Apr 13:47
Compare
Choose a tag to compare

HOTFIX for upstream Pillow issue

1.0.2

01 Feb 03:50
Compare
Choose a tag to compare

Add HOP