Skip to content

Commit 723aa30

Browse files
version 0.30.1 changelog
1 parent febd930 commit 723aa30

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,4 +1132,24 @@ Drivers
11321132

11331133
- :meth:`pyroSAR.drivers.ID.bbox`
11341134
- :meth:`pyroSAR.drivers.ID.geometry`
1135-
- method :meth:`pyroSAR.drivers.Archive.select`: new argument `return_value`
1135+
- method :meth:`pyroSAR.drivers.Archive.select`: new argument `return_value`
1136+
1137+
0.30.1 | 2025-08-22
1138+
===================
1139+
1140+
Drivers
1141+
-------
1142+
- :class:`~pyroSAR.drivers.ESA`: read all `GEOLOCATION GRID ADS` segments to obtain GCPs, not just the first one (bugfix)
1143+
1144+
GAMMA API
1145+
---------
1146+
- support for GAMMA version 20250625
1147+
- support for polar stereographic projections (via :meth:`~pyroSAR.gamma.auxil.ISPPar.envidict`)
1148+
- class :class:`~pyroSAR.gamma.auxil.ISPPar`: raise error if file type is unknown
1149+
(instead of setting the `filetype` attribute to `unknown`)
1150+
- :func:`~pyroSAR.gamma.util.pixel_area_wrap`:
1151+
1152+
+ create ENVI HDR files for inputs to :func:`~pyroSAR.gamma.util.lat_ratio` (bugfix)
1153+
+ fixed bug in ignoring conditions for writing ENVI HDR files of `pix*` and `gs_ratio` products
1154+
1155+
- improved readability of tests

0 commit comments

Comments
 (0)