Releases: pytroll/pyresample
Releases · pytroll/pyresample
Version 1.34.2
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_sum
not 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_value
andset_empty_bucket_to
in BucketResamplerget_sum
In this release 4 pull requests were closed.