We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1501d commit 34e2d1cCopy full SHA for 34e2d1c
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
language_version: python3
20
21
- repo: https://github.com/charliermarsh/ruff-pre-commit
22
- rev: "v0.4.4"
+ rev: "v0.4.9"
23
hooks:
24
- id: ruff
25
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [Version 1.5.5] - 2024-06-19
2
+
3
+- `SnowMaskTask` now correctly handles temporally empty eopatches.
4
5
## [Version 1.5.4] - 2024-05-13
6
7
- Minor fixes for documentation
eolearn/__init__.py
@@ -1,6 +1,6 @@
"""Main module of the `eolearn` package."""
-__version__ = "1.5.4"
+__version__ = "1.5.5"
import importlib.util
import warnings
0 commit comments