pthelma 0.99.3.dev0__tar.gz → 1.0.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- pthelma-0.99.3.dev0/.github/workflows/run-tests-automatically.yml → pthelma-1.0.0/.github/workflows/run-tests.yml +2 -3
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/.gitignore +3 -1
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/CHANGELOG.rst +10 -2
- {pthelma-0.99.3.dev0/src/pthelma.egg-info → pthelma-1.0.0}/PKG-INFO +3 -2
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/index.rst +8 -7
- pthelma-1.0.0/docs/install.rst +15 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/pyproject.toml +4 -3
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/haggregate/regularize.c +123 -123
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma/_version.py +2 -2
- {pthelma-0.99.3.dev0 → pthelma-1.0.0/src/pthelma.egg-info}/PKG-INFO +3 -2
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/SOURCES.txt +2 -1
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/requires.txt +3 -1
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/.github/workflows/build_wheels.yml +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/.readthedocs.yaml +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/GPL-3 +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/LICENSE.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/MANIFEST.in +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/README.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/Makefile +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/changelog.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/conf.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/enhydris_api_client.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/enhydris_cache/api.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/enhydris_cache/usage.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/evaporation/api.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/evaporation/usage.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/haggregate/api.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/haggregate/usage.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/hspatial/api.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/hspatial/testutils.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/hspatial/usage.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/htimeseries.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/license.rst +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/docs/requirements.txt +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/setup.cfg +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/setup.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/enhydris_api_client/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/enhydris_cache/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/enhydris_cache/cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/enhydris_cache/enhydris_cache.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/evaporation/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/evaporation/cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/evaporation/evaporation.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/haggregate/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/haggregate/cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/haggregate/haggregate.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/haggregate/regularize.pyx +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/hspatial/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/hspatial/cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/hspatial/hspatial.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/hspatial/test.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/htimeseries/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/htimeseries/htimeseries.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/htimeseries/timezone_utils.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/dependency_links.txt +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/entry_points.txt +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/top_level.txt +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_e2e.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_misc.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_station.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_timeseries.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_timeseriesgroup.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_tsdata.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_cache/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_cache/test_cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/enhydris_cache/test_enhydris_cache.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/evaporation/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/evaporation/test_cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/evaporation/test_evaporation.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/haggregate/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/haggregate/test_cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/haggregate/test_haggregate.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/haggregate/test_regularize.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/hspatial/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/hspatial/test_cli.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/hspatial/test_hspatial.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/htimeseries/__init__.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/htimeseries/test_htimeseries.py +0 -0
- {pthelma-0.99.3.dev0 → pthelma-1.0.0}/tests/htimeseries/test_timezone_utils.py +0 -0
@@ -2,10 +2,18 @@
|
|
2
2
|
Changelog
|
3
3
|
=========
|
4
4
|
|
5
|
-
1.0.0 (2024-11)
|
6
|
-
|
5
|
+
1.0.0 (2024-11-29)
|
6
|
+
==================
|
7
7
|
|
8
8
|
This is a different pthelma from the old 0.14, which had been abandoned
|
9
9
|
in favor of a number of separate packages. However, maintaining all
|
10
10
|
these separate packages was too cumbersome and now we re-combine them
|
11
11
|
here.
|
12
|
+
|
13
|
+
The packages recombined in pthelma 1.0.0 are:
|
14
|
+
* htimeseries 8.0
|
15
|
+
* hspatial 4.1
|
16
|
+
* evaporation 2.0
|
17
|
+
* haggregate 3.1
|
18
|
+
* enhydris-api-client 4.0
|
19
|
+
* enhydris-cache 2.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pthelma
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: Utilities for hydrological and meteorological time series processing
|
5
5
|
Author-email: Antonis Christofides <antonis@antonischristofides.com>
|
6
6
|
Maintainer-email: Antonis Christofides <antonis@antonischristofides.com>
|
@@ -26,9 +26,10 @@ Requires-Dist: tzdata
|
|
26
26
|
Requires-Dist: Click<9,>=7.0
|
27
27
|
Requires-Dist: simpletail<2,>=1
|
28
28
|
Requires-Dist: affine<3,>=2.4
|
29
|
-
Requires-Dist: gdal<4,>=1.10
|
30
29
|
Requires-Dist: django<6,>=3.2
|
31
30
|
Requires-Dist: requests<3,>=1
|
31
|
+
Provides-Extra: all
|
32
|
+
Requires-Dist: gdal<4,>=1.10; extra == "all"
|
32
33
|
|
33
34
|
pthelma
|
34
35
|
=======
|
@@ -3,6 +3,14 @@ pthelma - Utilities for hydrological and meteorological time series processing
|
|
3
3
|
==============================================================================
|
4
4
|
|
5
5
|
|
6
|
+
.. toctree::
|
7
|
+
:maxdepth: 1
|
8
|
+
|
9
|
+
install
|
10
|
+
license
|
11
|
+
changelog
|
12
|
+
|
13
|
+
|
6
14
|
.. toctree::
|
7
15
|
:maxdepth: 2
|
8
16
|
|
@@ -37,10 +45,3 @@ pthelma - Utilities for hydrological and meteorological time series processing
|
|
37
45
|
enhydris_api_client
|
38
46
|
enhydris_cache/usage
|
39
47
|
enhydris_cache/api
|
40
|
-
|
41
|
-
|
42
|
-
.. toctree::
|
43
|
-
:maxdepth: 1
|
44
|
-
|
45
|
-
license
|
46
|
-
changelog
|
@@ -0,0 +1,15 @@
|
|
1
|
+
============
|
2
|
+
Installation
|
3
|
+
============
|
4
|
+
|
5
|
+
::
|
6
|
+
|
7
|
+
pip install pthelma[all]
|
8
|
+
|
9
|
+
The above will install ``pthelma`` with all its dependencies. Some of
|
10
|
+
the dependencies, however, may be hard to install, namely ``gdal``. If
|
11
|
+
you don't need the spatial features of ``pthelma`` (such as
|
12
|
+
``hspatial``), use the following, which will install all dependencies
|
13
|
+
except for ``gdal``::
|
14
|
+
|
15
|
+
pip install pthelma
|
@@ -18,10 +18,10 @@ dependencies = [
|
|
18
18
|
"Click>=7.0,<9",
|
19
19
|
"simpletail>=1,<2",
|
20
20
|
"affine>=2.4,<3",
|
21
|
-
"gdal>=1.10,<4",
|
22
21
|
"django>=3.2,<6",
|
23
22
|
"requests>=1,<3",
|
24
23
|
]
|
24
|
+
optional-dependencies = { all = ["gdal>=1.10,<4"] }
|
25
25
|
authors = [
|
26
26
|
{name = "Antonis Christofides", email = "antonis@antonischristofides.com"},
|
27
27
|
]
|
@@ -65,5 +65,6 @@ write_to = "src/pthelma/_version.py"
|
|
65
65
|
|
66
66
|
[tool.cibuildwheel]
|
67
67
|
# As of November 2024, building on Windows for Python 3.13 causes a "Need
|
68
|
-
# python for x86_64, but found x86" error.
|
69
|
-
|
68
|
+
# python for x86_64, but found x86" error. Pypy builds also occasionally cause
|
69
|
+
# errors.
|
70
|
+
skip = "pp* cp313-*"
|