Skip to content

Commit 9e16af6

Browse files
committed
Update version and changelog for the release of 2.13.0rc4 (#2849)
1 parent dd9cb32 commit 9e16af6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ authors:
230230
orcid: "https://orcid.org/0000-0002-9949-3989"
231231

232232
cff-version: 1.2.0
233-
date-released: 2025-09-12
233+
date-released: 2025-09-23
234234
doi: "10.5281/zenodo.3387139"
235235
license: "Apache-2.0"
236236
message: "If you use this software, please cite it using these metadata."
237237
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
238238
title: ESMValCore
239-
version: "v2.13.0rc3"
239+
version: "v2.13.0rc4"
240240
...

doc/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Documentation
7070
- Fix Codecov badge in README (:pull:`2754`) by :user:`valeriupredoi`
7171
- Remove mention of Julia in documentation ahead of discontinued support in v2.13 (:pull:`2819`) by :user:`jlenh`
7272
- Remove codacy badge (:pull:`2822`) by :user:`bouweandela`
73+
- Replace nbsphinx with myst-nb and remove pin on ipython (:pull:`2838`) by :user:`valeriupredoi`
7374

7475
Fixes for datasets
7576
~~~~~~~~~~~~~~~~~~
@@ -88,6 +89,7 @@ Installation
8889
- Unpin dask, pin iris, in light of solved #2716 (iris saver not working well with latest Dask API) (:pull:`2726`) by :user:`valeriupredoi`
8990
- Harmonize environment.yml with pyproject.yml: identical dependencies (:pull:`2756`) by :user:`valeriupredoi`
9091
- Install `esmvaltool-sample-data(==0.0.4)` from conda forge not PyPI (:pull:`2795`) by :user:`valeriupredoi`
92+
- Use ``pip install --no-deps`` to avoid overwriting packages from the conda environment (:pull:`2829`) by :user:`bouweandela`
9193

9294
Iris
9395
~~~~
@@ -122,6 +124,7 @@ Automatic testing
122124
- Use finer current version for pypa PyPI upload github action (:pull:`2804`) by :user:`valeriupredoi`
123125
- Change zarr exception test to GroupNotFoundError (:pull:`2823`) by :user:`jlenh`
124126
- Remove failing test `test_load_zarr_local_not_zarr_file` due to zarr version changes (:pull:`2824`) by :user:`jlenh`
127+
- Repair gha tests after pip install with no deps and add working reference to ipynb Jupyter notebooks in docs (:pull:`2844`) by :user:`valeriupredoi`
125128

126129
Variable Derivation
127130
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)