-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6460d4b
commit bad5abe
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.8 | ||
2.1.9 |