Skip to content

Commit 9c14be4

Browse files
committed
Update release notes for 1.35.0
1 parent 12bee08 commit 9c14be4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## Version 1.35.0 (2025/12/01)
2+
3+
### Issues Closed
4+
5+
* [Issue 684](https://github.com/pytroll/pyresample/issues/684) - areas with non-matching descriptions compare equal
6+
* [Issue 666](https://github.com/pytroll/pyresample/issues/666) - data_reduce doesn't work for VIIRS L1B data
7+
* [Issue 664](https://github.com/pytroll/pyresample/issues/664) - How we define the "same" AreaDefinition?
8+
9+
In this release 3 issues were closed.
10+
11+
### Pull Requests Merged
12+
13+
#### Bugs fixed
14+
15+
* [PR 677](https://github.com/pytroll/pyresample/pull/677) - Fix boundaries losing precision for accurate polygon calculations
16+
* [PR 675](https://github.com/pytroll/pyresample/pull/675) - Fix BucketResampler using area's proj_dict instead crs
17+
* [PR 674](https://github.com/pytroll/pyresample/pull/674) - Revert change of map_blocks name= kwarg in favor of token=
18+
19+
#### Features added
20+
21+
* [PR 676](https://github.com/pytroll/pyresample/pull/676) - Enable free-threading in cython extensions
22+
23+
In this release 4 pull requests were closed.
24+
25+
126
## Version 1.34.2 (2025/05/29)
227

328
### Pull Requests Merged

0 commit comments

Comments
 (0)