pthelma 2.0.0__cp311-cp311-win_amd64.whl → 2.1.1__cp311-cp311-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- haggregate/haggregate.py +2 -2
- haggregate/regularize.cp311-win_amd64.pyd +0 -0
- pthelma/_version.py +2 -2
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/METADATA +3 -2
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/RECORD +10 -10
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/WHEEL +1 -1
- rocc/calculation.cp311-win_amd64.pyd +0 -0
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/LICENSE.rst +0 -0
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/entry_points.txt +0 -0
- {pthelma-2.0.0.dist-info → pthelma-2.1.1.dist-info}/top_level.txt +0 -0
haggregate/haggregate.py
CHANGED
@@ -75,8 +75,8 @@ class Aggregation:
|
|
75
75
|
def get_result_flags(self):
|
76
76
|
max_count = int(pd.Timedelta(self.result.time_step) / self.source.freq)
|
77
77
|
values_count = self.resampler.count()
|
78
|
-
self.result.data["flags"] = (
|
79
|
-
lambda x: self.missing_flag if x else ""
|
78
|
+
self.result.data["flags"] = (max_count - values_count).apply(
|
79
|
+
lambda x: self.missing_flag.format(x) if x else ""
|
80
80
|
)
|
81
81
|
|
82
82
|
|
Binary file
|
pthelma/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: pthelma
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.1.1
|
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>
|
@@ -20,6 +20,7 @@ Requires-Python: >=3.10
|
|
20
20
|
Description-Content-Type: text/x-rst
|
21
21
|
License-File: LICENSE.rst
|
22
22
|
Requires-Dist: pandas<3,>=2.2
|
23
|
+
Requires-Dist: numpy<2
|
23
24
|
Requires-Dist: iso8601<3,>=2.1
|
24
25
|
Requires-Dist: textbisect<1,>=0.1
|
25
26
|
Requires-Dist: tzdata
|
@@ -7,8 +7,8 @@ evaporation/cli.py,sha256=06TIjd6Jr_p6YjM0bOGgKqSufj5exvHXElSEAvleaNA,28392
|
|
7
7
|
evaporation/evaporation.py,sha256=87kNBAplijIEk_kzPWHBOYtWDWqNAK7_oZL_U2gaV9g,16702
|
8
8
|
haggregate/__init__.py,sha256=KfFmAI6bvEsnaflhq9pK1nzOdoyySFiXnw9o1-Nmcus,70
|
9
9
|
haggregate/cli.py,sha256=Ou2zQRnj9ZsNM6it7HFGLavrdGaExZDartlPGPuaNLc,3363
|
10
|
-
haggregate/haggregate.py,sha256=
|
11
|
-
haggregate/regularize.cp311-win_amd64.pyd,sha256=
|
10
|
+
haggregate/haggregate.py,sha256=TSPm-pVW9LYs1AJU84MZMOix2DND3pgp7y4ZbvjEwuo,5206
|
11
|
+
haggregate/regularize.cp311-win_amd64.pyd,sha256=cR2hWD-G1nPjp_j2wGjWHjEeD3mhsuP4TvAjBZY7_AY,102912
|
12
12
|
haggregate/regularize.pyx,sha256=aaxx-3wJtuo51G9n7GIzFb2qt6m7rXuoAES9zoI7Zcw,5800
|
13
13
|
hspatial/__init__.py,sha256=dlTLFy7IqQwun4nz01qtYMQbU9kBmHEKoOXGIgCRf9c,123
|
14
14
|
hspatial/cli.py,sha256=1iAY9-ATkO_xzlGCC_WSw42S9w2ca0uRLSxWG3WIat8,10638
|
@@ -18,13 +18,13 @@ htimeseries/__init__.py,sha256=by-XbIt4Q-lHHKlHEcgXLi7AjEGNv0VGNmM0ZMl8L7M,75
|
|
18
18
|
htimeseries/htimeseries.py,sha256=y8rIFabSCdBwmS3vWGEuyRMtQvIZy81jqg304-kIg3w,19771
|
19
19
|
htimeseries/timezone_utils.py,sha256=jTWhKljHXQuD_drNgfI2ytD6atf6dwnsL4qCVK8wpgA,1282
|
20
20
|
pthelma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
|
-
pthelma/_version.py,sha256=
|
21
|
+
pthelma/_version.py,sha256=AoJ4XDFQ4frU_ZSSzGZ6qHptCM-AUVvCaSuX4xPSJaY,427
|
22
22
|
rocc/__init__.py,sha256=KfFB3rfJXgYL4HnVa7MNYcotG3am-CajVvh65gm9v_s,281
|
23
|
-
rocc/calculation.cp311-win_amd64.pyd,sha256=
|
23
|
+
rocc/calculation.cp311-win_amd64.pyd,sha256=zbjdtst3A3vW6UbPVlED0h8RSAFBpdrfVjKYB1_rtTQ,98304
|
24
24
|
rocc/calculation.pyx,sha256=tWWSB1u2JTCnYv6mb_YwK97vPrL7JT_ymx_5TlmG_9Y,5938
|
25
|
-
pthelma-2.
|
26
|
-
pthelma-2.
|
27
|
-
pthelma-2.
|
28
|
-
pthelma-2.
|
29
|
-
pthelma-2.
|
30
|
-
pthelma-2.
|
25
|
+
pthelma-2.1.1.dist-info/LICENSE.rst,sha256=v1ndaPoHsiO-q3mq-ibN0HooeO-LCZBvKPfwlJRIMWs,1379
|
26
|
+
pthelma-2.1.1.dist-info/METADATA,sha256=qYW_npyI4U3Yo66B0-v7Wpzs5mLlIBa9ffxhC0L4Kh8,2042
|
27
|
+
pthelma-2.1.1.dist-info/WHEEL,sha256=yNnHoQL2GZYIUXm9YvoaBpFjGlUoK9qq9oqYeudrWlE,101
|
28
|
+
pthelma-2.1.1.dist-info/entry_points.txt,sha256=Kh2gKKRhObmmOASJWIwX9dDEZQ5htc3ftBlqeoGer-s,155
|
29
|
+
pthelma-2.1.1.dist-info/top_level.txt,sha256=kWL0AYuVd_5KzKWRBkAG576ag46gKbojnWdeH_c-bzo,92
|
30
|
+
pthelma-2.1.1.dist-info/RECORD,,
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|