File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -230,11 +230,11 @@ authors:
230230 orcid : " https://orcid.org/0000-0002-9949-3989"
231231
232232cff-version : 1.2.0
233- date-released : 2025-09-12
233+ date-released : 2025-09-23
234234doi : " 10.5281/zenodo.3387139"
235235license : " Apache-2.0"
236236message : " If you use this software, please cite it using these metadata."
237237repository-code : " https://github.com/ESMValGroup/ESMValCore/"
238238title : ESMValCore
239- version : " v2.13.0rc3 "
239+ version : " v2.13.0rc4 "
240240...
Original file line number Diff line number Diff 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
7475Fixes 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
9294Iris
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
126129Variable Derivation
127130~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments