Skip to content

Commit dde652d

Browse files
committed
Update release notes for 1.32.0
1 parent 2c4e69d commit dde652d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## Version 1.32.0 (2025/01/29)
2+
3+
### Issues Closed
4+
5+
* [Issue 642](https://github.com/pytroll/pyresample/issues/642) - Gradient search skips some data when resampling from geos to mercator ([PR 643](https://github.com/pytroll/pyresample/pull/643) by [@mraspaud](https://github.com/mraspaud))
6+
* [Issue 638](https://github.com/pytroll/pyresample/issues/638) - Stored area documentation refers to SSP where this is not meaningful ([PR 639](https://github.com/pytroll/pyresample/pull/639) by [@BENR0](https://github.com/BENR0))
7+
8+
In this release 2 issues were closed.
9+
10+
### Pull Requests Merged
11+
12+
#### Bugs fixed
13+
14+
* [PR 643](https://github.com/pytroll/pyresample/pull/643) - Fix bug that would add spurious nan lines in gradient search ([642](https://github.com/pytroll/pyresample/issues/642), [642](https://github.com/pytroll/pyresample/issues/642))
15+
* [PR 639](https://github.com/pytroll/pyresample/pull/639) - Fix for resolution stating SSP in non geos cases ([638](https://github.com/pytroll/pyresample/issues/638))
16+
17+
#### Features added
18+
19+
* [PR 633](https://github.com/pytroll/pyresample/pull/633) - Drop support for Python <3.11
20+
21+
#### Backward incompatible changes
22+
23+
* [PR 633](https://github.com/pytroll/pyresample/pull/633) - Drop support for Python <3.11
24+
25+
In this release 4 pull requests were closed.
26+
27+
128
## Version 1.31.0 (2024/10/25)
229

330
### Issues Closed

0 commit comments

Comments
 (0)