pyTMD 2.1.9__tar.gz → 2.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. {pytmd-2.1.9 → pytmd-2.2.0}/CITATION.cff +2 -2
  2. {pytmd-2.1.9 → pytmd-2.2.0}/PKG-INFO +1 -1
  3. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/math.py +2 -0
  4. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD.egg-info/PKG-INFO +1 -1
  5. pytmd-2.2.0/version.txt +1 -0
  6. pytmd-2.1.9/version.txt +0 -1
  7. {pytmd-2.1.9 → pytmd-2.2.0}/.gitignore +0 -0
  8. {pytmd-2.1.9 → pytmd-2.2.0}/CODE_OF_CONDUCT.rst +0 -0
  9. {pytmd-2.1.9 → pytmd-2.2.0}/CONTRIBUTORS.rst +0 -0
  10. {pytmd-2.1.9 → pytmd-2.2.0}/LICENSE +0 -0
  11. {pytmd-2.1.9 → pytmd-2.2.0}/MANIFEST.in +0 -0
  12. {pytmd-2.1.9 → pytmd-2.2.0}/README.rst +0 -0
  13. {pytmd-2.1.9 → pytmd-2.2.0}/providers/AVISO.json +0 -0
  14. {pytmd-2.1.9 → pytmd-2.2.0}/providers/ESR.json +0 -0
  15. {pytmd-2.1.9 → pytmd-2.2.0}/providers/GSFC.json +0 -0
  16. {pytmd-2.1.9 → pytmd-2.2.0}/providers/README.rst +0 -0
  17. {pytmd-2.1.9 → pytmd-2.2.0}/providers/TPXO.json +0 -0
  18. {pytmd-2.1.9 → pytmd-2.2.0}/providers/_model_to_database.py +0 -0
  19. {pytmd-2.1.9 → pytmd-2.2.0}/providers/_providers_to_database.py +0 -0
  20. {pytmd-2.1.9 → pytmd-2.2.0}/providers/_update_providers.py +0 -0
  21. {pytmd-2.1.9 → pytmd-2.2.0}/providers/providers.json +0 -0
  22. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/__init__.py +0 -0
  23. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/arguments.py +0 -0
  24. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/astro.py +0 -0
  25. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/check_points.py +0 -0
  26. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/compute.py +0 -0
  27. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/compute_tide_corrections.py +0 -0
  28. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/crs.py +0 -0
  29. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/ce1973_tab1.txt +0 -0
  30. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/ct1971_tab5.txt +0 -0
  31. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/database.json +0 -0
  32. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/doodson.json +0 -0
  33. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/opoleloadcoefcmcor.txt.gz +0 -0
  34. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/tab5.2e.txt +0 -0
  35. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/tab5.3a.txt +0 -0
  36. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/data/tab5.3b.txt +0 -0
  37. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/ellipse.py +0 -0
  38. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/eop.py +0 -0
  39. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/interpolate.py +0 -0
  40. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/ATLAS.py +0 -0
  41. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/FES.py +0 -0
  42. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/GOT.py +0 -0
  43. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/IERS.py +0 -0
  44. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/OTIS.py +0 -0
  45. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/__init__.py +0 -0
  46. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/constituents.py +0 -0
  47. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/io/model.py +0 -0
  48. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/predict.py +0 -0
  49. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/solve/__init__.py +0 -0
  50. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/solve/constants.py +0 -0
  51. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/spatial.py +0 -0
  52. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/time.py +0 -0
  53. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/tools.py +0 -0
  54. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/utilities.py +0 -0
  55. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD/version.py +0 -0
  56. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD.egg-info/SOURCES.txt +0 -0
  57. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD.egg-info/dependency_links.txt +0 -0
  58. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD.egg-info/requires.txt +0 -0
  59. {pytmd-2.1.9 → pytmd-2.2.0}/pyTMD.egg-info/top_level.txt +0 -0
  60. {pytmd-2.1.9 → pytmd-2.2.0}/pyproject.toml +0 -0
  61. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/arcticdata_tides.py +0 -0
  62. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/aviso_fes_tides.py +0 -0
  63. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_LPET_elevations.py +0 -0
  64. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_LPT_displacements.py +0 -0
  65. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_OPT_displacements.py +0 -0
  66. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_SET_displacements.py +0 -0
  67. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_tidal_currents.py +0 -0
  68. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/compute_tidal_elevations.py +0 -0
  69. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/gsfc_got_tides.py +0 -0
  70. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/reduce_OTIS_files.py +0 -0
  71. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/usap_cats_tides.py +0 -0
  72. {pytmd-2.1.9 → pytmd-2.2.0}/scripts/verify_box_tpxo.py +0 -0
  73. {pytmd-2.1.9 → pytmd-2.2.0}/setup.cfg +0 -0
  74. {pytmd-2.1.9 → pytmd-2.2.0}/setup.py +0 -0
@@ -36,8 +36,8 @@ url: 'https://pytmd.readthedocs.io'
36
36
  repository: 'https://pypi.org/project/pyTMD'
37
37
  repository-artifact: 'https://anaconda.org/conda-forge/pytmd'
38
38
  doi: "10.5281/zenodo.5555395"
39
- version: "2.1.9"
40
- date-released: "2024-12-19"
39
+ version: "2.2.0"
40
+ date-released: "2024-12-20"
41
41
  keywords:
42
42
  - Ocean Tides
43
43
  - Load Tides
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyTMD
3
- Version: 2.1.9
3
+ Version: 2.2.0
4
4
  Summary: Python-based tidal prediction software for estimating ocean, load, solid Earth and pole tides
5
5
  Author: Tyler Sutterley
6
6
  Author-email: tsutterl@uw.edu
@@ -15,6 +15,8 @@ UPDATE HISTORY:
15
15
  Updated 12/2024: added function to calculate an aliasing frequency
16
16
  Written 11/2024
17
17
  """
18
+ from __future__ import annotations
19
+
18
20
  import numpy as np
19
21
  from scipy.special import factorial
20
22
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyTMD
3
- Version: 2.1.9
3
+ Version: 2.2.0
4
4
  Summary: Python-based tidal prediction software for estimating ocean, load, solid Earth and pole tides
5
5
  Author: Tyler Sutterley
6
6
  Author-email: tsutterl@uw.edu
@@ -0,0 +1 @@
1
+ 2.2.0
pytmd-2.1.9/version.txt DELETED
@@ -1 +0,0 @@
1
- 2.1.9
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes