pyhardisp 0.2.1__tar.gz → 0.2.2__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 (29) hide show
  1. {pyhardisp-0.2.1/pyhardisp.egg-info → pyhardisp-0.2.2}/PKG-INFO +1 -1
  2. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/README.md +1 -0
  3. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp/__init__.py +1 -1
  4. {pyhardisp-0.2.1 → pyhardisp-0.2.2/pyhardisp.egg-info}/PKG-INFO +1 -1
  5. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyproject.toml +1 -1
  6. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/LICENCE +0 -0
  7. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/LICENSE_IERS.txt +0 -0
  8. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/MANIFEST.in +0 -0
  9. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/README_PYTHON_CONVERSION.md +0 -0
  10. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/ocean_loading_nm_s2.csv +0 -0
  11. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp/core.py +0 -0
  12. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/SOURCES.txt +0 -0
  13. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/dependency_links.txt +0 -0
  14. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/requires.txt +0 -0
  15. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/pyhardisp.egg-info/top_level.txt +0 -0
  16. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/setup.cfg +0 -0
  17. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/ADMINT.F +0 -0
  18. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/ETUTC.F +0 -0
  19. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/EVAL.F +0 -0
  20. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/HARDISP.F +0 -0
  21. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/JULDAT.F +0 -0
  22. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/LEAP.F +0 -0
  23. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/MDAY.F +0 -0
  24. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/RECURS.F +0 -0
  25. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/SHELLS.F +0 -0
  26. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/SPLINE.F +0 -0
  27. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/TDFRPH.F +0 -0
  28. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/src/TOYMD.F +0 -0
  29. {pyhardisp-0.2.1 → pyhardisp-0.2.2}/tests/tests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhardisp
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program
5
5
  Author: IERS Conventions, Python Conversion - Craig Miller
6
6
  License-Expression: LicenseRef-IERS
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![codecov](https://codecov.io/gh/craigmillernz/pyhardisp/branch/main/graph/badge.svg)](https://codecov.io/gh/craigmillernz/pyhardisp)
4
4
  [![Build and Publish](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml/badge.svg)](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml)
5
+ [![DOI](https://zenodo.org/badge/1170161431.svg)](https://doi.org/10.5281/zenodo.20189637)
5
6
 
6
7
  ## 📋 What is HARDISP vs pyhardisp?
7
8
 
@@ -54,4 +54,4 @@ __all__ = [
54
54
  "load_ocean_loading_coefficients",
55
55
  ]
56
56
 
57
- __version__ = "0.2.1"
57
+ __version__ = "0.2.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhardisp
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program
5
5
  Author: IERS Conventions, Python Conversion - Craig Miller
6
6
  License-Expression: LicenseRef-IERS
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyhardisp"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program"
9
9
  readme = "README_PYTHON_CONVERSION.md"
10
10
  requires-python = ">=3.8"
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