[Git][debian-gis-team/rasterio][upstream] New upstream version 1.4.4
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Dec 12 19:10:04 GMT 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / rasterio
Commits:
4344069f by Bas Couwenberg at 2025-12-12T19:59:24+01:00
New upstream version 1.4.4
- - - - -
2 changed files:
- CHANGES.txt
- rasterio/__init__.py
Changes:
=====================================
CHANGES.txt
=====================================
@@ -1,13 +1,14 @@
Changes
=======
-1.4.4 (TBD)
------------
+1.4.4 (2025-12-12)
+------------------
Dependencies:
- Minimum supported versions: Python 3.10+ & GDAL 3.6+ (#3440)
- Wheel: GDAL 3.10.3 & PROJ 9.7.1 (#3381, #3439)
+ For a full list of software versions, see: https://github.com/rasterio/rasterio/blob/1.4.4/ci/config.sh#L1-L25
Enhancements:
@@ -31,7 +32,9 @@ Bug fixes:
- CLI: Fix geojson_type click option implementation (#3391)
- CLI: Remove importlib_metatada import (#3445)
- Documnentation (#3348, #3407, #3409, #3350, #3352, #3368, #3351, #3384, #3318, #3344, #3337, #3343, #3342, #3340, #3347, #3349)
-- Tests (#3400, #3330, #3404, #3293, #3360, #3444)
+- Tests (#3400, #3330, #3404, #3293, #3360, #3444, #3462, #3463)
+
+Full changelog: https://github.com/rasterio/rasterio/compare/1.4.3...1.4.4
1.4.3 (2024-12-02)
------------------
=====================================
rasterio/__init__.py
=====================================
@@ -82,7 +82,7 @@ except ImportError:
have_vsi_plugin = False
__all__ = ['band', 'open', 'pad', 'Band', 'Env', 'CRS']
-__version__ = "1.4.4rc1"
+__version__ = "1.4.4"
__gdal_version__ = gdal_version()
__proj_version__ = ".".join([str(version) for version in get_proj_version()])
__geos_version__ = ".".join([str(version) for version in get_geos_version()])
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/4344069f660ee869dc4a33e2256c128f33aea9d8
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/rasterio/-/commit/4344069f660ee869dc4a33e2256c128f33aea9d8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251212/a32870d2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list