Recent Releases of pyresample
pyresample - Version 1.34.2
Pull Requests Merged
Documentation changes
- PR 663 - Update API documentation
In this release 1 pull request was closed.
- Python
Published by djhoese about 1 year ago
pyresample - Version 1.34.1
Pull Requests Merged
Bugs fixed
In this release 2 pull requests were closed.
- Python
Published by djhoese about 1 year ago
pyresample - 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.
- Python
Published by mraspaud about 1 year ago
pyresample - Version 1.33.0 (2025/03/18)
Pull Requests Merged
Bugs fixed
- PR 651 - Fix dynamic area freezing not preserving epsg code
Features added
- PR 648 - Update EWA pyproj Proj usage to Transformer
Backward incompatible changes
- PR 648 - Update EWA pyproj Proj usage to Transformer
In this release 3 pull requests were closed.
- Python
Published by mraspaud about 1 year ago
pyresample - 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.
- Python
Published by djhoese over 1 year ago
pyresample - 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.
- Python
Published by mraspaud over 1 year ago
pyresample - 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.
- Python
Published by djhoese almost 2 years ago
pyresample - 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.
- Python
Published by djhoese almost 2 years ago
pyresample - Version 1.28.4
Pull Requests Merged
Bugs fixed
- PR 603 - Add Python 3.12 wheels and bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
Features added
- PR 598 - Add NPY to ruff rules
- Python
Published by djhoese almost 2 years ago
pyresample - Version 1.28.3
Issues Closed
- Issue 587 - Resampling GOES mesoscale data to my area gives blank data
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 594 - Build against numpy 2.0rc1
In this release 1 pull request was closed.
- Python
Published by djhoese about 2 years ago
pyresample - Version 1.28.2 (2024/02/29)
Issues Closed
- Issue 539 - Compatibility with libproj v9.3
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 586 - Include package data
Features added
- PR 578 - Add attrs to future swath definition
In this release 2 pull requests were closed.
- Python
Published by mraspaud over 2 years ago
pyresample - Version 1.28.1
Pull Requests Merged
Bugs fixed
- PR 585 - Fix optimize_projection handling in YAML parsing
- PR 584 - Fix other numpy 2 incompatibilities
In this release 2 pull requests were closed.
- Python
Published by djhoese over 2 years ago
pyresample - Version 1.28.0
Issues 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.
Pull Requests Merged
Bugs fixed
- 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
Features added
- 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.getareaslices
- PR 548 - Remove unnecessary proj4 argument parsing from getareadef (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
Documentation changes
- PR 519 - Add builtin 'config' object and 'features.future_geometry' toggle
- PR 450 - Area definition html representation for Jupyter notebooks
Backward incompatible changes
- PR 522 - Handle value-less parameters in
proj4_dict_to_str
Refactoring
- PR 566 - Refactor area boundary sides retrieval with
_geographic_sidesand_projection_sidesmethods - PR 565 - Move legacy boundary to boundary directory
- PR 564 - Refactor
test_areaand move boundary related tests totest_area_boundary - PR 563 - Remove
__file__usage in test units fortest_filespath
In this release 27 pull requests were closed.
- Python
Published by djhoese over 2 years ago
pyresample - Version 1.27.1 (2023/06/21)
Issues Closed
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 524 - Preserve getareaslices 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)
Documentation changes
- PR 518 - Add configuration for readthedocs to fail on warnings
In this release 4 pull requests were closed.
- Python
Published by mraspaud almost 3 years ago
pyresample - Version 1.27.0 (2023/05/17)
Issues Closed
- Issue 507 -
gradient_searchfails when resampling Himawari data (PR 508 by @mraspaud) - Issue 504 -
get_neighbour_infoslows down significantly when working with large target rasters using many segments (PR 505 by @SwamyDev)
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- 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
Features added
- PR 505 - Add pre-allocation option to
get_neighbour_infoto 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
Documentation changes
- 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
Backward incompatible changes
In this release 14 pull requests were closed.
- Python
Published by mraspaud about 3 years ago
pyresample - Version 1.26.1 (2023/02/07)
Issues Closed
- Issue 497 - resampling fails with
ValueErrorif 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.
- Python
Published by mraspaud over 3 years ago
pyresample - 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.
- Python
Published by djhoese over 3 years ago
pyresample - Version 1.26.0
Issues Closed
- Issue 474 - getgeostationarybounding_box* contains duplicated vertices at the equator (PR 475 by @ghiggi)
- Issue 457 - Pyresample 1.25.1 createareadef 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 'weightdeltamax' 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.
- Python
Published by djhoese over 3 years ago
pyresample - 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.
- Python
Published by djhoese almost 4 years ago
pyresample - 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.
- Python
Published by djhoese almost 4 years ago
pyresample - Version 1.24.1
Pull Requests Merged
Bugs fixed
- PR 441 - Fix infinite coordinates failing to be equal
Features added
- PR 443 - Remove Python 3.7 support
Backward incompatible changes
- PR 443 - Remove Python 3.7 support
In this release 3 pull requests were closed.
- Python
Published by djhoese almost 4 years ago
pyresample - Version 1.24.0
Issues Closed
- Issue 417 - Add getabsmax (and getabsmin) 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 getabsmax on BucketResampler (417)
- PR 368 - Speed up Bucket
get_minandget_max - PR 341 - Dask resampler and gradient search overhaul
Documentation changes
- PR 429 - Improve docs for dump and loadareafrom_string
- PR 427 - Add Cython classifier to package metadata
In this release 7 pull requests were closed.
- Python
Published by djhoese almost 4 years ago
pyresample - Version 1.23.0
Issues Closed
- Issue 425 - Pyresample/geometry.py resampling error related to dask.
- Issue 422 - Cannot resample with
bilinearfrom 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 maximumweightmode
- 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
- Python
Published by djhoese about 4 years ago
pyresample - 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 fillvalue keyword argument for AreaDefinition.getlonlats
- 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.
- Python
Published by djhoese over 4 years ago
pyresample - Version 1.22.2
Pull Requests Merged
Features added
In this release 1 pull request was closed.
- Python
Published by djhoese over 4 years ago
pyresample - 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 getbboxlonlats 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.
- Python
Published by djhoese over 4 years ago
pyresample - 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.
- Python
Published by djhoese over 4 years ago
pyresample - 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.
- Python
Published by djhoese over 4 years ago
pyresample - 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.
- Python
Published by djhoese almost 5 years ago
pyresample - Version 1.20.0
Issues Closed
- Issue 365 -
get_proj_coordsresult 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.getareaslices 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_minandget_maxto Bucket resampler (experimental)
Documentation changes
In this release 5 pull requests were closed.
- Python
Published by djhoese about 5 years ago
pyresample - Version 1.19.0
Issues Closed
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 348 - Allow rowsperscan=0 convenience in EWA resampler
- PR 340 - Fix getareaslices for flipped areas
Features added
In this release 3 pull requests were closed.
- Python
Published by djhoese about 5 years ago
pyresample - Version 1.18.1 (2021/03/22)
Issues Closed
- Issue 345 - Deprecated numpy data types (numpy >=1.20.0)
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- 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.
- Python
Published by mraspaud about 5 years ago
pyresample - Version 1.18.0
Issues Closed
- Issue 317 - Fix maskallnan 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.
Pull Requests Merged
Bugs fixed
Features added
- 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 createareasdef 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)
Documentation changes
- PR 338 - Add CRS option to createareadef docs (338)
- PR 337 - Switch docstrings to Google style
- PR 334 - Fix wrong varname in bucket doc
- PR 314 - Add citation information
Backward incompatible changes
- PR 332 - Require pyproj 2.2+ and remove fallbacks when CRS objects can be used
In this release 12 pull requests were closed.
- Python
Published by djhoese over 5 years ago
pyresample - Version 1.17.0
Issues 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
AreaDefinitionagainst other type (PR 288) - Issue 237 - Test failure in testkdtree.Test.test_custom
In this release 6 issues were closed.
Pull Requests Merged
Bugs fixed
- 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
Features added
- 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.
- Python
Published by djhoese over 5 years ago
pyresample - Version 1.16.0
Issues Closed
- Issue 274 - segmentation fault or AssertionError when resampling (PR 277)
- Issue 272 -
kd_tree.get_sample_from_neighbour_infocan't handlefill_valuewithnumpydata 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.
Pull Requests Merged
Bugs fixed
- 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
Features added
- 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)
Documentation changes
- 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.
- Python
Published by djhoese about 6 years ago
pyresample - Version 1.15.0
Issues 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.
Pull Requests Merged
Bugs fixed
- 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)
Features added
- 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
Documentation changes
- PR 253 - Fix SwathDefinition geocentric_resolution when resolution is None
In this release 8 pull requests were closed.
- Python
Published by djhoese about 6 years ago
pyresample - Version v1.14.0 (2019/12/22)
Issues Closed
- Issue 242 - AreaDefinition.get_lonlats ignores dtype option (PR 243)
- Issue 233 - getneighbourinfo 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.
Pull Requests Merged
Bugs fixed
- 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
Features added
- PR 230 - No rainbow update documentation (229)
- PR 225 - Add smarter default radiusofinfluence to XArrayResamplerNN resampling
- PR 222 - Make the uniform shape computation more effective for dask arrays
- PR 191 - Implement gradient search resampling method
Documentation changes
- 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.
- Python
Published by mraspaud over 6 years ago
pyresample -
Version 1.13.2 (2019/10/08)
Issues 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 densityofx (alternatively "counting number of x)" while re-gridding
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
In this release 1 pull request was closed.
- Python
Published by mraspaud over 6 years ago
pyresample - Version 1.12.3
Version 1.12.3 (2019/05/17)
Pull Requests Merged
Bugs fixed
- PR 193 - Fix striding slicing in AreaDefinition
In this release 1 pull request was closed.
- Python
Published by djhoese almost 7 years ago
pyresample - Version 1.12.1
Version 1.12.1 (2019/04/24)
Pull Requests Merged
Bugs fixed
- PR 186 - Fix support for pyproj-2 EPSG syntax
Documentation changes
- PR 185 - Fix argument order in getareadef doc
In this release 2 pull requests were closed.
- Python
Published by djhoese about 7 years ago