Skip to content

Releases: pytroll/pyresample

Version 1.26.0 Post 0

24 Nov 21:20
53ae8a9
Compare
Choose a tag to compare

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

24 Nov 16:23
bc85902
Compare
Choose a tag to compare

Issues Closed

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

  • PR 454 - Fix import warning in bilinear resampler to mention dask (453)

In this release 10 pull requests were closed.

Version 1.25.1

02 Aug 14:46
164b714
Compare
Choose a tag to compare

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

29 Jul 12:15
93df018
Compare
Choose a tag to compare

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

  • PR 431 - Add 'antimeridian_mode' to DynamicAreaDefinition (428)

In this release 2 pull requests were closed.

Version 1.24.1

07 Jul 00:05
c930465
Compare
Choose a tag to compare

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.

Version 1.24.0

06 Jul 17:24
58df857
Compare
Choose a tag to compare

Issues Closed

In this release 3 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 324 - Fix bilinear resampler for 1D data (316)

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 and get_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

22 Mar 11:37
3a3d3a9
Compare
Choose a tag to compare

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

08 Dec 02:24
3e8d244
Compare
Choose a tag to compare

Issues Closed

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

  • PR 403 - Update copyright note in documentation (231)

In this release 4 pull requests were closed.

Version 1.22.2

03 Dec 19:43
0b35d70
Compare
Choose a tag to compare

Pull Requests Merged

Features added

  • PR 401 - Optimize AreaDefinition.get_proj_coords when requesting dask arrays (1902)

In this release 1 pull request was closed.

Version 1.22.1

18 Nov 19:42
e6a452e
Compare
Choose a tag to compare

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.