|
| 1 | +## Version 0.54.0 (2025/01/20) |
| 2 | + |
| 3 | +### Issues Closed |
| 4 | + |
| 5 | +* [Issue 3020](https://github.com/pytroll/satpy/issues/3020) - Re-implement essl_colorized_low_level_moisture using colorize ([PR 3021](https://github.com/pytroll/satpy/pull/3021) by [@gerritholl](https://github.com/gerritholl)) |
| 6 | +* [Issue 3009](https://github.com/pytroll/satpy/issues/3009) - artefacts in FCI RGBs using 3.8 µm ([PR 3013](https://github.com/pytroll/satpy/pull/3013) by [@gerritholl](https://github.com/gerritholl)) |
| 7 | +* [Issue 2991](https://github.com/pytroll/satpy/issues/2991) - Resampling MTG FCI high res bands fails when the resample includes bands at different spatial resolutions |
| 8 | +* [Issue 2981](https://github.com/pytroll/satpy/issues/2981) - Fix the bug with `satpy` when using `numpy 2.x` which leads to `SEVIRI` resampled files having a double size ([PR 2983](https://github.com/pytroll/satpy/pull/2983) by [@pkhalaj](https://github.com/pkhalaj)) |
| 9 | +* [Issue 2979](https://github.com/pytroll/satpy/issues/2979) - Improving resolution when setting extent |
| 10 | +* [Issue 2977](https://github.com/pytroll/satpy/issues/2977) - CRS data is being printed to title of image |
| 11 | +* [Issue 2975](https://github.com/pytroll/satpy/issues/2975) - can't create ABI geo_color composite |
| 12 | +* [Issue 2963](https://github.com/pytroll/satpy/issues/2963) - ahi_hrit reader cannot create a Scene |
| 13 | +* [Issue 2814](https://github.com/pytroll/satpy/issues/2814) - Reading LI L2 point data is not daskified ([PR 2985](https://github.com/pytroll/satpy/pull/2985) by [@ClementLaplace](https://github.com/ClementLaplace)) |
| 14 | +* [Issue 2566](https://github.com/pytroll/satpy/issues/2566) - Wrong version numbers at readthedocs |
| 15 | +* [Issue 1997](https://github.com/pytroll/satpy/issues/1997) - Resampling from SwathDefinition to AreaDefinition fails with OSError and AssertionError |
| 16 | +* [Issue 1788](https://github.com/pytroll/satpy/issues/1788) - integration / regression tests that compare images |
| 17 | +* [Issue 1755](https://github.com/pytroll/satpy/issues/1755) - Store project metadata in pyproject.toml |
| 18 | +* [Issue 1240](https://github.com/pytroll/satpy/issues/1240) - iber projection lost in the North Pacific |
| 19 | + |
| 20 | +In this release 14 issues were closed. |
| 21 | + |
| 22 | +### Pull Requests Merged |
| 23 | + |
| 24 | +#### Bugs fixed |
| 25 | + |
| 26 | +* [PR 3035](https://github.com/pytroll/satpy/pull/3035) - Pin dask to avoid dataframe problem |
| 27 | +* [PR 3030](https://github.com/pytroll/satpy/pull/3030) - Fix sdist tarball including unnecessary files |
| 28 | +* [PR 2995](https://github.com/pytroll/satpy/pull/2995) - Add new ABI L2 "CPS" variable name for Cloud Particle Size |
| 29 | +* [PR 2985](https://github.com/pytroll/satpy/pull/2985) - li2_nc reader daskified ([2814](https://github.com/pytroll/satpy/issues/2814)) |
| 30 | +* [PR 2983](https://github.com/pytroll/satpy/pull/2983) - Fix dtype promotion in SEVIRI native reader ([2981](https://github.com/pytroll/satpy/issues/2981)) |
| 31 | +* [PR 2976](https://github.com/pytroll/satpy/pull/2976) - Fix dtype promotion in `mersi2_l1b` reader |
| 32 | +* [PR 2969](https://github.com/pytroll/satpy/pull/2969) - Fix geos proj parameters for Insat 3d satellites |
| 33 | +* [PR 2959](https://github.com/pytroll/satpy/pull/2959) - Modified the issue with the calibration coefficient indices for FY-3 satellite data reader |
| 34 | + |
| 35 | +#### Features added |
| 36 | + |
| 37 | +* [PR 3034](https://github.com/pytroll/satpy/pull/3034) - Set issue type in templates |
| 38 | +* [PR 3021](https://github.com/pytroll/satpy/pull/3021) - Change ESSL colorisation approach ([3020](https://github.com/pytroll/satpy/issues/3020)) |
| 39 | +* [PR 3013](https://github.com/pytroll/satpy/pull/3013) - Clip negative FCI radiances ([3009](https://github.com/pytroll/satpy/issues/3009)) |
| 40 | +* [PR 3007](https://github.com/pytroll/satpy/pull/3007) - Add t865 dataset to olci l2 list ([1767](https://github.com/pytroll/satpy/issues/1767)) |
| 41 | +* [PR 2999](https://github.com/pytroll/satpy/pull/2999) - Add Accsos image comparison tests |
| 42 | +* [PR 2941](https://github.com/pytroll/satpy/pull/2941) - Refactor MVIRI dataset access |
| 43 | +* [PR 2565](https://github.com/pytroll/satpy/pull/2565) - Add level-1 readers for the arctic weather satelliter data |
| 44 | + |
| 45 | +#### Clean ups |
| 46 | + |
| 47 | +* [PR 3030](https://github.com/pytroll/satpy/pull/3030) - Fix sdist tarball including unnecessary files |
| 48 | +* [PR 3014](https://github.com/pytroll/satpy/pull/3014) - Remove xarray-datatree dependency from CI |
| 49 | +* [PR 3010](https://github.com/pytroll/satpy/pull/3010) - Remove version limit on pytest in CI |
| 50 | + |
| 51 | +In this release 18 pull requests were closed. |
| 52 | + |
| 53 | + |
1 | 54 | ## Version 0.53.0 (2024/11/08) |
2 | 55 |
|
3 | 56 | ### Issues Closed |
|
0 commit comments