Skip to content

Version 1.27.0 (2023/05/17)

Compare
Choose a tag to compare
@mraspaud mraspaud released this 17 May 06:51
· 314 commits to main since this release
3fa9529

Issues Closed

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_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

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

  • PR 499 - Drop Python 3.8 support
  • PR 496 - Deprecate AreaDefinition 'rotation' argument

In this release 14 pull requests were closed.