Skip to content

Releases: pytroll/pyresample

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.

Version 1.22.0

25 Oct 16:01
f9809a3
Compare
Choose a tag to compare

Issues Closed

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

17 Sep 15:35
034a336
Compare
Choose a tag to compare

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

19 Aug 13:24
031260c
Compare
Choose a tag to compare

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

04 Jun 15:51
2456508
Compare
Choose a tag to compare

Issues Closed

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 and get_max to Bucket resampler (experimental)

Documentation changes

  • PR 351 - Fix the documentation of get_array_indices_from_lonlat and add a test (350)

In this release 5 pull requests were closed.