Releases: pytroll/pyresample
Releases · pytroll/pyresample
Version 1.26.1 (2023/02/07)
Issues Closed
- Issue 497 - resampling fails with
ValueError
if not padding data - Issue 492 - Infinite values in geostationary bounding box crash intersection function (PR 493 by @mraspaud)
- Issue 486 - BUG: Import fails due to misconfigured setup.py (PR 487 by @bzah)
- Issue 484 - Fails to build with Shapely 2.0 (PR 485 by @sebastic)
- Issue 481 - Intermittent failures on 32bit architectures
- Issue 448 - Release 1.25.1 missing usual GPG signature
In this release 6 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 493 - Fix geostationary bbox having inf values (2368, 492)
- PR 487 - FIX: Update pyproj min version to 3.0.0 (486)
- PR 485 - Tune tolerance to fix test failures with PROJ 9.1.1. (484)
- PR 482 - Fix intermittent EWA test failures
In this release 4 pull requests were closed.
Version 1.26.0 Post 0
Pull Requests Merged
Features added
- PR 480 - Add Python 3.11 to wheel building
In this release 1 pull request was closed.
Version 1.26.0
Issues Closed
- Issue 474 - get_geostationary_bounding_box* contains duplicated vertices at the equator (PR 475 by @ghiggi)
- Issue 457 - Pyresample 1.25.1 create_area_def return wrong lons with the .get_lonlats()
- Issue 453 - Import Error using XArrayBilinearResampler missing failed import of dask (PR 454 by @benjaminesse)
- Issue 445 - Release GIL in gradient search resampling (PR 455 by @mraspaud)
- Issue 439 - SwathDefinition.update_hash() raise error after slicing the swath object (PR 462 by @mraspaud)
In this release 5 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 479 - Fix bbox creation for SwathDefinitions with NaNs
- PR 475 - Fix for duplicate coordinates in bbox_lonlats for geostationary area (474, 474)
- PR 463 - Fix EWA default for 'weight_delta_max' to match docstring
- PR 462 - Fix hashing of definitions for non contiguous arrays (439)
- PR 438 - Fix using cached LUTs in bilinear resampler
Features added
- PR 473 - Add boundary method to AreaDefinition and SwathDefinition
- PR 465 - [Future Spherical Class] Add SPoint and SMultiPoint
- PR 455 - Use memoryviews and allow nogil in gradient search (445)
- PR 451 - Refactor the area loading internal function
Documentation changes
In this release 10 pull requests were closed.
Version 1.25.1
Pull Requests Merged
Bugs fixed
- PR 447 - Fix handling of lon/lat coordinates on CRS with prime meridian != 0
In this release 1 pull request was closed.
Version 1.25.0
Issues Closed
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 446 - Fix incorrect extents for DynamicAreaDefinition with 'modify_crs' antimeridian mode
Features added
In this release 2 pull requests were closed.
Version 1.24.1
Version 1.24.0
Issues Closed
- Issue 417 - Add get_abs_max (and get_abs_min) to BucketResampler (PR 418 by @gerritholl)
- Issue 316 - Upgrade to pyresample 1.17.0 causes IndexError with one-dimensional data (PR 324 by @pnuu)
- Issue 171 - Update AreaDefinition to accept pyproj CRS objects and WKT
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
Features added
- PR 435 - Fix SwathDefinition causing unnecessary dask computes when used as a dict key
- PR 418 - Implement get_abs_max on BucketResampler (417)
- PR 368 - Speed up Bucket
get_min
andget_max
- PR 341 - Dask resampler and gradient search overhaul
Documentation changes
- PR 429 - Improve docs for dump and load_area_from_string
- PR 427 - Add Cython classifier to package metadata
In this release 7 pull requests were closed.
Version 1.23.0
Issues Closed
- Issue 425 - Pyresample/geometry.py resampling error related to dask.
- Issue 422 - Cannot resample with
bilinear
from lat/lon grid onto MSG full disk (PR 423 by @pnuu) - Issue 416 - Unexpected results resampling Lambert Conformal to PlateCarree: pyresample or cartopy problem?
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 426 - Fix EWA resampling not ignoring fill values with maximum_weight_mode
- PR 424 - Fix DynamicAreaDefinition resolution handling for incomplete projection definitions
- PR 423 - Fix bilinear resampling to areas with invalid coordinates (422)
- PR 421 - Fix inplace modification occuring in Arc.intersections
- PR 414 - Fix gradient search for single band data
Features added
- PR 415 - Update AreaDefinition equality to use pyproj CRS
- PR 406 - Change tested Python versions to 3.8, 3.9 and 3.10
Backward incompatible changes
- PR 415 - Update AreaDefinition equality to use pyproj CRS
Version 1.22.3
Issues Closed
- Issue 375 - Importing pyresample without having Xarray and/or zarray raises UserWarning (PR 400 by @yunjunz)
- Issue 318 - Add fill_value keyword argument for AreaDefinition.get_lonlats
- Issue 231 - Copyright notice out of date (PR 403 by @gerritholl)
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 404 - Fix dask EWA code not creating unique dask task names for different target areas
- PR 400 - Move bilinear import to avoid unnecessary warning (375)
- PR 399 - Fix deprecated numpy data type usage in bilinear resampling
Documentation changes
In this release 4 pull requests were closed.