You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
0 commit comments