Skip to content

Commit

Permalink
docs: add release notes for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Dec 29, 2022
1 parent bb60726 commit ce13a31
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions doc/source/release_notes/release-v1.2.0.rst
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

0 comments on commit ce13a31

Please sign in to comment.