From fe205397a027d5e8cc71a4a12714a727c6c29d6a Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Wed, 17 Dec 2025 14:03:19 +0100 Subject: [PATCH 1/3] update history --- HISTORY.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6a94f60..dff7302 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,18 +1,25 @@ Version History =============== -v0.16.0 (2025-12-16) +v0.16.0 (2025-12-17) -------------------- Breaking Changes ^^^^^^^^^^^^^^^^ -* ``clisops``>=0.16.2, ``numpy``>=1.26, and ``xesmf``>=0.9.2 are now required. +* ``clisops``>=0.17.0, ``numpy``>=1.26, and ``xesmf``>=0.9.2 are now required. * Dropped support for Python3.10. Added support for Python3.13. Fixes ^^^^^ * Addressed thousands of `DeprecationWarning` messages emitted from ``xarray`` in the testing suite. +Other Changes +^^^^^^^^^^^^^ + +* Updated tests. +* Updated dependencies. +* Pinned ``elasticsearch``<9.0 to avoid compatibility issues. + v0.15.0 (2025-03-24) -------------------- From 22e2ece989bc6bdde3ac3d6d85b70a3e24bb0bce Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Wed, 17 Dec 2025 14:04:21 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20version:=200.15.0=20=E2=86=92=200.16?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- pyproject.toml | 2 +- src/daops/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b03c6b6..70c3778 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ # the built documents. # # The short X.Y version. -version = "0.15.0" +version = "0.16.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/pyproject.toml b/pyproject.toml index 5e87327..d91b91c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ target-version = [ ] [tool.bumpversion] -current_version = "0.15.0" +current_version = "0.16.0" commit = true commit_args = "--no-verify" tag = false diff --git a/src/daops/__init__.py b/src/daops/__init__.py index eadc2e1..a0186f2 100644 --- a/src/daops/__init__.py +++ b/src/daops/__init__.py @@ -3,7 +3,7 @@ __author__ = """Elle Smith""" __contact__ = "eleanor.smith@stfc.ac.uk" __copyright__ = "Copyright 2018-2025 United Kingdom Research and Innovation" -__version__ = "0.15.0" +__version__ = "0.16.0" from functools import lru_cache From 1a79d708febc00f7bf787a0380e8bf054af1b28d Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 17 Dec 2025 12:00:54 -0500 Subject: [PATCH 3/3] fix formatting issue --- HISTORY.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index dff7302..66d1aa4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,10 +15,9 @@ Fixes Other Changes ^^^^^^^^^^^^^ - * Updated tests. * Updated dependencies. -* Pinned ``elasticsearch``<9.0 to avoid compatibility issues. +* Pinned ``elasticsearch``\<9.0 to avoid compatibility issues. v0.15.0 (2025-03-24) --------------------