Releases: pytroll/pyresample
Releases · pytroll/pyresample
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.
Version 1.22.2
Version 1.22.1
Issues Closed
- Issue 390 - What units does SphPolygon.area return?
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 398 - Fix EWA resampling when input data is larger than the output area
- PR 389 - Fix SwathDefinition get_bbox_lonlats returning counter-clockwise coordinates
Features added
- PR 396 - Add Python 3.9 to CI runs and use it for the experimental run
- PR 395 - Replace depracated Numpy dtypes
Documentation changes
- PR 388 - Fix indentation on geometry utils page
In this release 5 pull requests were closed.
Version 1.22.0
Issues Closed
- Issue 384 - Inconsistent SphPolygon intersection behavior (PR 385 by @djhoese)
- Issue 353 - cut'n'paste error for
codecov.yml
?
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 386 - Fix geocentric_resolution method not working for lat/lon projections
- PR 385 - Fix SphPolygon producing unexpected results for 32-bit float coordinates (384)
- PR 383 - Fix AreaDefinition dumping when extents have Numpy values
- PR 378 - Fix compatibility with cartopy 0.20.0+
Features added
- PR 379 - Define new Resampler base class, nearest neighbor class, and resampler registry
Documentation changes
- PR 380 - Add pre-commit running to PRs and add isort
In this release 6 pull requests were closed.
Version 1.21.1
Issues Closed
- Issue 374 - Geographic EWA projection for swaths crossing the anti-meridian omits values for 90 ≤ longitude (degrees east) ≤ 180. (PR 376)
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 377 - Remove unnecessary dask computation in 'nearest' resampler
- PR 376 - Update EWA ll2cr_static to handle swaths crossing the anti-meridian. (374)
In this release 2 pull requests were closed.
Version 1.21.0
Pull Requests Merged
Bugs fixed
- PR 370 - Fix dask ewa issues with newer versions of dask
Features added
- PR 347 - Add spherical geometry support for deriving total/common area coverage of several satellite overpasses
Documentation changes
- PR 373 - Add initial draft of a Roadmap page
In this release 3 pull requests were closed.
Version 1.20.0
Issues Closed
- Issue 365 -
get_proj_coords
result of Satpy is different from that ofload_cf_area
- Issue 361 - version in pip wheel is mangled (PR 363)
- Issue 355 - Handle X/Y in meters for CF conversion (PR 362)
- Issue 350 - Breaking change for fill value in area.lonlat2colrow (PR 351)
- Issue 296 - Add CITATION information
In this release 5 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 367 - Fix AreaDefinition.get_area_slices returning non-integer slices
- PR 363 - Fix version number not being preserved in wheels (361)
- PR 362 - Fix handling of geostationary x/y units in CF conversion (355)
Features added
- PR 356 - Add
get_min
andget_max
to Bucket resampler (experimental)
Documentation changes
In this release 5 pull requests were closed.