Skip to content

1.3.2

Compare
Choose a tag to compare
@sgillies sgillies released this 19 Aug 18:48
· 270 commits to main since this release

1.3.1 was packaged from a branch that lacked the advertised bug fixes. 1.3.2 fixes the problem. Packaging and bug fix notes from 1.3.1 are reiterated below.

The GitHub release and discussion for 1.3.1 have been deleted.

Packaging

Wheels for 1.3.2 are built using the version of rasterio-wheels dated 2022-08-17 and include PROJ 9.0.1 and GDAL 3.5.1.

Bug fixes

  • get_data_window has been improved and extended to 1D (#2510).
  • Broadcasting of coordinates in transform.xy has been restored (#2538).
  • A bug in nodata filling (#2474) has been fixed by patching GDAL (wheels only).
  • Support for PROJ_DATA has been added (#2530).
  • Non-informative errors arising from opening a dataset in write mode are silenced (#2525).
  • N-D arrays are once again accepted by sampling.sample_gen (#2547).
  • MemoryDataset's memory layout has been fixed to properly support non-contiguous data (#2512).