pyhardisp 0.2.2__tar.gz → 0.2.3__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.2/pyhardisp.egg-info → pyhardisp-0.2.3}/PKG-INFO +2 -6
  2. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/README.md +6 -2
  3. {pyhardisp-0.2.2 → pyhardisp-0.2.3/pyhardisp.egg-info}/PKG-INFO +2 -6
  4. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyproject.toml +2 -6
  5. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/LICENCE +0 -0
  6. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/LICENSE_IERS.txt +0 -0
  7. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/MANIFEST.in +0 -0
  8. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/README_PYTHON_CONVERSION.md +0 -0
  9. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/ocean_loading_nm_s2.csv +0 -0
  10. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp/__init__.py +0 -0
  11. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp/core.py +0 -0
  12. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/SOURCES.txt +0 -0
  13. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/dependency_links.txt +0 -0
  14. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/requires.txt +0 -0
  15. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/pyhardisp.egg-info/top_level.txt +0 -0
  16. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/setup.cfg +0 -0
  17. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/ADMINT.F +0 -0
  18. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/ETUTC.F +0 -0
  19. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/EVAL.F +0 -0
  20. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/HARDISP.F +0 -0
  21. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/JULDAT.F +0 -0
  22. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/LEAP.F +0 -0
  23. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/MDAY.F +0 -0
  24. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/RECURS.F +0 -0
  25. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/SHELLS.F +0 -0
  26. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/SPLINE.F +0 -0
  27. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/TDFRPH.F +0 -0
  28. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/src/TOYMD.F +0 -0
  29. {pyhardisp-0.2.2 → pyhardisp-0.2.3}/tests/tests.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhardisp
3
- Version: 0.2.2
3
+ Version: 0.2.3
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
@@ -10,15 +10,11 @@ Keywords: HARDISP,pyhardisp,ocean-loading,tidal,displacement,geodesy,IERS
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Science/Research
12
12
  Classifier: Topic :: Scientific/Engineering
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
13
  Classifier: Programming Language :: Python :: 3.11
18
14
  Classifier: Programming Language :: Python :: 3.12
19
15
  Classifier: Programming Language :: Python :: 3.13
20
16
  Classifier: Programming Language :: Python :: 3.14
21
- Requires-Python: >=3.8
17
+ Requires-Python: >=3.11
22
18
  Description-Content-Type: text/markdown
23
19
  License-File: LICENSE_IERS.txt
24
20
  Requires-Dist: numpy>=1.19.0
@@ -1,7 +1,10 @@
1
1
  # pyhardisp Python Module - Quick Start Guide
2
2
 
3
3
  [![codecov](https://codecov.io/gh/craigmillernz/pyhardisp/branch/main/graph/badge.svg)](https://codecov.io/gh/craigmillernz/pyhardisp)
4
- [![Build and Publish](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml/badge.svg)](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml)
4
+ ![Build and Publish](https://github.com/craigmillernz/pyhardisp/actions/workflows/build.yml/badge.svg)
5
+ [![Pypi version](https://img.shields.io/pypi/v/pyhardisp)](https://pypi.org/project/pyhardisp/)
6
+ [![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyhardisp.svg)](https://anaconda.org/conda-forge/pyhardisp)
7
+ [![License](https://img.shields.io/badge/license-custom-lightgrey.svg)](LICENCE)
5
8
  [![DOI](https://zenodo.org/badge/1170161431.svg)](https://doi.org/10.5281/zenodo.20189637)
6
9
 
7
10
  ## 📋 What is HARDISP vs pyhardisp?
@@ -19,11 +22,12 @@ It's part of the IERS Conventions 2010 recommended models for correcting space g
19
22
 
20
23
  ```bash
21
24
  # Requires:
22
- - Python 3.8+
25
+ - Python 3.11+
23
26
  - NumPy (> 1.19)
24
27
 
25
28
  # Installation:
26
29
  1. pip install pyhardisp
30
+ or
27
31
  2. conda install -c conda-forge pyhardisp
28
32
 
29
33
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhardisp
3
- Version: 0.2.2
3
+ Version: 0.2.3
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
@@ -10,15 +10,11 @@ Keywords: HARDISP,pyhardisp,ocean-loading,tidal,displacement,geodesy,IERS
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Science/Research
12
12
  Classifier: Topic :: Scientific/Engineering
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
13
  Classifier: Programming Language :: Python :: 3.11
18
14
  Classifier: Programming Language :: Python :: 3.12
19
15
  Classifier: Programming Language :: Python :: 3.13
20
16
  Classifier: Programming Language :: Python :: 3.14
21
- Requires-Python: >=3.8
17
+ Requires-Python: >=3.11
22
18
  Description-Content-Type: text/markdown
23
19
  License-File: LICENSE_IERS.txt
24
20
  Requires-Dist: numpy>=1.19.0
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyhardisp"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  description = "Ocean loading tidal displacement calculator - Python conversion of IERS HARDISP Fortran program"
9
9
  readme = "README_PYTHON_CONVERSION.md"
10
- requires-python = ">=3.8"
10
+ requires-python = ">=3.11"
11
11
  license = "LicenseRef-IERS"
12
12
  license-files = ["LICENSE_IERS.txt"]
13
13
  authors = [
@@ -19,10 +19,6 @@ classifiers = [
19
19
  "Development Status :: 4 - Beta",
20
20
  "Intended Audience :: Science/Research",
21
21
  "Topic :: Scientific/Engineering",
22
- "Programming Language :: Python :: 3",
23
- "Programming Language :: Python :: 3.8",
24
- "Programming Language :: Python :: 3.9",
25
- "Programming Language :: Python :: 3.10",
26
22
  "Programming Language :: Python :: 3.11",
27
23
  "Programming Language :: Python :: 3.12",
28
24
  "Programming Language :: Python :: 3.13",
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