From dd8143f61540626a004b4c5b7ebb1a27fe6e1e71 Mon Sep 17 00:00:00 2001 From: tsutterley Date: Thu, 11 Jul 2024 12:46:49 -0700 Subject: [PATCH] chore: bump version to 2.1.2 --- doc/source/release_notes/release-v2.1.2.rst | 26 +++++++++++++++++++++ version.txt | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 doc/source/release_notes/release-v2.1.2.rst diff --git a/doc/source/release_notes/release-v2.1.2.rst b/doc/source/release_notes/release-v2.1.2.rst new file mode 100644 index 00000000..15398d30 --- /dev/null +++ b/doc/source/release_notes/release-v2.1.2.rst @@ -0,0 +1,26 @@ +################## +`Release v2.1.2`__ +################## + +* ``refactor``: use ``timescale`` for EOP and temporal operations (`#300 `_) +* ``docs``: fix ``netCDF4`` urls (`#300 `_) +* ``refactor``: remove older deprecated functions (`#300 `_) +* ``feat``: add debug mode printing input arguments and additional information (`#300 `_) +* ``feat``: wrapper to ``importlib`` for optional dependencies (`#300 `_) +* ``feat``: add io for (geo)parquet datasets with geometry columns (`#303 `_) +* ``feat``: make classes subscriptable and allow item assignment (`#303 `_) +* ``fix``: default module import as ``class`` (`#303 `_) +* ``feat``: add output ``to_file`` function (`#303 `_) +* ``fix``: deprecation update to replace ``np.longcomplex`` (`#303 `_) +* ``fix``: ``numpy`` 2.0 fix for time calculation (`#303 `_) +* ``test``: add parquet io tests (`#303 `_) +* ``fix``: prevent integer overflows with ``numpy`` 2.0 (`#304 `_) +* ``docs``: add references to new PERTH5 software from Richard Ray (`#305 `_) +* ``feat``: add wrapper function for normalizing angles (`#305 `_) +* ``feat``: add functions to convert to and from Degree-Minutes-Seconds (DMS) (`#305 `_) +* ``fix``: assert that data type is a known value (`#305 `_) +* ``feat``: added new ``FES2022`` and ``FES2022_load`` to list of models (`#307 `_) +* ``feat``: only download FES files if non-existent or updated (`#308 `_) +* ``refactor``: add ``_jd_j2000`` variable instead of hard coded (`#308 `_) + +.. __: https://github.com/tsutterley/pyTMD/releases/tag/2.1.2 diff --git a/version.txt b/version.txt index 3e3c2f1e..eca07e4c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.1 +2.1.2