Skip to content

Commit

Permalink
chore: bump version to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Dec 19, 2024
1 parent 6460d4b commit bad5abe
Show file tree
Hide file tree
Showing 3 changed files with 33 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.1.8"
date-released: "2024-11-07"
version: "2.1.9"
date-released: "2024-12-19"
keywords:
- Ocean Tides
- Load Tides
Expand Down
30 changes: 30 additions & 0 deletions doc/source/release_notes/release-v2.1.9.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
##################
`Release v2.1.9`__
##################

* ``feat``: add spherical harmonic functions `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``refactor``: move generic ``astro`` functions to ``math.py`` `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``feat``: add function to calculate altitude, azimuth and D `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``test``: add test for unnormalized legendre polynomials `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``test``: moved ``normalize_angle`` test to ``test_math.py`` `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``test``: add ECEF to altaz test at USNO `(#362) <https://github.com/tsutterley/pyTMD/pull/362>`_
* ``feat``: add calculation of zenith angle `(#363) <https://github.com/tsutterley/pyTMD/pull/363>`_
* ``test``: add zenith angle test `(#363) <https://github.com/tsutterley/pyTMD/pull/363>`_
* ``feat``: expose buffer distance to crop tide model data for `#367 <https://github.com/tsutterley/pyTMD/issues/367>`_ `(#368) <https://github.com/tsutterley/pyTMD/pull/368>`_
* ``feat``: expose buffer distance to crop tide model data for `#367 <https://github.com/tsutterley/pyTMD/issues/367>`_ `(#368) <https://github.com/tsutterley/pyTMD/pull/368>`_
* ``test``: add constituent parameter test `(#368) <https://github.com/tsutterley/pyTMD/pull/368>`_
* ``ci``: add windows build for `#98 <https://github.com/tsutterley/pyTMD/issues/98>`_ `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``fix``: omega and phase in constituent parameters `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``refactor``: move body tide Love/Shida numbers to ``arguments`` `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``test``: create test files from matlab program for comparison `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``fix``: add ``missing_ok`` to deletions in tests `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``fix``: verify that file objects are closed in ``test_spatial`` `(#369) <https://github.com/tsutterley/pyTMD/pull/369>`_
* ``fix``: latest TMD3 current variable names for `#370 <https://github.com/tsutterley/pyTMD/issues/370>`_ `(#371) <https://github.com/tsutterley/pyTMD/pull/371>`_
* ``feat``: add tidal aliasing period calculation function `(#371) <https://github.com/tsutterley/pyTMD/pull/371>`_
* ``fix``: add latitude and longitude as potential dimension names `(#371) <https://github.com/tsutterley/pyTMD/pull/371>`_
* ``docs``: use ``sphinxcontrib-bibtex`` to build bibliography `(#372) <https://github.com/tsutterley/pyTMD/pull/372>`_
* ``refactor``: moved check points function to ``compute`` `(#372) <https://github.com/tsutterley/pyTMD/pull/372>`_
* ``docs``: unify all references to a single page `(#372) <https://github.com/tsutterley/pyTMD/pull/372>`_
* ``docs``: rearrange toctrees

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

0 comments on commit bad5abe

Please sign in to comment.