Skip to content

Commit 63b90b7

Browse files
committed
Update release notes for 1.29.0
1 parent 37affa2 commit 63b90b7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Version 1.29.0 (2024/07/31)
2+
3+
### Issues Closed
4+
5+
* [Issue 609](https://github.com/pytroll/pyresample/issues/609) - Error in SwathDefinition html representation if lon/lat arrays are dask arrays ([PR 610](https://github.com/pytroll/pyresample/pull/610) by [@BENR0](https://github.com/BENR0))
6+
* [Issue 354](https://github.com/pytroll/pyresample/issues/354) - `get_sum` not matched with `bucket_sum`
7+
8+
In this release 2 issues were closed.
9+
10+
### Pull Requests Merged
11+
12+
#### Bugs fixed
13+
14+
* [PR 610](https://github.com/pytroll/pyresample/pull/610) - Fix SwathDefinition html representation error when lons/lats 1D ([609](https://github.com/pytroll/pyresample/issues/609))
15+
* [PR 601](https://github.com/pytroll/pyresample/pull/601) - Fix spill over of ocean/and features in cartopy plots in case of geostationary full disc plot.
16+
* [PR 596](https://github.com/pytroll/pyresample/pull/596) - Fix AreaDefinition array index methods mishandling outer edge values ([691](https://github.com/ssec/polar2grid/issues/691))
17+
18+
#### Features added
19+
20+
* [PR 602](https://github.com/pytroll/pyresample/pull/602) - Add support for `fill_value` and `set_empty_bucket_to` in BucketResampler `get_sum`
21+
22+
In this release 4 pull requests were closed.
23+
24+
125
## Version 1.28.4 (2024/07/01)
226

327
### Pull Requests Merged

0 commit comments

Comments
 (0)