From 2e8e9c815578183f3ee189eb0d8d10b886706ce6 Mon Sep 17 00:00:00 2001 From: tsutterley Date: Thu, 4 Apr 2024 16:26:28 -0700 Subject: [PATCH] chore: bump version to 2.1.1 --- doc/source/release_notes/release-v2.1.1.rst | 38 +++++++++++++++++++++ version.txt | 2 +- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 doc/source/release_notes/release-v2.1.1.rst diff --git a/doc/source/release_notes/release-v2.1.1.rst b/doc/source/release_notes/release-v2.1.1.rst new file mode 100644 index 00000000..bc741f3d --- /dev/null +++ b/doc/source/release_notes/release-v2.1.1.rst @@ -0,0 +1,38 @@ +################## +`Release v2.1.1`__ +################## + +* ``refactor``: made the inferrence of minor constituents an option (`#272 `_) +* ``refactor``: 1-liners in ``compute.py`` (`#272 `_) +* ``refactor``: lunisolar ephemerides functions (`#272 `_) +* ``feat``: added more constituent parameters for OTIS/ATLAS predictions (`#272 `_) +* ``fix``: add option to return None and not raise error for Doodson numbers (`#272 `_) +* ``docs``: add more definitions to the glossary (`#272 `_) +* ``refactor``: moved constituent parameters function from ``predict`` to ``arguments`` (`#272 `_) +* ``feat``: add functions for tide generating forces and potentials (`#272 `_) +* ``fix``: variable typing for ``c`` in ``_constituent_parameters`` (`#272 `_) +* ``test``: omit deprecated functions in coverage report (`#272 `_) +* ``docs``: add ``toctree`` for ``io`` subdirectory (`#272 `_) +* ``test``: add quick test for currents wrapper function (`#272 `_) +* ``fix``: construct OTIS currents masks differently if not global (`#273 `_) +* ``refactor``: renamed OTIS currents masks and bathymetry interpolation functions (`#273 `_) +* ``refactor``: renamed extend array and matrix functions (`#273 `_) +* ``docs``: add notebook showing tidal harmonic solver (`#275 `_) +* ``fix``: implicit import of ellipsoid constants class (`#275 `_) +* ``feat``: added inverse function to get currents from tide ellipse parameters (`#276 `_) +* ``refactor``: use complex algebra to calculate tidal ellipse parameters (`#276 `_) +* ``docs``: use ``importlib`` to prevent deprecation errors (`#276 `_) +* ``fix``: spelling mistake for solve notebook +* ``refactor``: changed class name for ellipsoid parameters to datum (`#287 `_) +* ``refactor``: move solve constants to subdirectory (`#287 `_) +* ``refactor``: move the immutable parameters in timescale class (`#287 `_) +* ``feat``: add capability to define a custom datum (`#287 `_) +* ``refactor``: changed variable for setting global grid flag to ``is_global`` (`#287 `_) +* ``fix``: doc strings for nodal arguments ``pu`` and ``pf`` (`#287 `_) +* ``refactor``: use numpy ``pad`` to interpolate data to u and v nodes (`#287 `_) +* ``feat``: can calculate polar stereographic distortion for distances (`#294 `_) +* ``docs``: update links to CATS2008-v2023 (`#294 `_) +* ``fix``: ``dtype`` suggestions (`#294 `_) +* ``fix``: append v currents in TPXO9 only if netcdf to address `#295 `_ (`#294 `_) + +.. __: https://github.com/tsutterley/pyTMD/releases/tag/2.1.1 diff --git a/version.txt b/version.txt index 7ec1d6db..3e3c2f1e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.0 +2.1.1