voly 0.0.116__py3-none-any.whl → 0.0.118__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/hd.py CHANGED
@@ -5,8 +5,10 @@ time series of prices and converting them to implied volatility smiles.
5
5
 
6
6
  import ccxt
7
7
  import pandas as pd
8
+ import numpy as np
8
9
  import datetime as dt
9
10
  from scipy import stats
11
+ from typing import Dict, List, Tuple, Optional, Union, Any
10
12
  from voly.utils.logger import logger, catch_exception
11
13
  from voly.exceptions import VolyError
12
14
  from voly.core.rnd import get_all_moments
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voly
3
- Version: 0.0.116
3
+ Version: 0.0.118
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -7,13 +7,13 @@ voly/core/__init__.py,sha256=bu6fS2I1Pj9fPPnl-zY3L7NqrZSY5Zy6NY2uMUvdhKs,183
7
7
  voly/core/charts.py,sha256=E21OZB5lTY4YL2flgaFJ6s5g3_ExtAQT2zryZZxLPyM,12735
8
8
  voly/core/data.py,sha256=pDeuYhP0GX4RbtlqByvsE3rfHcIkix0BU5MLW8sKIeI,8935
9
9
  voly/core/fit.py,sha256=Tb9eeG7e_2dQTcqt6aqEwFrZdy6jR9rSNqe6tzOdVhQ,9245
10
- voly/core/hd.py,sha256=eV5Azd6vNX3EXwitcKbw7UtNlElhQy8YUwHbYIeTDyw,13381
10
+ voly/core/hd.py,sha256=IbmDlUZp8r9KIAxsm7JBvH6qXchv_8uDnpjiHF87RNE,13459
11
11
  voly/core/interpolate.py,sha256=JkK172-FXyhesW3hY4pEeuJWG3Bugq7QZXbeKoRpLuo,5305
12
12
  voly/core/rnd.py,sha256=VKM8ojLBziB9nxOEsKO5z_9Z1BSOVNxg0OQPx-Sp80I,10094
13
13
  voly/utils/__init__.py,sha256=E05mWatyC-PDOsCxQV1p5Xi1IgpOomxrNURyCx_gB-w,200
14
14
  voly/utils/logger.py,sha256=4-_2bVJmq17Q0d7Rd2mPg1AeR8gxv6EPvcmBDMFWcSM,1744
15
- voly-0.0.116.dist-info/licenses/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
16
- voly-0.0.116.dist-info/METADATA,sha256=5C1mBAVtLSJg1h56PSjpsFb7OYvWbZsDfLBtIpeRVLw,4115
17
- voly-0.0.116.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
18
- voly-0.0.116.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
19
- voly-0.0.116.dist-info/RECORD,,
15
+ voly-0.0.118.dist-info/licenses/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
16
+ voly-0.0.118.dist-info/METADATA,sha256=LEivaI03RV7XolnhRt3XhcrMQUjD-te-iJAbKH_HIzM,4115
17
+ voly-0.0.118.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
18
+ voly-0.0.118.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
19
+ voly-0.0.118.dist-info/RECORD,,
File without changes