[GRASS-git] [OSGeo/grass-addons] c2741f: r.earthworks: minor update for compatibility with ...
Brendan Harmon
noreply at github.com
Sun May 25 05:04:13 PDT 2025
Branch: refs/heads/grass8
Home: https://github.com/OSGeo/grass-addons
Commit: c2741f634ca100970e49b1835e6e0aeef6330cc4
https://github.com/OSGeo/grass-addons/commit/c2741f634ca100970e49b1835e6e0aeef6330cc4
Author: Brendan Harmon <brendan.harmon at gmail.com>
Date: 2025-05-25 (Sun, 25 May 2025)
Changed paths:
M src/raster/r.earthworks/r.earthworks.html
M src/raster/r.earthworks/r.earthworks.md
M src/raster/r.earthworks/r.earthworks.py
Log Message:
-----------
r.earthworks: minor update for compatibility with Python 3.9 (#1405)
This update replaced [itertools.batched](https://docs.python.org/3/library/itertools.html#itertools.batched) with [itertools.islice](https://docs.python.org/3/library/itertools.html#itertools.islice) for the sake of compatibility and added a software citation with a DOI.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass-addons/settings/notifications
More information about the grass-commit
mailing list