voly 0.0.158__py3-none-any.whl → 0.0.160__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.
- voly/core/data.py +2 -0
- voly/formulas.py +1 -0
- {voly-0.0.158.dist-info → voly-0.0.160.dist-info}/METADATA +1 -1
- {voly-0.0.158.dist-info → voly-0.0.160.dist-info}/RECORD +7 -7
- {voly-0.0.158.dist-info → voly-0.0.160.dist-info}/WHEEL +0 -0
- {voly-0.0.158.dist-info → voly-0.0.160.dist-info}/licenses/LICENSE +0 -0
- {voly-0.0.158.dist-info → voly-0.0.160.dist-info}/top_level.txt +0 -0
voly/core/data.py
CHANGED
@@ -332,6 +332,8 @@ def process_order_book_depth(option_chain, max_depth=5):
|
|
332
332
|
ask_qty = option_chain.at[idx, 'depth_ask_qty'] if not np.isnan(option_chain.at[idx, 'depth_ask_qty']) else 0
|
333
333
|
option_chain.at[idx, 'depth_liquidity'] = bid_qty + ask_qty
|
334
334
|
|
335
|
+
option_chain = option_chain.replace(float('inf'), float('nan'))
|
336
|
+
|
335
337
|
return option_chain
|
336
338
|
|
337
339
|
|
voly/formulas.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
voly/__init__.py,sha256=8xyDk7rFCn_MOD5hxuv5cxxKZvBVRiSIM7TgaMPpwpw,211
|
2
2
|
voly/client.py,sha256=-yE1_cBvjkK-BO_kKCYtn4WPbNOhAzT0hsfykU5LvQQ,14761
|
3
3
|
voly/exceptions.py,sha256=PBsbn1vNMvKcCJwwJ4lBO6glD85jo1h2qiEmD7ArAjs,92
|
4
|
-
voly/formulas.py,sha256=
|
4
|
+
voly/formulas.py,sha256=UwAmYK7DskqW0BCkDYWi6_3sAFv2yK0TeXpzkyTfTSs,10723
|
5
5
|
voly/models.py,sha256=o-pHujGfr5Gn8ItckMzLI4Q8yaX9FQaV8UjCxv2zgTY,3364
|
6
6
|
voly/core/__init__.py,sha256=bu6fS2I1Pj9fPPnl-zY3L7NqrZSY5Zy6NY2uMUvdhKs,183
|
7
7
|
voly/core/charts.py,sha256=E21OZB5lTY4YL2flgaFJ6s5g3_ExtAQT2zryZZxLPyM,12735
|
8
|
-
voly/core/data.py,sha256=
|
8
|
+
voly/core/data.py,sha256=9v9iuE2XdIIlzoRAB7q1ol7YghBzBsPGAiwZ11oDuis,13650
|
9
9
|
voly/core/fit.py,sha256=Tb9eeG7e_2dQTcqt6aqEwFrZdy6jR9rSNqe6tzOdVhQ,9245
|
10
10
|
voly/core/hd.py,sha256=UFAyLncNUHivpPAcko6IK1bC55mudVtdlRFfXp63HXE,14771
|
11
11
|
voly/core/interpolate.py,sha256=JkK172-FXyhesW3hY4pEeuJWG3Bugq7QZXbeKoRpLuo,5305
|
@@ -13,8 +13,8 @@ voly/core/rnd.py,sha256=GoC3m1Q46Wnk5tV_mstr-3_aktHeue6BBLh4DQTciW0,13307
|
|
13
13
|
voly/utils/__init__.py,sha256=E05mWatyC-PDOsCxQV1p5Xi1IgpOomxrNURyCx_gB-w,200
|
14
14
|
voly/utils/density.py,sha256=q0fX4im9TGwMCZ32Hzdv8CNh56KnJo8bmG5w0gVWZH8,5879
|
15
15
|
voly/utils/logger.py,sha256=4-_2bVJmq17Q0d7Rd2mPg1AeR8gxv6EPvcmBDMFWcSM,1744
|
16
|
-
voly-0.0.
|
17
|
-
voly-0.0.
|
18
|
-
voly-0.0.
|
19
|
-
voly-0.0.
|
20
|
-
voly-0.0.
|
16
|
+
voly-0.0.160.dist-info/licenses/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
|
17
|
+
voly-0.0.160.dist-info/METADATA,sha256=NSAIwfkh89JByBMhiKI47DE53oIzBsFT4QNqiA2Utk4,4115
|
18
|
+
voly-0.0.160.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
19
|
+
voly-0.0.160.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
|
20
|
+
voly-0.0.160.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|