Skip to content

Commit 01698da

Browse files
authored
Merge pull request #1328 from PCMDI/v4.0.0_prepare_release
V4.0.0 prepare release
2 parents 46c061b + eec3ca7 commit 01698da

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ Distributed under the BSD 3-Clause License. See [`LICENSE`](https://github.com/P
124124
Release Notes and History
125125
-------------------------
126126

127+
| <div style="width:300%">[Versions]</div> | Update summary |
128+
| ------------- | ------------------------------------- |
129+
| [v4.0.0] | Newerly support higher Python versions, `>= 3.10, < 3.14`
130+
131+
<details>
132+
133+
<summary>Click here for older versions</summary>
134+
127135
| <div style="width:300%">[Versions]</div> | Update summary |
128136
| ------------- | ------------------------------------- |
129137
| [v4.0.0rc1] | Pre-release of development version: Newerly support higher Python versions, `>= 3.10, < 3.14`
@@ -157,12 +165,6 @@ Release Notes and History
157165
| [v3.0.2] | Minor patch and more documentation added
158166
| [v3.0.1] | Minor technical patch
159167
| [v3.0.0] | New metric added: **Cloud feedback metric** by @mzelinka. [**xCDAT**](https://xcdat.readthedocs.io/en/latest/) implemented for mean climate metrics
160-
161-
<details>
162-
163-
<summary>Click here for older versions</summary>
164-
165-
| <div style="width:300%">[Versions]</div> | Update summary |
166168
| ------------- | ------------------------------------- |
167169
| [v2.5.1] | Technical update
168170
| [v2.5.0] | New metric added: **Precipitation Benchmarking -- distribution**. Graphics updated
@@ -177,6 +179,7 @@ Release Notes and History
177179
| [v2.1.1] | Simplified dependent libraries and CI process
178180
| [v2.1.0] | [**CMEC**](https://cmec.llnl.gov/) driver interfaced added.
179181
| [v2.0] | New capabilities: **ENSO** metrics, demos, and documentations.
182+
| ------------- | ------------------------------------- |
180183
| [v1.2] | Tied to CDAT 8.0. Extensive regression testing added. New metrics: **Diurnal cycle and intermittency of precipitation**, sample **monsoon** metrics.
181184
| [v1.1.2] | Now managed through Anaconda, and tied to UV-CDAT 2.10. Weights on bias statistic added. Extensive provenance information incorporated into json files.
182185
| [v1.1] | First public release, emphasizing **climatological statistics**, with development branches for ENSO and regional monsoon precipitation indices
@@ -185,6 +188,7 @@ Release Notes and History
185188
</details>
186189

187190
[Versions]: https://github.com/PCMDI/pcmdi_metrics/releases
191+
[v4.0.0]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0
188192
[v4.0.0rc1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v4.0.0rc1
189193
[v3.9.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.9.3
190194
[v3.9.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.9.2

pcmdi_metrics/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0rc1"
1+
__version__ = "4.0.0"

0 commit comments

Comments
 (0)