In this release 1 issue was closed.
- PR 624 - Move setuptools to setup_requires
- 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.
- 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
- 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.
- 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.
- 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)
- PR 602 - Add support for
fill_value
andset_empty_bucket_to
in BucketResamplerget_sum
In this release 4 pull requests were closed.
- PR 603 - Add Python 3.12 wheels and bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
- PR 598 - Add NPY to ruff rules
In this release 2 pull requests were closed.
- Issue 587 - Resampling GOES mesoscale data to my area gives blank data
In this release 1 issue was closed.
- PR 594 - Build against numpy 2.0rc1
In this release 1 pull request was closed.
- Issue 539 - Compatibility with libproj v9.3
In this release 1 issue was closed.
- PR 586 - Include package data
- PR 578 - Add attrs to future swath definition
In this release 2 pull requests were closed.
- PR 585 - Fix optimize_projection handling in YAML parsing
- PR 584 - Fix other numpy 2 incompatibilities
In this release 2 pull requests were closed.
- Issue 570 - errors in area definition should not be silently ignored (PR 577 by @djhoese)
- Issue 547 - How should this warning be addressed? (PR 548 by @djhoese)
- Issue 537 - Upgrade to Cython 3.0 and check annotations (PR 582 by @djhoese)
- Issue 527 - area definition for a rotated pole coordinate system (PR 532 by @djhoese)
In this release 4 issues were closed.
- PR 577 - Fix area definition YAML not warning on typos (570)
- PR 573 - Switch test area fixtures to session-scoped
- PR 556 - Add missing meta keyword arguments on all dask map_blocks calls
- PR 551 - Fix shortcut for prime meridian checks
- PR 536 - Use pyproj TransformDirection enum for better performance
- PR 532 - Migrate usages of pyproj Proj to pyproj Transformer (527)
- PR 526 - Replace and deprecate frequency arg for bbox methods
- PR 583 - Build wheels against numpy 2
- PR 582 - Fix Cython 3 and Numpy 2 compatibility (537)
- PR 572 - Suppress PROJ4 warning about losing projection by using
to_cf()
instead ofto_dict()
- PR 557 - Add more pre-commit checks (mccabe, bandit, mypy, etc)
- PR 553 - Add optional caching to AreaDefinition.get_area_slices
- PR 548 - Remove unnecessary proj4 argument parsing from get_area_def (547)
- PR 545 - Convert AreaDefinitions to odc geoboxes
- PR 542 - Switch to cibuildwheel for wheel building
- PR 533 - Replace width/height in future AreaDefinition with "shape" argument
- PR 522 - Handle value-less parameters in
proj4_dict_to_str
- PR 519 - Add builtin 'config' object and 'features.future_geometry' toggle
- PR 516 - Allow cropping non-geos areas
- PR 450 - Area definition html representation for Jupyter notebooks
- PR 519 - Add builtin 'config' object and 'features.future_geometry' toggle
- PR 450 - Area definition html representation for Jupyter notebooks
- PR 522 - Handle value-less parameters in
proj4_dict_to_str
- PR 566 - Refactor area boundary sides retrieval with
_geographic_sides
and_projection_sides
methods - PR 565 - Move legacy boundary to boundary directory
- PR 564 - Refactor
test_area
and move boundary related tests totest_area_boundary
- PR 563 - Remove
__file__
usage in test units fortest_files
path
In this release 27 pull requests were closed.
In this release 1 issue was closed.
- PR 524 - Preserve get_area_slices behavior when area to cover has an invalid boundary
- PR 523 - Fix DynamicAreaDefinition not preserving user's requested resolution (517)
- PR 520 - Fix performance regression in base resampler class when comparing geometries (517)
- PR 518 - Add configuration for readthedocs to fail on warnings
In this release 4 pull requests were closed.
- Issue 507 -
gradient_search
fails when resampling Himawari data (PR 508 by @mraspaud) - Issue 504 -
get_neighbour_info
slows down significantly when working with large target rasters using many segments (PR 505 by @SwamyDev)
In this release 2 issues were closed.
- PR 513 - Remove more warnings encountered during tests
- PR 512 - Ignore pyproj to_proj4 warning when converting an AreaDefinition to a string
- PR 508 - Fix gradient resampling to same area not working (507)
- PR 502 - Add stacklevel to all pyresample warnings
- PR 498 - Fix data type handling (complex) in nearest neighbor resampling
- PR 505 - Add pre-allocation option to
get_neighbour_info
to improve performance on large raster data (504) - PR 499 - Drop Python 3.8 support
- PR 496 - Deprecate AreaDefinition 'rotation' argument
- PR 464 - Add optional metadata to Pyresample 2.0 AreaDefinition
- PR 515 - Remove python versions tested note in documentation
- PR 501 - Couple of small typos found in documentation.
- PR 434 - Add initial restructuring of sphinx docs
In this release 14 pull requests were 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.
- 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.
- PR 480 - Add Python 3.11 to wheel building
In this release 1 pull request was 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.
- 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
- 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
In this release 10 pull requests were closed.
- PR 447 - Fix handling of lon/lat coordinates on CRS with prime meridian != 0
In this release 1 pull request was closed.
In this release 1 issue was closed.
- PR 446 - Fix incorrect extents for DynamicAreaDefinition with 'modify_crs' antimeridian mode
In this release 2 pull requests were closed.
- PR 441 - Fix infinite coordinates failing to be equal
- PR 443 - Remove Python 3.7 support
- PR 443 - Remove Python 3.7 support
In this release 3 pull requests were 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.
- 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
- 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.
- 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.
- 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
- PR 415 - Update AreaDefinition equality to use pyproj CRS
- PR 406 - Change tested Python versions to 3.8, 3.9 and 3.10
- PR 415 - Update AreaDefinition equality to use pyproj CRS
In this release 8 pull requests were 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.
- 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
In this release 4 pull requests were closed.
In this release 1 pull request was closed.
- Issue 390 - What units does SphPolygon.area return?
In this release 1 issue was closed.
- 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
- PR 396 - Add Python 3.9 to CI runs and use it for the experimental run
- PR 395 - Replace depracated Numpy dtypes
- PR 388 - Fix indentation on geometry utils page
In this release 5 pull requests were 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.
- 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+
- PR 379 - Define new Resampler base class, nearest neighbor class, and resampler registry
- PR 380 - Add pre-commit running to PRs and add isort
In this release 6 pull requests were 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.
- 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.
- PR 370 - Fix dask ewa issues with newer versions of dask
- PR 347 - Add spherical geometry support for deriving total/common area coverage of several satellite overpasses
- PR 373 - Add initial draft of a Roadmap page
In this release 3 pull requests were 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.
- 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)
- PR 356 - Add
get_min
andget_max
to Bucket resampler (experimental)
In this release 5 pull requests were closed.
In this release 1 issue was closed.
- PR 348 - Allow rows_per_scan=0 convenience in EWA resampler
- PR 340 - Fix get_area_slices for flipped areas
In this release 3 pull requests were closed.
- Issue 345 - Deprecated numpy data types (numpy >=1.20.0)
In this release 1 issue was closed.
- PR 343 - Fix EWA resampling when the result is all fill values
- PR 342 - Fix DynamicAreaDefinition not handling lons over antimeridian
In this release 2 pull requests were closed.
- Issue 317 - Fix mask_all_nan kwarg in Average Bucket Resampler (PR 319)
- Issue 315 - Comparison of AreaDefinition to other types fails
- Issue 295 - Undetermined values in bilinear resampling result when resampling swath to grid data with geographic output coordinates. (PR 330)
- Issue 293 - Add Elliptical Weighted Nearest Neighbor option for swath resampling
- Issue 281 - Dask-ify Elliptical Weighted Averaging (EWA) resampling (PR 284)
- Issue 152 - Add dump/dumps methods to AreaDefinition (PR 308)
In this release 6 issues were closed.
- PR 336 - Switch to building cython extensions at installation time
- PR 332 - Require pyproj 2.2+ and remove fallbacks when CRS objects can be used
- PR 330 - Fix a division-by-zero failure causing missing data in bilinear interpolation (295)
- PR 308 - Change create_areas_def to dump and set default yaml style (152)
- PR 306 - Add a function to join/enclose areas. (306)
- PR 284 - Add dask-friendly EWA resampler class (DaskEWAResampler) (281)
- PR 338 - Add CRS option to create_area_def docs (338)
- PR 337 - Switch docstrings to Google style
- PR 334 - Fix wrong varname in bucket doc
- PR 314 - Add citation information
- PR 332 - Require pyproj 2.2+ and remove fallbacks when CRS objects can be used
In this release 12 pull requests were closed.
- Issue 299 - Refactor bilinear interpolation (PR 300)
- Issue 297 - Using CRS from
to_cartopy_crs()
triggers AttributeError in shapely - Issue 291 - Help text for the bucket resampler is incorrect
- Issue 289 - AreaDefinition.area_extent mutability leads to hash violations (PR 290)
- Issue 287 - AttributeError when comparing
AreaDefinition
against other type (PR 288) - Issue 237 - Test failure in test_kd_tree.Test.test_custom
In this release 6 issues were closed.
- PR 305 - Add missing test data to package
- PR 304 - Improve test compatibility with new pyproj
- PR 298 - Fix fill value for integer datasets, fix band assignment
- PR 294 - Fix colrow2lonlat working only for square areadefs
- PR 310 - Remove appveyor CI in favor of travis Windows and add Python 3.9 wheels
- PR 303 - Add caching of bilinear information
- PR 300 - Refactor bilinear (299)
- PR 290 - Make AreaDefinition.area_extent read only (289)
In this release 8 pull requests were closed.
- Issue 274 - segmentation fault or AssertionError when resampling (PR 277)
- Issue 272 -
kd_tree.get_sample_from_neighbour_info
can't handlefill_value
withnumpy
data types. (PR 273) - Issue 269 - add a from_cf() mechanism for AreaDefinition (PR 271)
- Issue 261 - AreaDefinition docstring does not agree with its constructors definition (PR 263)
- Issue 232 - Possibly an issue with get_lonlats() for robinson projection
In this release 5 issues were closed.
- PR 285 - Check the source area orientation before defining slices (274)
- PR 277 - Fix calculating area slices for flipped projections (274)
- PR 275 - Check area slices for correct step
- PR 273 - Remove type check for nearest neighbour fill value. (272)
- PR 265 - Fix geocentric resolution favoring one area dimension over the other
- PR 264 - Switch to storing CRS WKT in AreaDefinitions instead of the CRS object
- PR 251 - Fix bugs and use real data in the plotting docs
- PR 249 - Fix bucket assignment
- PR 282 - Remove chunks that do not intersect target area in gradient search resampling
- PR 279 - Refactor API docs to document things more easily
- PR 276 - Create AreaDefinition from epsg codes
- PR 271 - Create AreaDefinition from a netCDF/CF file (269)
- PR 280 - Remove unnecessary -P flag from the docs readme
- PR 279 - Refactor API docs to document things more easily
- PR 263 - Fix parameter order in AreaDefinition docstring (261, 261)
- PR 251 - Fix bugs and use real data in the plotting docs
In this release 16 pull requests were closed.
- Issue 250 - Misleading error when area file doesn't exist (PR 259)
- Issue 244 - Release wheels for pyresample (PR 257)
In this release 2 issues were closed.
- PR 258 - Compatibility with PyProj v2.6.0
- PR 255 - Fix rpm building for python 3
- PR 253 - Fix SwathDefinition geocentric_resolution when resolution is None
- PR 252 - Make omerc bouding box use sphere as ellps (1002)
- PR 259 - Improve load_area functionality and error report (250, 250)
- PR 257 - Add Azure configuration to build wheels (244)
- PR 254 - Switch to pytest for CI and remove Python <3.4 support
- PR 253 - Fix SwathDefinition geocentric_resolution when resolution is None
In this release 8 pull requests were closed.
- Issue 242 - AreaDefinition.get_lonlats ignores dtype option (PR 243)
- Issue 233 - get_neighbour_info can not handle SwathDefinitions with lat lon of type integers (PR 235)
- Issue 229 - Update old documentation on easy quicklook display (stop using rainbow color map!) (PR 230)
- Issue 228 - Area definition boundaries where space pixels are excluded
In this release 4 issues were closed.
- PR 245 - Remove pyximports from gradient search
- PR 243 - Respect dtype when get_lonlats provide dask array (242)
- PR 241 - Fix typo in ImageContainerQuick and ImageContainerNearest docs
- PR 236 - Fix compatibility with pyproj 2.4.2
- PR 227 - Fix EWA resampling hanging when geolocation had a lot of NaNs
- PR 224 - Fix deprecation warning for abc classes
- PR 230 - No rainbow update documentation (229)
- PR 225 - Add smarter default radius_of_influence to XArrayResamplerNN resampling
- PR 222 - Make the uniform shape computation more effective for dask arrays
- PR 191 - Implement gradient search resampling method
- PR 241 - Fix typo in ImageContainerQuick and ImageContainerNearest docs
- PR 238 - Update load_area docstring to mention that multiple files are allowed
- PR 230 - No rainbow update documentation (229)
In this release 13 pull requests were closed.
- Issue 220 - Problem with dynamic areas on numpy arrays with newest pyresample (PR 221)
- Issue 148 - Complete dask conversion of XArrayResamplerBilinear
- Issue 10 - Computing density_of_x (alternatively "counting number of x)" while re-gridding
In this release 3 issues were closed.
In this release 1 pull request was closed.
- PR 218 - Fix proj_str returning invalid PROJ strings when towgs84 was included
- PR 217 - Fix get_geostationary_angle_extent assuming a/b definitions
- PR 216 - Fix proj4 radius parameters for spherical cases
In this release 3 pull requests were closed.
- Issue 210 - Incompatibility with new proj/pyproj versions
In this release 1 issue was closed.
- PR 213 - Remove extra conversion to dask array
- PR 208 - Bugfix bilinear resampler masking (735)
- PR 207 - Make output index tiling in bilinear interpolation work with dask
- PR 205 - Exclude NaNs from Bucket Average
- PR 197 - Fix to_cartopy_crs for latlong projections
- PR 196 - Improve handling of EPSG codes with pyproj 2.0+
- PR 212 - Use slices in bilinear resampler
- PR 203 - Add Numpy version limitation for Python 2
- PR 198 - Clarify warning if no overlap data and projection
- PR 196 - Improve handling of EPSG codes with pyproj 2.0+
- PR 192 - Add bucket resampling
- PR 204 - Add Example for Regular Lat-Lon Grid
- PR 201 - fix bug in plot example code
- PR 198 - Clarify warning if no overlap data and projection
- PR 195 - Update docs for create_area_def and improve AreaDefinition property consistency
In this release 15 pull requests were closed.
- PR 193 - Fix striding slicing in AreaDefinition
In this release 1 pull request was closed.
- Issue 187 - Numerous
RuntimeWarning
s when resampling
In this release 1 issue was closed.
- PR 190 - Fix aggregate method using non-serializable internal function
- PR 189 - Fix dask race condition in KDTree resampling
- PR 183 - Fix bb computation to generate areas with equal h and v resolutions
In this release 3 pull requests were closed.
- PR 186 - Fix support for pyproj-2 EPSG syntax
- PR 185 - Fix argument order in get_area_def doc
In this release 2 pull requests were closed.
- Issue 178 - Can't install pyresample on OSX Mojave
In this release 1 issue was closed.
- PR 177 - Fix dynamic omerc parameter computation to survive nans
- PR 182 - Implement striding and aggregation for Swath- and AreaDefinitions
- PR 180 - Remove radians from create_area_def and allow compatibility with pyproj-2.0+
In this release 3 pull requests were closed.
- PR 176 - Fix typos in README and index page
In this release 1 pull request was closed.
In this release 2 issues were closed.
- PR 175 - Fix dask.blockwise backwards compatibility with dask.atop
In this release 1 pull request was closed.
- Issue 160 - No coastlines in cartopy if area is flipped (PR 161)
- Issue 136 - Update documentation to not reference scipy kdtree (PR 155)
In this release 2 issues were closed.
- PR 170 - Allow create_area_def to work with incomplete proj dicts to create DynamicAreas
- PR 167 - Fix yaml area loading when projection is latlong (units degrees)
- PR 164 - Delete unused requirements.txt file
- PR 156 - Refactor pyresample.utils in to separate modules
- PR 150 - Switch to versioneer
- PR 145 - Refactor and deprecate geometry "*_dask" methods
- PR 138 - Add
create_area_def
utility method and refactor AreaDefinition arguments
In this release 8 pull requests were closed.
In this release 1 issue was closed.
- PR 147 - Fix dtype preservation for kdtree resampling
- PR 144 - Non-contiguous area definitions are now not concatenable (491)
In this release 4 pull requests were closed.
In this release 1 issue was closed.
- PR 139 - Fix area parsing code to convert PROJ.4 parameters to float if possible
- PR 135 - Fix Python 3.7 compatibility (133)
In this release 2 pull requests were closed.
- PR 130 - Fix log message not to rely on the proj key
- PR 129 - Ignore proj dicts with no key for slicing
In this release 2 pull requests were closed.
- PR 128 - Add option to provide KDTree's 'mask' argument when querying
In this release 1 pull request was closed.
- Issue 113 - Not all the close neighbours are found until search radius is increased (PR 112)
- Issue 111 - Bilinear interpolation leaves holes in fields with constant value (PR 112)
In this release 3 issues were closed.
- PR 125 - Fix area slices not working for non-geos projections
- PR 119 - Add hashing to StackedAreaDefinitions
In this release 1 pull request was closed.
- PR 116 - Simplify get_sample_from_neighbour_info method
In this release 2 pull requests were closed.
- PR 115 - Geos area reduction
In this release 1 pull request was closed.