-
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
bb60726
commit ce13a31
Showing
1 changed file
with
22 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
################## | ||
`Release v1.2.0`__ | ||
################## | ||
|
||
- ``refactor``: single implicit import of pyTMD tools (`#130 <https://github.com/tsutterley/pyTMD/pull/130>`_) | ||
- ``refactor``: reorganization of tide model readers under ``io`` (`#132 <https://github.com/tsutterley/pyTMD/pull/132>`_) | ||
- ``refactor``: placed interpolation routines into new module (`#141 <https://github.com/tsutterley/pyTMD/pull/141>`_) | ||
- ``refactor``: move ``model`` class to ``io`` | ||
- ``feat``: add constants class for ellipsoidal and gravitational parameters (`#135 <https://github.com/tsutterley/pyTMD/pull/135>`_) | ||
- ``feat``: functions to read and interpolate from all constituents (`#137 <https://github.com/tsutterley/pyTMD/pull/137>`_) | ||
- ``feat``: new functions to output ATLAS, FES and GOT netCDF4 files (`#139 <https://github.com/tsutterley/pyTMD/pull/139>`_) | ||
- ``feat``: output variables for some standard epochs used within tide programs | ||
- ``feat``: update forecast notebook with dynamic plotting | ||
- ``fix``: copy input coordinates so not adjusted within functions | ||
- ``docs``: update documentation for new structure | ||
- ``docs``: standardized citation format throughout docstrings | ||
- ``docs``: add release notes for all prior public releases | ||
- ``docs``: add new pyTMD logo | ||
- ``test``: read header from OPT test file and compare more variables | ||
- ``test``: add tests for ``io`` methods | ||
|
||
.. __: https://github.com/tsutterley/pyTMD/releases/tag/1.2.0 |