File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,26 @@ Release Notes
44Version 1.3.0 (unreleased)
55--------------------------
66
7- * Fix resampling coverage calculations
7+ * Finalized GOES-19 ABI reader support
8+ * Finalized EUMETSAT MTG FCI reader support
9+ * Additional ABI Product readers support added:
10+
11+ * Cloud Top Pressure
12+ * Cloud Top Phase
13+
14+ * Additional ABI RGB support added:
15+
16+ * Airmass (airmass)
17+ * Nighttime Microphysics (night_microphysics)
18+ * Day Cloud Type (day_cloud_type)
19+ * Day Severe Storms (day_severe_storms)
20+ * Ash (ash)
21+ * Dust (dust)
22+ * Volcanic Emissions (volcanic_emissions)
23+ * Fog (fog)
24+
25+ * Optimizations
26+ * Bug fixes
827
928Version 1.2.0 (2024-05-10)
1029--------------------------
Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ def setup(app):
214214# General information about the project.
215215if is_geo2grid :
216216 project = "Geo2Grid"
217- version = "1.2 "
218- release = "1.2 "
217+ version = "1.3 "
218+ release = "1.3 "
219219else :
220220 project = "Polar2Grid"
221221
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ What's New?
6666 Included in this release:
6767
6868 .. include :: NEWS_GEO2GRID.rst
69- :start-line: 5
70- :end-line: 18
69+ :start-line: 4
70+ :end-line: 26
7171
7272 For more details on what's new in this version and past versions see the
7373 `Geo2Grid Release Notes <https://raw.githubusercontent.com/ssec/polar2grid/main/NEWS_GEO2GRID.rst >`_
You can’t perform that action at this time.
0 commit comments