Skip to content

Commit

Permalink
chore: bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Feb 10, 2025
1 parent 2eec40a commit a3ddaff
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"
date-released: "2024-12-20"
version: "2.2.1"
date-released: "2025-02-10"
keywords:
- Ocean Tides
- Load Tides
Expand Down
26 changes: 26 additions & 0 deletions doc/source/release_notes/release-v2.2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
##################
`Release v2.2.1`__
##################

* ``docs``: front page with cards and icons `(#374) <https://github.com/tsutterley/pyTMD/pull/374>`_
* ``fix``: updated ftp directory for FES2022 ocean tide model `(#376) <https://github.com/tsutterley/pyTMD/pull/376>`_
* ``fix``: update JSON databases for new FES2022 directory `(#376) <https://github.com/tsutterley/pyTMD/pull/376>`_
* ``docs``: update FES2022 directory in getting started `(#376) <https://github.com/tsutterley/pyTMD/pull/376>`_
* ``test``: retrieve spice kernel file from AWS `(#376) <https://github.com/tsutterley/pyTMD/pull/376>`_
* ``docs``: added example to compare with tide gauges `(#377) <https://github.com/tsutterley/pyTMD/pull/377>`_
* ``feat``: added function for fully-normalized Legendre polynomials `(#377) <https://github.com/tsutterley/pyTMD/pull/377>`_
* ``test``: add ci test for aliasing frequencies `(#377) <https://github.com/tsutterley/pyTMD/pull/377>`_
* ``refactor``: change 1 liner default EPSG to 4326 `(#379) <https://github.com/tsutterley/pyTMD/pull/379>`_
* ``ci``: bump version of upload artifact to v4 `(#379) <https://github.com/tsutterley/pyTMD/pull/379>`_
* ``docs``: start adding more detail for `#354 <https://github.com/tsutterley/pyTMD/issues/354>`_ `(#381) <https://github.com/tsutterley/pyTMD/pull/381>`_
* ``ci``: adjust coverage report name for `v4 artifact bug <https://github.com/actions/upload-artifact/issues/478>`_ `(#381) <https://github.com/tsutterley/pyTMD/pull/381>`_
* ``docs``: expand astronomical argument formalism for `#354 <https://github.com/tsutterley/pyTMD/issues/354>`_ `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``docs``: add example for plotting tidal potential amplitude spectra `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``docs``: split background into separate pages `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``feat``: can use ``np.str_`` in doodson numbers `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``docs``: add project info `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``docs``: add constituent table `(#382) <https://github.com/tsutterley/pyTMD/pull/382>`_
* ``feat``: add DTU23 to providers for `#383 <https://github.com/tsutterley/pyTMD/issues/383>`_ `(#384) <https://github.com/tsutterley/pyTMD/pull/384>`_
* ``fix``: missing grid kwarg for reading from TMD3 models `(#385) <https://github.com/tsutterley/pyTMD/pull/385>`_

.. __: https://github.com/tsutterley/pyTMD/pyTMD/releases/tag/2.2.1
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit a3ddaff

Please sign in to comment.