-
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.
feat: export database as
dataclass
for easier access (#337)
* chore: bump version to 2.1.6 feat: export database as ``dataclass`` docs: update getting started and ``README.rst`` * test: add test for reading model database * Update release-v2.1.6.rst
- Loading branch information
1 parent
1a9bee3
commit 1f51f2a
Showing
12 changed files
with
142 additions
and
163 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
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,27 @@ | ||
################## | ||
`Release v2.1.6`__ | ||
################## | ||
|
||
* ``refactor``: use JSON database for known model parameters for `#328 <https://github.com/tsutterley/pyTMD/issues/328>`_ (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``feat``: added new ``TPXO10-atlas-v2`` to list of models (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``feat``: generalize hash function to use any available algorithm (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``fix``: use model name in default output filename for definition file case (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``refactor``: create database from providers (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``refactor``: drop support for the ascii definition file format (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``docs``: add model providers section to contributions (`#329 <https://github.com/tsutterley/pyTMD/pull/329>`_) | ||
* ``ci``: add GitHub Action to update ``database.json`` (`#330 <https://github.com/tsutterley/pyTMD/pull/330>`_) | ||
* ``feat``: Add additional models to provider JSON (`#331 <https://github.com/tsutterley/pyTMD/pull/331>`_) | ||
* ``fix``: add parse constituents back to model load (`#331 <https://github.com/tsutterley/pyTMD/pull/331>`_) | ||
* ``fix``: drop constituents from database (`#331 <https://github.com/tsutterley/pyTMD/pull/331>`_) | ||
* ``ci``: only run ``pytest`` action if secrets are accessible (`#331 <https://github.com/tsutterley/pyTMD/pull/331>`_) | ||
* ``refactor``: use idealized Azimuthal equidistant for Arctic models (`#332 <https://github.com/tsutterley/pyTMD/pull/332>`_) | ||
* ``fix``: deprecation in case where an array is output to scalars (`#332 <https://github.com/tsutterley/pyTMD/pull/332>`_) | ||
* ``fix``: j1 and theta for FES type models for `#335 <https://github.com/tsutterley/pyTMD/issues/335>`_ (`#336 <https://github.com/tsutterley/pyTMD/pull/336>`_) | ||
* ``fix``: nodal corrections for ``eps2`` and ``eta2`` when inferring for GOT5.5 (`#336 <https://github.com/tsutterley/pyTMD/pull/336>`_) | ||
* ``feat``: use model class attributes for file format and corrections (`#336 <https://github.com/tsutterley/pyTMD/pull/336>`_) | ||
* ``feat``: add option to select nodal corrections type (`#336 <https://github.com/tsutterley/pyTMD/pull/336>`_) | ||
* ``feat``: export database as ``dataclass`` (`#337 <https://github.com/tsutterley/pyTMD/pull/337>`_) | ||
* ``docs``: update getting started and ``README.rst`` (`#337 <https://github.com/tsutterley/pyTMD/pull/337>`_) | ||
* ``test``: add test for reading model database (`#337 <https://github.com/tsutterley/pyTMD/pull/337>`_) | ||
|
||
.. __: https://github.com/tsutterley/pyTMD/releases/tag/2.1.6 |
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
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
Oops, something went wrong.