Releases: pytroll/pyresample
Releases · pytroll/pyresample
Version 1.35.0
Issues Closed
- Issue 684 - areas with non-matching descriptions compare equal
- Issue 666 - data_reduce doesn't work for VIIRS L1B data
- Issue 664 - How we define the "same" AreaDefinition?
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 677 - Fix boundaries losing precision for accurate polygon calculations
- PR 675 - Fix BucketResampler using area's proj_dict instead crs
- PR 674 - Revert change of map_blocks name= kwarg in favor of token=
Features added
- PR 676 - Enable free-threading in cython extensions
In this release 4 pull requests were closed.
Version 1.34.2
Pull Requests Merged
Documentation changes
- PR 663 - Update API documentation
In this release 1 pull request was closed.
Version 1.34.1
Version 1.34.0 (2025/04/23)
Issues Closed
- Issue 653 - Test failure on BigEndian architectures with zarr3 (PR 654 by @avalentino)
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 654 - Skip test using zarr3 on BE architectures (653)
- PR 650 - Added resolution to SwathDefinition in slice.py
Features added
- PR 652 - Add the ability to pass Z to dask-friendly transformer
In this release 3 pull requests were closed.
Version 1.33.0 (2025/03/18)
Version 1.32.0
Issues Closed
- Issue 642 - Gradient search skips some data when resampling from geos to mercator (PR 643 by @mraspaud)
- Issue 638 - Stored area documentation refers to SSP where this is not meaningful (PR 639 by @BENR0)
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 643 - Fix bug that would add spurious nan lines in gradient search (642, 642)
- PR 639 - Fix for resolution stating SSP in non geos cases (638)
Features added
- PR 633 - Drop support for Python <3.11
Backward incompatible changes
- PR 633 - Drop support for Python <3.11
In this release 4 pull requests were closed.
Version 1.31.0 (2024/10/25)
Issues Closed
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 624 - Move setuptools to setup_requires
Features added
- PR 626 - Replace stacking gradient search with resample_blocks variant (620)
- PR 623 - Make use of bounding_box for area freezing when available
- PR 618 - Fix dtype for swath -> area resampling with gradient search
In this release 4 pull requests were closed.
Version 1.30.0
Pull Requests Merged
Bugs fixed
- PR 616 - Update cibuildwheel to fix setuptools 74.0.0 compatibility
- PR 614 - Fix geocentric_resolution compatibility with numpy 2.1.0
- PR 613 - Switch on pytest-lazy-fixtures
Features added
- PR 616 - Update cibuildwheel to fix setuptools 74.0.0 compatibility
- PR 615 - Allow overriding area repr map section HTML
In this release 5 pull requests were closed.
Version 1.29.0
Issues Closed
- Issue 609 - Error in SwathDefinition html representation if lon/lat arrays are dask arrays (PR 610 by @BENR0)
- Issue 354 -
get_sumnot matched withbucket_sum
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 610 - Fix SwathDefinition html representation error when lons/lats 1D (609)
- PR 601 - Fix spill over of ocean/and features in cartopy plots in case of geostationary full disc plot.
- PR 596 - Fix AreaDefinition array index methods mishandling outer edge values (691)
Features added
- PR 602 - Add support for
fill_valueandset_empty_bucket_toin BucketResamplerget_sum
In this release 4 pull requests were closed.