|
| 1 | +## Version 0.58.0 (2025/08/08) |
| 2 | + |
| 3 | +### Issues Closed |
| 4 | + |
| 5 | +* [Issue 3192](https://github.com/pytroll/satpy/issues/3192) - DifferenceCompositor |
| 6 | +* [Issue 3171](https://github.com/pytroll/satpy/issues/3171) - Add `fsspec` support to Landsat reader |
| 7 | +* [Issue 3167](https://github.com/pytroll/satpy/issues/3167) - `AlignmentError` due to addition of time bounds when calling `.to_xarray()` on a timeseries blended multiscene ([PR 3170](https://github.com/pytroll/satpy/pull/3170) by [@sfinkens](https://github.com/sfinkens)) |
| 8 | +* [Issue 3162](https://github.com/pytroll/satpy/issues/3162) - For FCI L1C, calculating the mean of `ir_105_time` fails with IndexError |
| 9 | +* [Issue 3158](https://github.com/pytroll/satpy/issues/3158) - reduce_data isn't called for the VIIRS nearest resampler |
| 10 | +* [Issue 3156](https://github.com/pytroll/satpy/issues/3156) - `oli_tirs_l1_tif` reader incompatible with `xarray`: missing `rasterio` engine support |
| 11 | + |
| 12 | +In this release 6 issues were closed. |
| 13 | + |
| 14 | +### Pull Requests Merged |
| 15 | + |
| 16 | +#### Bugs fixed |
| 17 | + |
| 18 | +* [PR 3191](https://github.com/pytroll/satpy/pull/3191) - Use token kwarg in dask map_blocks call instead of name |
| 19 | +* [PR 3187](https://github.com/pytroll/satpy/pull/3187) - Fix AWIPS tiled writer not being computed properly when compute=False |
| 20 | +* [PR 3186](https://github.com/pytroll/satpy/pull/3186) - Optimize AWIPS Tiled writer and remove use of dask delayed |
| 21 | +* [PR 3175](https://github.com/pytroll/satpy/pull/3175) - Use maximum end time from attributes for time bounds |
| 22 | +* [PR 3172](https://github.com/pytroll/satpy/pull/3172) - Update VIIRS composites to use map_blocks instead of delayed |
| 23 | +* [PR 3170](https://github.com/pytroll/satpy/pull/3170) - Fix adding time bounds to timeseries ([3167](https://github.com/pytroll/satpy/issues/3167), [3167](https://github.com/pytroll/satpy/issues/3167)) |
| 24 | + |
| 25 | +#### Features added |
| 26 | + |
| 27 | +* [PR 3177](https://github.com/pytroll/satpy/pull/3177) - Add cloud clear option to ACSPO reader |
| 28 | +* [PR 3174](https://github.com/pytroll/satpy/pull/3174) - Add ABI L2 SST data quality filtering |
| 29 | +* [PR 3169](https://github.com/pytroll/satpy/pull/3169) - Add surface type and terrain elevation to the AWS L1b loading |
| 30 | +* [PR 3155](https://github.com/pytroll/satpy/pull/3155) - Refactor enhancements |
| 31 | + |
| 32 | +#### Backward incompatible changes |
| 33 | + |
| 34 | +* [PR 3177](https://github.com/pytroll/satpy/pull/3177) - Add cloud clear option to ACSPO reader |
| 35 | + |
| 36 | +#### Refactoring |
| 37 | + |
| 38 | +* [PR 3155](https://github.com/pytroll/satpy/pull/3155) - Refactor enhancements |
| 39 | + |
| 40 | +In this release 12 pull requests were closed. |
| 41 | + |
| 42 | + |
1 | 43 | ## Version 0.57.0 (2025/06/13)
|
2 | 44 |
|
3 | 45 | ### Issues Closed
|
|
0 commit comments