Skip to content

Commit 2acbbf4

Browse files
authored
Increased ESMValCore version to 2.5.0 (#1534)
* Updated to v2.5.0 * Used similar format for backwards incompatible changes in changelog for ESMValCore and ESMValTool * Updated changelog with latest commits
1 parent 4ad268a commit 2acbbf4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ authors:
184184

185185

186186
cff-version: 1.2.0
187-
date-released: 2022-03-10
187+
date-released: 2022-03-14
188188
doi: "10.5281/zenodo.3387139"
189189
license: "Apache-2.0"
190190
message: "If you use this software, please cite it using these metadata."
191191
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
192192
title: ESMValCore
193-
version: "v2.5.0rc6"
193+
version: "v2.5.0"
194194
...

doc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Backwards incompatible changes
1919
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020

2121
- Update Cordex section in `config-developer.yml` (`#1303 <https://github.com/ESMValGroup/ESMValCore/pull/1303>`__) `francesco-cmcc <https://github.com/francesco-cmcc>`__. This changes the naming convention of ESMValCore's output files from CORDEX dataset. This only affects recipes that use CORDEX data. Most likely, no changes in diagnostics are necessary; however, if code relies on the specific naming convention of files, it might need to be adapted.
22-
- ESMValTool and ESMValCore v2.5.0 dropped support for Python 3.7. From now on Python >=3.8 is required to install ESMValTool. The main reason for this is that conda-forge dropped support for Python 3.7 for OSX and arm64 (more details are given `here <https://github.com/ESMValGroup/ESMValTool/issues/2584#issuecomment-1063853630>`__).
22+
- Dropped Python 3.7 (`#1530 <https://github.com/ESMValGroup/ESMValCore/pull/1530>`__) `Manuel Schlund <https://github.com/schlunma>`__. ESMValCore v2.5.0 dropped support for Python 3.7. From now on Python >=3.8 is required to install ESMValCore. The main reason for this is that conda-forge dropped support for Python 3.7 for OSX and arm64 (more details are given `here <https://github.com/ESMValGroup/ESMValTool/issues/2584#issuecomment-1063853630>`__).
2323

2424
Bug fixes
2525
~~~~~~~~~
@@ -75,6 +75,7 @@ Documentation
7575
- Increased ESMValCore version to 2.5.0rc4 (`#1519 <https://github.com/ESMValGroup/ESMValCore/pull/1519>`__) `Manuel Schlund <https://github.com/schlunma>`__
7676
- Add Github Actions Test badge in README (`#1526 <https://github.com/ESMValGroup/ESMValCore/pull/1526>`__) `Valeriu Predoi <https://github.com/valeriupredoi>`__
7777
- Increased ESMValCore version to 2.5.0rc5 (`#1529 <https://github.com/ESMValGroup/ESMValCore/pull/1529>`__) `Manuel Schlund <https://github.com/schlunma>`__
78+
- Increased ESMValCore version to 2.5.0rc6 (`#1532 <https://github.com/ESMValGroup/ESMValCore/pull/1532>`__) `Manuel Schlund <https://github.com/schlunma>`__
7879

7980
Fixes for datasets
8081
~~~~~~~~~~~~~~~~~~
@@ -116,7 +117,6 @@ Installation
116117
- Pinned `iris` (`#1511 <https://github.com/ESMValGroup/ESMValCore/pull/1511>`__) `Manuel Schlund <https://github.com/schlunma>`__
117118
- Updated dependencies (`#1521 <https://github.com/ESMValGroup/ESMValCore/pull/1521>`__) `Manuel Schlund <https://github.com/schlunma>`__
118119
- Pinned iris<3.2.0 (`#1525 <https://github.com/ESMValGroup/ESMValCore/pull/1525>`__) `Manuel Schlund <https://github.com/schlunma>`__
119-
- Dropped Python 3.7 (`#1530 <https://github.com/ESMValGroup/ESMValCore/pull/1530>`__) `Manuel Schlund <https://github.com/schlunma>`__
120120

121121
Improvements
122122
~~~~~~~~~~~~

esmvalcore/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""ESMValCore version."""
2-
__version__ = '2.5.0rc6'
2+
__version__ = '2.5.0'

package/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# conda build package -c conda-forge
66

77
# Package version number
8-
{% set version = "2.5.0rc6" %}
8+
{% set version = "2.5.0" %}
99

1010
package:
1111
name: esmvalcore

0 commit comments

Comments
 (0)