We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0990d commit 5c1d65cCopy full SHA for 5c1d65c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.3 (2025-01-24)
4
+* Prevent frames with NaNs from drawing over the previous frame [@lauramazzaro](https://github.com/lauramazzaro)
5
+
6
## 0.2 (2024-05-21)
7
* Make timestamp font size adjustable, and scale with image size by default
8
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geogif"
-version = "0.2"
+version = "0.3"
description = "Render xarray timestacks into GIFs"
authors = ["Gabe Joseph <gjoseph92@gmail.com>"]
readme = "README.md"
0 commit comments