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.