voly 0.0.35__py3-none-any.whl → 0.0.36__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/rnd.py CHANGED
@@ -17,7 +17,7 @@ def rnd(moneyness_array: float, total_var: float) -> float:
17
17
 
18
18
 
19
19
  @catch_exception
20
- def get_rnd(svi_params_list: float[List],
20
+ def get_rnd(svi_params_list: List[float],
21
21
  moneyness_params: Tuple[float, float, int] = (-2, 2, 500)
22
22
  ) -> Dict[str, Any]:
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.35
3
+ Version: 0.0.36
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -8,11 +8,11 @@ voly/core/charts.py,sha256=lHiDYKb4uHK2R7wjs8xuxQ6FD9QsQyFR2-6bbtxqquE,26696
8
8
  voly/core/data.py,sha256=Dfk-ByHpdteUiLXr0p-wRLr3VAmdyjdDBKwjwdTgCjA,9939
9
9
  voly/core/fit.py,sha256=rozX5UIVPxjWtd2BpLIHtR99WyeNjdATRUfVPkM7GdY,9911
10
10
  voly/core/interpolate.py,sha256=ztVIePJZOh-CIbn69wkh1JW2rKywNe2FEewRN0zcSAo,8185
11
- voly/core/rnd.py,sha256=wiX4dNH7mbQmaeP2ivFeXlyxNQLuWS54NogVTSG939s,12715
11
+ voly/core/rnd.py,sha256=oParWRKJlMmZPHG5-sUTSlhYNMMP4BfSo07361yhnpw,12715
12
12
  voly/utils/__init__.py,sha256=E05mWatyC-PDOsCxQV1p5Xi1IgpOomxrNURyCx_gB-w,200
13
13
  voly/utils/logger.py,sha256=4-_2bVJmq17Q0d7Rd2mPg1AeR8gxv6EPvcmBDMFWcSM,1744
14
- voly-0.0.35.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
- voly-0.0.35.dist-info/METADATA,sha256=7Cu7CqNn9XtJojHU3Y5srfcx8s4Zu-XmYtkYq47e1sQ,4092
16
- voly-0.0.35.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
- voly-0.0.35.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
- voly-0.0.35.dist-info/RECORD,,
14
+ voly-0.0.36.dist-info/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
15
+ voly-0.0.36.dist-info/METADATA,sha256=N6G8Yh4POhUxsH2JkU7_F0dQYCi9sQh4dbHzTt6kglo,4092
16
+ voly-0.0.36.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
+ voly-0.0.36.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
18
+ voly-0.0.36.dist-info/RECORD,,
File without changes
File without changes