Skip to content

Commit 70e3d3b

Browse files
committed
Update changelog for v0.57.0
1 parent ebb2429 commit 70e3d3b

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1+
## Version 0.57.0 (2025/06/13)
2+
3+
### Issues Closed
4+
5+
* [Issue 3138](https://github.com/pytroll/satpy/issues/3138) - Possible typo with "Remote Reading" documentation using simplecache configuration ([PR 3145](https://github.com/pytroll/satpy/pull/3145) by [@djhoese](https://github.com/djhoese))
6+
* [Issue 3131](https://github.com/pytroll/satpy/issues/3131) - Tests fail locally if run with python3.13
7+
* [Issue 3117](https://github.com/pytroll/satpy/issues/3117) - Can't compare areas with different projections.
8+
* [Issue 3094](https://github.com/pytroll/satpy/issues/3094) - cmsaf_claas2 reader needs an update for claas3 data
9+
* [Issue 3073](https://github.com/pytroll/satpy/issues/3073) - missing term to compute reflectance for viirs_compact ?
10+
* [Issue 3038](https://github.com/pytroll/satpy/issues/3038) - Support variations of AWS MWR L1C filename ([PR 3039](https://github.com/pytroll/satpy/pull/3039) by [@TAlonglong](https://github.com/TAlonglong))
11+
* [Issue 3026](https://github.com/pytroll/satpy/issues/3026) - FCI platform name inconsistent between L1 and L2 ([PR 3132](https://github.com/pytroll/satpy/pull/3132) by [@TAlonglong](https://github.com/TAlonglong))
12+
* [Issue 2935](https://github.com/pytroll/satpy/issues/2935) - hrv_clouds analogue for FCI?
13+
* [Issue 2906](https://github.com/pytroll/satpy/issues/2906) - Resample HRV channel of Eumetsat image
14+
* [Issue 2810](https://github.com/pytroll/satpy/issues/2810) - Issues about fog composites
15+
* [Issue 2809](https://github.com/pytroll/satpy/issues/2809) - Read the EUMETSAT Test Data for MTG Using Satpy
16+
* [Issue 2756](https://github.com/pytroll/satpy/issues/2756) - Extensive NaN Pixels and Ringed Artifacts After Geostationary Satellite Image Projection
17+
* [Issue 2752](https://github.com/pytroll/satpy/issues/2752) - Replacement of deprecated `datetime.datetime.utcnow()` ([PR 3126](https://github.com/pytroll/satpy/pull/3126) by [@pjuda](https://github.com/pjuda))
18+
* [Issue 2670](https://github.com/pytroll/satpy/issues/2670) - Add missing EUMeTrain RGBs for SEVIRI and FCI
19+
* [Issue 2659](https://github.com/pytroll/satpy/issues/2659) - Tropomi l2 reader ValueError: No supported files found
20+
* [Issue 1337](https://github.com/pytroll/satpy/issues/1337) - I'm getting this error when i fire pip install satpy
21+
* [Issue 304](https://github.com/pytroll/satpy/issues/304) - Finalize Sentinel-2 MSI reader
22+
23+
In this release 17 issues were closed.
24+
25+
### Pull Requests Merged
26+
27+
#### Bugs fixed
28+
29+
* [PR 3149](https://github.com/pytroll/satpy/pull/3149) - Fix incorrect wavelength for AHI B04
30+
* [PR 3140](https://github.com/pytroll/satpy/pull/3140) - Fix satpy.readers import warnings and exception types
31+
* [PR 3139](https://github.com/pytroll/satpy/pull/3139) - Add missing metadata to 'ahi_l2_nc' reader
32+
* [PR 3135](https://github.com/pytroll/satpy/pull/3135) - Fix more invalid sphinx object references
33+
* [PR 3125](https://github.com/pytroll/satpy/pull/3125) - Fix ACSPO reader using binary operations on signed integers
34+
* [PR 3120](https://github.com/pytroll/satpy/pull/3120) - Fix invalid documentation references to python objects
35+
* [PR 2993](https://github.com/pytroll/satpy/pull/2993) - fix: li missing platform name
36+
37+
#### Features added
38+
39+
* [PR 3134](https://github.com/pytroll/satpy/pull/3134) - Add volcanic_emissions in composites and enhancements fci.yaml
40+
* [PR 3129](https://github.com/pytroll/satpy/pull/3129) - Implement FCI "Flames" fire visualisation
41+
* [PR 3127](https://github.com/pytroll/satpy/pull/3127) - Refactor reader imports
42+
* [PR 3126](https://github.com/pytroll/satpy/pull/3126) - Replace deprecated utcnow ([2752](https://github.com/pytroll/satpy/issues/2752))
43+
* [PR 3122](https://github.com/pytroll/satpy/pull/3122) - Refactor satpy.writers to separate modules
44+
* [PR 3084](https://github.com/pytroll/satpy/pull/3084) - Updated the grid size to read claas3 data
45+
* [PR 3039](https://github.com/pytroll/satpy/pull/3039) - Add filename variations to AWS MWR L1C ([3038](https://github.com/pytroll/satpy/issues/3038))
46+
* [PR 2879](https://github.com/pytroll/satpy/pull/2879) - Initial implementation of EUMETSAT IASI-NG reader
47+
48+
#### Documentation changes
49+
50+
* [PR 3145](https://github.com/pytroll/satpy/pull/3145) - Fix typo in simplecache usage ([3138](https://github.com/pytroll/satpy/issues/3138))
51+
* [PR 3143](https://github.com/pytroll/satpy/pull/3143) - Add page for specific reader documentation
52+
* [PR 3135](https://github.com/pytroll/satpy/pull/3135) - Fix more invalid sphinx object references
53+
* [PR 3120](https://github.com/pytroll/satpy/pull/3120) - Fix invalid documentation references to python objects
54+
* [PR 3119](https://github.com/pytroll/satpy/pull/3119) - Small Update to MultiScene documentation
55+
56+
#### Backward incompatible changes
57+
58+
* [PR 3127](https://github.com/pytroll/satpy/pull/3127) - Refactor reader imports
59+
* [PR 3122](https://github.com/pytroll/satpy/pull/3122) - Refactor satpy.writers to separate modules
60+
61+
#### Clean ups
62+
63+
* [PR 3135](https://github.com/pytroll/satpy/pull/3135) - Fix more invalid sphinx object references
64+
* [PR 3132](https://github.com/pytroll/satpy/pull/3132) - Move fci platform name translate to fci base ([3026](https://github.com/pytroll/satpy/issues/3026))
65+
* [PR 3127](https://github.com/pytroll/satpy/pull/3127) - Refactor reader imports
66+
* [PR 3124](https://github.com/pytroll/satpy/pull/3124) - Refactor resampler module to submodules
67+
68+
In this release 26 pull requests were closed.
69+
70+
171
## Version 0.56.0 (2025/04/24)
272

373
### Issues Closed

0 commit comments

Comments
 (0)