From 654cc15ff959a486ce09954ad0c012e5c5849e66 Mon Sep 17 00:00:00 2001 From: tsutterley Date: Thu, 7 Nov 2024 15:27:06 -0800 Subject: [PATCH] chore: bump version to `2.1.8` --- CITATION.cff | 4 +-- doc/source/release_notes/release-v2.1.8.rst | 30 +++++++++++++++++++++ version.txt | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 doc/source/release_notes/release-v2.1.8.rst diff --git a/CITATION.cff b/CITATION.cff index 36d12c03..8cf51186 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -36,8 +36,8 @@ url: 'https://pytmd.readthedocs.io' repository: 'https://pypi.org/project/pyTMD' repository-artifact: 'https://anaconda.org/conda-forge/pytmd' doi: "10.5281/zenodo.5555395" -version: "2.1.7" -date-released: "2024-10-16" +version: "2.1.8" +date-released: "2024-11-07" keywords: - Ocean Tides - Load Tides diff --git a/doc/source/release_notes/release-v2.1.8.rst b/doc/source/release_notes/release-v2.1.8.rst new file mode 100644 index 00000000..6db5c276 --- /dev/null +++ b/doc/source/release_notes/release-v2.1.8.rst @@ -0,0 +1,30 @@ +################## +`Release v2.1.8`__ +################## + +* ``docs``: fix repository url fetch from ``Project-URL`` +* ``docs``: update ``CITATION.cff`` to add version information +* ``docs``: add more definitions to glossary +* ``refactor``: convert Doodson coefficients table to JSON `(#353) `_ +* ``feat``: added option to use Munk-Cartwright admittance interpolation for minor `(#353) `_ +* ``feat``: add `Cartwright and Edden (1973) `_ table 1 `(#353) `_ +* ``feat``: add `Cartwright and Tayler (1971) `_ table 5 `(#353) `_ +* ``feat``: add function to parse Cartwright/Tayler/Edden tables `(#353) `_ +* ``feat``: add functions to calculate UKHO Extended Doodson numbers for constituents `(#353) `_ +* ``test``: add test for extended doodson `(#353) `_ +* ``docs``: add citations to included data `(#353) `_ +* ``fix``: remove default bounds being ``None`` for `#356 `_ `(#357) `_ +* ``docs``: move notebooks to docs and use myst to render `(#359) `_ +* ``fix``: correct error when using default bounds in `extract_constants` for `#356 `_ `(#359) `_ +* ``fix``: correct ``TPXO10-atlas-v2`` binary grid filename for `#358 `_ `(#359) `_ +* ``fix``: some `Cartwright and Edden (1973) `_ table entries `(#359) `_ +* ``docs``: use cards for notebook examples page `(#360) `_ +* ``fix``: GOT5.6 names in database and add ``'n2'`` `(#360) `_ +* ``docs``: set card grid to be either 1, 2 or 4 +* ``fix``: update ``pyproject.toml`` for ``doc`` build +* ``fix``: allow variable case for Doodson number formalisms `(#361) `_ +* ``feat``: added property for Extended Doodson numbers `(#361) `_ +* ``fix``: use Love numbers for long-period tides when inferring (won't affect tilt factors) `(#361) `_ +* ``docs``: add form factor notebook for classifying regional tides `(#361) `_ + +.. __: https://github.com/tsutterley/pyTMD/releases/tag/2.1.8 diff --git a/version.txt b/version.txt index 04b10b4f..ebf14b46 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.7 +2.1.8