Skip to content

Releases: julkaar9/pynimate

v1.3.0

31 Jul 17:00
79962b8
Compare
Choose a tag to compare

[1.3.0] - 2023-07-31

Added

  • Lineplot: Module for Lineplot Animation
  • LineDatafier: Handles data for Lineplot
  • Related docs for the above modules

Fixed

  • resolve #14 where the default figsize generates plots with non standard resolution.
  • resolve #15 , now deprecation warning is displayed in the docs.

v1.2.0

15 Apr 21:10
4b72874
Compare
Choose a tag to compare

[1.2.0] - 2023-04-16

Added

  • Baseplot: General plot animation module
  • Barhplot: successor to Barplot, subclasses Baseplot
  • BaseDatafier: General data modifier module
  • BarDatafier: Handles data for Barhplot
  • Related docs for the above modules

Fixed

  • zorder of bars and their associated annotations.
  • tick.Functionformatter callback in example3
  • Minor spelling mistakes in docs

Deprecated

  • Barplot is now deprecated in favor of Barhplot
  • Datafier is now deprecated in favor of plot specific datafiers