Skip to content

v0.9.0

Compare
Choose a tag to compare
@djhoese djhoese released this 24 Jul 15:03
· 10745 commits to main since this release
4d29c26

First release with xarray and dask support.

Version 0.9.0 (2018/07/02)

Issues Closed

  • Issue 344 - find_files_and_reader does not seem to care about start_time! (PR 349)
  • Issue 338 - Creating a Scene object with Terra MODIS data
  • Issue 332 - Non-requested datasets are saved when composites fail to generate (PR 342)

In this release 3 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 355 - Fix ABI L1B reader losing file variable attributes
  • PR 353 - Fix multiscene memory issues by adding an optional batch_size
  • PR 351 - Fix AMSR-2 L1B reader loading bytes incorrectly
  • PR 349 - Fix datetime-based file selection when filename only has a start time (344)
  • PR 348 - Fix freezing of areas before resampling even as strings
  • PR 343 - Fix shape assertion after resampling
  • PR 342 - Fix Scene save_datasets to only save datasets from the wishlist (332)
  • PR 341 - Fix ancillary variable loading when anc var is already loaded
  • PR 340 - Cut radiances array depending on number of scans

In this release 9 pull requests were closed.