pthelma 0.99.4.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.
Files changed (82) hide show
  1. pthelma-0.99.4.dev0/.github/workflows/run-tests-automatically.yml → pthelma-1.0.0/.github/workflows/run-tests.yml +2 -3
  2. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/CHANGELOG.rst +10 -2
  3. {pthelma-0.99.4.dev0/src/pthelma.egg-info → pthelma-1.0.0}/PKG-INFO +1 -1
  4. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/index.rst +8 -7
  5. pthelma-1.0.0/docs/install.rst +15 -0
  6. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/pyproject.toml +3 -2
  7. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/haggregate/regularize.c +123 -123
  8. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma/_version.py +2 -2
  9. {pthelma-0.99.4.dev0 → pthelma-1.0.0/src/pthelma.egg-info}/PKG-INFO +1 -1
  10. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/SOURCES.txt +2 -1
  11. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/.github/workflows/build_wheels.yml +0 -0
  12. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/.gitignore +0 -0
  13. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/.readthedocs.yaml +0 -0
  14. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/GPL-3 +0 -0
  15. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/LICENSE.rst +0 -0
  16. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/MANIFEST.in +0 -0
  17. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/README.rst +0 -0
  18. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/Makefile +0 -0
  19. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/changelog.rst +0 -0
  20. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/conf.py +0 -0
  21. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/enhydris_api_client.rst +0 -0
  22. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/enhydris_cache/api.rst +0 -0
  23. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/enhydris_cache/usage.rst +0 -0
  24. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/evaporation/api.rst +0 -0
  25. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/evaporation/usage.rst +0 -0
  26. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/haggregate/api.rst +0 -0
  27. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/haggregate/usage.rst +0 -0
  28. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/hspatial/api.rst +0 -0
  29. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/hspatial/testutils.rst +0 -0
  30. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/hspatial/usage.rst +0 -0
  31. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/htimeseries.rst +0 -0
  32. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/license.rst +0 -0
  33. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/docs/requirements.txt +0 -0
  34. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/setup.cfg +0 -0
  35. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/setup.py +0 -0
  36. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/enhydris_api_client/__init__.py +0 -0
  37. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/enhydris_cache/__init__.py +0 -0
  38. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/enhydris_cache/cli.py +0 -0
  39. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/enhydris_cache/enhydris_cache.py +0 -0
  40. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/evaporation/__init__.py +0 -0
  41. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/evaporation/cli.py +0 -0
  42. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/evaporation/evaporation.py +0 -0
  43. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/haggregate/__init__.py +0 -0
  44. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/haggregate/cli.py +0 -0
  45. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/haggregate/haggregate.py +0 -0
  46. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/haggregate/regularize.pyx +0 -0
  47. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/hspatial/__init__.py +0 -0
  48. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/hspatial/cli.py +0 -0
  49. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/hspatial/hspatial.py +0 -0
  50. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/hspatial/test.py +0 -0
  51. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/htimeseries/__init__.py +0 -0
  52. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/htimeseries/htimeseries.py +0 -0
  53. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/htimeseries/timezone_utils.py +0 -0
  54. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma/__init__.py +0 -0
  55. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/dependency_links.txt +0 -0
  56. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/entry_points.txt +0 -0
  57. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/requires.txt +0 -0
  58. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/src/pthelma.egg-info/top_level.txt +0 -0
  59. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/__init__.py +0 -0
  60. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/__init__.py +0 -0
  61. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_e2e.py +0 -0
  62. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_misc.py +0 -0
  63. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_station.py +0 -0
  64. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_timeseries.py +0 -0
  65. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_timeseriesgroup.py +0 -0
  66. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_api_client/test_tsdata.py +0 -0
  67. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_cache/__init__.py +0 -0
  68. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_cache/test_cli.py +0 -0
  69. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/enhydris_cache/test_enhydris_cache.py +0 -0
  70. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/evaporation/__init__.py +0 -0
  71. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/evaporation/test_cli.py +0 -0
  72. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/evaporation/test_evaporation.py +0 -0
  73. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/haggregate/__init__.py +0 -0
  74. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/haggregate/test_cli.py +0 -0
  75. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/haggregate/test_haggregate.py +0 -0
  76. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/haggregate/test_regularize.py +0 -0
  77. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/hspatial/__init__.py +0 -0
  78. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/hspatial/test_cli.py +0 -0
  79. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/hspatial/test_hspatial.py +0 -0
  80. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/htimeseries/__init__.py +0 -0
  81. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/htimeseries/test_htimeseries.py +0 -0
  82. {pthelma-0.99.4.dev0 → pthelma-1.0.0}/tests/htimeseries/test_timezone_utils.py +0 -0
@@ -1,4 +1,4 @@
1
- name: Build
1
+ name: Run tests
2
2
 
3
3
  on:
4
4
  push:
@@ -9,8 +9,7 @@ on:
9
9
  - master
10
10
 
11
11
  jobs:
12
- build:
13
-
12
+ test:
14
13
  runs-on: ubuntu-22.04
15
14
  strategy:
16
15
  matrix:
@@ -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.99.4.dev0
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>
@@ -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
@@ -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
- skip = "pp* cp313-* cp310* *mus*"
68
+ # python for x86_64, but found x86" error. Pypy builds also occasionally cause
69
+ # errors.
70
+ skip = "pp* cp313-*"