polars-ta 0.5.3__py3-none-any.whl → 0.5.5__py3-none-any.whl
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.
- polars_ta/_version.py +1 -1
- polars_ta/labels/__init__.py +1 -0
- polars_ta/labels/_nb.py +40 -0
- polars_ta/labels/future.py +165 -0
- polars_ta/performance/returns.py +1 -7
- polars_ta/prefix/labels.py +1 -0
- polars_ta/prefix/vec.py +17 -0
- polars_ta/ta/README.md +12 -0
- polars_ta/ta/overlap.py +2 -2
- polars_ta/talib/README.md +12 -0
- polars_ta/tdx/README.md +10 -0
- polars_ta/tdx/reference.py +3 -3
- polars_ta/utils/numba_.py +2 -0
- polars_ta/utils/withs.py +44 -0
- polars_ta/wq/arithmetic.py +55 -26
- polars_ta/wq/cross_sectional.py +39 -15
- polars_ta/wq/logical.py +3 -3
- polars_ta/wq/preprocess.py +35 -65
- polars_ta/wq/time_series.py +66 -33
- polars_ta/wq/transformational.py +10 -5
- {polars_ta-0.5.3.dist-info → polars_ta-0.5.5.dist-info}/METADATA +15 -12
- {polars_ta-0.5.3.dist-info → polars_ta-0.5.5.dist-info}/RECORD +24 -16
- {polars_ta-0.5.3.dist-info → polars_ta-0.5.5.dist-info}/WHEEL +1 -2
- polars_ta-0.5.3.dist-info/top_level.txt +0 -1
- {polars_ta-0.5.3.dist-info → polars_ta-0.5.5.dist-info}/licenses/LICENSE +0 -0
@@ -1,32 +1,40 @@
|
|
1
1
|
polars_ta/__init__.py,sha256=ig6f6c1AMSpntwKjqaX3msBzVIwkI7J776IujEmiuvA,123
|
2
|
-
polars_ta/_version.py,sha256=
|
2
|
+
polars_ta/_version.py,sha256=78mfpLewKVki6c9UONSUdlVme_JsN9ZwIfp4Hf4jmG0,22
|
3
3
|
polars_ta/noise.py,sha256=LJHubBqnWlU3Bz84z07N1JB-b-hAMW2rgBF1BT4m0FE,1471
|
4
4
|
polars_ta/candles/__init__.py,sha256=AW68IuFC0gD4_OyjwLP3p22WSzSIYqlSrsS9fW_15xw,141
|
5
5
|
polars_ta/candles/cdl1.py,sha256=RnRu1QzpqEt5y0-1hlfZRUvza1no-Gj4x_dx2QWxr5A,3130
|
6
6
|
polars_ta/candles/cdl1_limit.py,sha256=1escagSXOS1N0kxrItwfrmrvZ5aQf8jqEXQRRu90Pf0,3914
|
7
7
|
polars_ta/candles/cdl2.py,sha256=jQJTKmyEmv5Pqxe2QIVUyu_fD681rirhgHwksdoaFs0,1122
|
8
|
+
polars_ta/labels/__init__.py,sha256=NKANbfheMNIs97jVXgqtZwkfx8RQxH9fY7D_fh1V_Ls,46
|
9
|
+
polars_ta/labels/_nb.py,sha256=rNGQOTEeO0tZfYPL7IZkGSjs4DmMIlzX_Y0j1LSqagg,1577
|
10
|
+
polars_ta/labels/future.py,sha256=OdERljrbzzLwnjmQaOFNantzv-CEeUpbMasMUfIzGpY,5304
|
8
11
|
polars_ta/performance/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
12
|
polars_ta/performance/drawdown.py,sha256=9blEXGXT-ficbwbaIqwnY0cIeY9oAL0LrwviZW4wVWU,240
|
10
|
-
polars_ta/performance/returns.py,sha256
|
13
|
+
polars_ta/performance/returns.py,sha256=-2G-RcMEJkL2ESqgwpBixT2Gjlxq2zBi3RJ5btGER-8,440
|
11
14
|
polars_ta/prefix/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
15
|
polars_ta/prefix/cdl.py,sha256=DS5GACM3biJmzunlUCkiQrZy-ltzQP0vFmCKkfGxS5E,40
|
16
|
+
polars_ta/prefix/labels.py,sha256=v15cxwiZ3K3PnSqpYG4821bVZXfZminZU5hSQQiXKKw,39
|
13
17
|
polars_ta/prefix/reports.py,sha256=B2QgdfX6RbZu9ytgaINv3Aq-ZAh_m3cr2pgbpFyL35A,40
|
14
18
|
polars_ta/prefix/ta.py,sha256=qIb3oRmexNZ6LTQ35V194QTLqj8UgzjaYl5ASwqN5pc,4167
|
15
19
|
polars_ta/prefix/talib.py,sha256=6JsrkgDIUsR2bIA7jVywxgWwxiiFuzsCPvbDeAt4qBA,9392
|
16
20
|
polars_ta/prefix/tdx.py,sha256=EttaExzqoA3Y3lD-YKA32-5GfJ6jgKjt-nRuoeuK0wQ,11429
|
21
|
+
polars_ta/prefix/vec.py,sha256=jQ0w3ECn60j5Uefxe_-4bD1d_iQIvwOfXoXpcP1Bp4E,1055
|
17
22
|
polars_ta/prefix/wq.py,sha256=PpSLQQ3vD0Mf3Tiz_AFSi--q8p7CkLg9CHh_ayMfoYo,35
|
18
23
|
polars_ta/reports/__init__.py,sha256=KEATtWxhdaO6XScHYN2XE4WkYbYpQvDOEyXgyc2z22g,45
|
19
24
|
polars_ta/reports/cicc.py,sha256=ZpNzHo5h855Xo9IeKeOzlUjjwE5tR8opb11UoJVxGkg,707
|
25
|
+
polars_ta/ta/README.md,sha256=XuDf1sMxNrq9QDEiwBaP8cp-skTK3Jr5VClxhsNiYJ4,647
|
20
26
|
polars_ta/ta/__init__.py,sha256=GRI1suzvmLxfyfXAik4zsxqLaijq5MRCO-fUx3qaCl0,351
|
21
27
|
polars_ta/ta/momentum.py,sha256=-W-wZ1oQE9QiUiVgEx7fvnCEkWJnW6j9CxA7Mc-WMGg,5623
|
22
28
|
polars_ta/ta/operators.py,sha256=H_ORq1SeFKLj58vrOTAIa-X135evZNyo4ZE7gaH_7VM,3711
|
23
|
-
polars_ta/ta/overlap.py,sha256=
|
29
|
+
polars_ta/ta/overlap.py,sha256=imoEVrFrv_P1ueg5KbPBTDEnsekNaxunL5U9BzDNxKE,3023
|
24
30
|
polars_ta/ta/price.py,sha256=ME26yPPZk1kf7XDna53mmUrX7P1NDNq3trrZ_sCbZ_A,1013
|
25
31
|
polars_ta/ta/statistic.py,sha256=dS5dPBszbdlroJ9u5aXBniJmKgPQnuh9zE7miYKzICs,968
|
26
32
|
polars_ta/ta/transform.py,sha256=c4s5l6khVqIer50g6oScdZ1EEPWYANeKm64AkBkPrtY,1789
|
27
33
|
polars_ta/ta/volatility.py,sha256=yQDKLxos521y3RzywOcE0hTj3qIG_2mfqpARpdxQ1KU,836
|
28
34
|
polars_ta/ta/volume.py,sha256=fPd9Po30kFu-cSmYoRQP4_Ypi9oSWROj650-mjwlfwM,739
|
35
|
+
polars_ta/talib/README.md,sha256=IC-pwcGYXALKzMlK0C9GeswoUlCDK86mxmrAagzPy8s,537
|
29
36
|
polars_ta/talib/__init__.py,sha256=UZIkJ6tDYTcxBuKqjeKW93Ya_VyzTtNjXefoTqMd5P8,69701
|
37
|
+
polars_ta/tdx/README.md,sha256=rI7VUKm6H8_HBpm9MUePuuf1uE8JTfDX1AvPsfMZPPQ,545
|
30
38
|
polars_ta/tdx/__init__.py,sha256=HBVPri6GwiEsFx4op0ZxDa3Yk4MbnPZgth5xJhtnxiA,662
|
31
39
|
polars_ta/tdx/_chip.py,sha256=2eCe-y_0DcBivVjQHXlFwAiY410-hH-KKPrsUcRJcyk,3832
|
32
40
|
polars_ta/tdx/_nb.py,sha256=IV3XrgSYPoR4jnOOT8p7jJWGtnoRrHLw5-fnIOfmMvA,2192
|
@@ -40,29 +48,29 @@ polars_ta/tdx/over_bought_over_sold.py,sha256=zB5W10TZBpKrMdzZlH9jmiVqLhrkcXdNI0
|
|
40
48
|
polars_ta/tdx/pattern.py,sha256=jB0a5Ro0SQ25R5B_mkQWl9Hz7aB9n-DUns1OSxPeHxI,1636
|
41
49
|
polars_ta/tdx/pattern_feature.py,sha256=D3_nyntC2UnvYL3smBYbADoxyh1oGkpWAI4E6Uqh8ZM,8746
|
42
50
|
polars_ta/tdx/pressure_support.py,sha256=Lk_6nXImyWLuloP4rBwarp5LEVZjgr6_5ekxIksZPr8,1085
|
43
|
-
polars_ta/tdx/reference.py,sha256=
|
51
|
+
polars_ta/tdx/reference.py,sha256=bij16Axl-ICVu4q9NQCQmXfZqcFAYxGCNb8_TSbmy2g,6298
|
44
52
|
polars_ta/tdx/statistic.py,sha256=jdNLx3nV-uN4LrHRGxUUMhNOnlu8MOozjIHvshgMNPg,2588
|
45
53
|
polars_ta/tdx/trend.py,sha256=n5HDHhb1Qak39DJjMFx27hFTYSttbNFeXJD7saRiTMo,3008
|
46
54
|
polars_ta/tdx/trend_feature.py,sha256=uNc4Z46Kyd7Prl0Ftl2ljSAXztTzQtbO28p7gy8iMvM,9086
|
47
55
|
polars_ta/tdx/volume.py,sha256=juYM4Qlx2BX5okRCSwuf-6kRUETqDF7MVWUbYIzc4ww,901
|
48
56
|
polars_ta/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
49
57
|
polars_ta/utils/helper.py,sha256=rqxBhmA-RhpHd1-qxdYi7OEZloQpPxR30Kz8fJ_hLic,6254
|
50
|
-
polars_ta/utils/numba_.py,sha256=
|
58
|
+
polars_ta/utils/numba_.py,sha256=P0z-81mabX_9zyJOX0Ib1CFmvPl9-SSatzki3dOciVA,5972
|
51
59
|
polars_ta/utils/pandas_.py,sha256=codb51l45TUMngY55twQaUPUxnffjvj8UEOm35zFpNE,1989
|
52
60
|
polars_ta/utils/pit.py,sha256=YNgUE6mbwhrtA-7wyOL0PCUDdwfTQouXwage-cK6efY,4312
|
61
|
+
polars_ta/utils/withs.py,sha256=cMSRHTyoFoG0qN5NZgx8D2HjmSJzqkE1MZRNiylMPtY,1167
|
53
62
|
polars_ta/utils/wrapper.py,sha256=jbR-ZQdzBf5iWvtnJ1HsN9HdepmDbU7fUj4w8Bt2BkU,3422
|
54
63
|
polars_ta/wq/__init__.py,sha256=C3YYJc997XCUI7H_afGT_mj2m4UdHMcql4sboCVvrXU,327
|
55
64
|
polars_ta/wq/_nb.py,sha256=9N7afRiABqdjO1QPnRlP1RIKJ98cQLpv6nF3dsqUA6k,11281
|
56
65
|
polars_ta/wq/_slow.py,sha256=MfWg9FYX8NGNLWN4ezI_awf3pPTqhSq_zo0LOS4nCzw,937
|
57
|
-
polars_ta/wq/arithmetic.py,sha256=
|
58
|
-
polars_ta/wq/cross_sectional.py,sha256=
|
59
|
-
polars_ta/wq/logical.py,sha256=
|
60
|
-
polars_ta/wq/preprocess.py,sha256=
|
61
|
-
polars_ta/wq/time_series.py,sha256=
|
62
|
-
polars_ta/wq/transformational.py,sha256=
|
66
|
+
polars_ta/wq/arithmetic.py,sha256=NwyX-K8j9ul7XHHSNuGimBq6f3NvcOGQ4le5PQuaRPc,26346
|
67
|
+
polars_ta/wq/cross_sectional.py,sha256=4HFs9QDx4Vfmxr3XfjmUwGZNc07D5Z2buKZmwD4x1rs,14768
|
68
|
+
polars_ta/wq/logical.py,sha256=PfcPrY3iYoYFDTJ-B1IlCfpab1uTWV7GN1TdRtjauEk,2241
|
69
|
+
polars_ta/wq/preprocess.py,sha256=Wb-n5HccciexrfMmL8-WJvMkMeDXMGYAf0mrurXE3kI,3297
|
70
|
+
polars_ta/wq/time_series.py,sha256=nywBEfkVrTsUgyUL7NCSMUSBoLm09e0ToCp9zwrxbvM,33155
|
71
|
+
polars_ta/wq/transformational.py,sha256=HBnxQiS2Pw0fHnRW-aLqbznQVl1SSbZ9OqZG62igiJk,7266
|
63
72
|
polars_ta/wq/vector.py,sha256=Qs-mHC2YsiWXoyMuXZZPzd5W5w_HL1ZgDCj9wRAnqmQ,1902
|
64
|
-
polars_ta-0.5.
|
65
|
-
polars_ta-0.5.
|
66
|
-
polars_ta-0.5.
|
67
|
-
polars_ta-0.5.
|
68
|
-
polars_ta-0.5.3.dist-info/RECORD,,
|
73
|
+
polars_ta-0.5.5.dist-info/METADATA,sha256=XXh2IiEyvAH7YE4owO0HxmhM6Vczw1mSSftiCk7HXig,8839
|
74
|
+
polars_ta-0.5.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
75
|
+
polars_ta-0.5.5.dist-info/licenses/LICENSE,sha256=nREFtfwxWCCYD-ZA1jMzhhxMyTz-wGWFlnkpgg0DCtQ,1062
|
76
|
+
polars_ta-0.5.5.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
polars_ta
|
File without changes
|