voly 0.0.223__py3-none-any.whl → 0.0.224__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
@@ -129,7 +129,6 @@ def calculate_historical_returns(df_hist: pd.DataFrame, n_periods: int) -> Tuple
129
129
  @catch_exception
130
130
  def calculate_normal_hd(df_hist: pd.DataFrame,
131
131
  t: float,
132
- r: float,
133
132
  n_periods: int,
134
133
  domains: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
135
134
  """
@@ -175,7 +174,6 @@ def calculate_normal_hd(df_hist: pd.DataFrame,
175
174
  @catch_exception
176
175
  def calculate_student_t_hd(df_hist: pd.DataFrame,
177
176
  t: float,
178
- r: float,
179
177
  n_periods: int,
180
178
  domains: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
181
179
  """
@@ -238,7 +236,6 @@ def calculate_student_t_hd(df_hist: pd.DataFrame,
238
236
  @catch_exception
239
237
  def calculate_kde_hd(df_hist: pd.DataFrame,
240
238
  t: float,
241
- r: float,
242
239
  n_periods: int,
243
240
  domains: Dict[str, np.ndarray]) -> Dict[str, np.ndarray]:
244
241
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: voly
3
- Version: 0.0.223
3
+ Version: 0.0.224
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -7,14 +7,14 @@ voly/core/__init__.py,sha256=bu6fS2I1Pj9fPPnl-zY3L7NqrZSY5Zy6NY2uMUvdhKs,183
7
7
  voly/core/charts.py,sha256=2S-BfCo30aj1_xlNLqF-za5rQWxF_mWKIdtdOe5bgbw,12735
8
8
  voly/core/data.py,sha256=SNF87C7-r-1IbKwf7rAhXkJ6X305yo7fCDJDdkwz3NM,14103
9
9
  voly/core/fit.py,sha256=bVyx7qMgFFpTUjgoCUs58ppmeNN2CORnqPKbGUpV9xw,14081
10
- voly/core/hd.py,sha256=1v8jbZZkshGvS8jVWeshSA99JgQ1KpHFXA462ovhtZc,13657
10
+ voly/core/hd.py,sha256=aq_kLAnWDkKvwjxB68vij_Y9LBdfTWgbpiZIUJqtzEQ,13555
11
11
  voly/core/interpolate.py,sha256=-cNChFpuLnCSMOmfW2ldXxePgQXi-pxcjJvF2yImD1w,5222
12
12
  voly/core/rnd.py,sha256=wiZ5OIjPDf1Th5_sQ9CZG5JgAo3EL8f63T_Rj1_VP-0,13214
13
13
  voly/utils/__init__.py,sha256=E05mWatyC-PDOsCxQV1p5Xi1IgpOomxrNURyCx_gB-w,200
14
14
  voly/utils/density.py,sha256=ONpRli-IaJDgOZ2sb27HHFc9_tkkGSATKl94JODd86A,5879
15
15
  voly/utils/logger.py,sha256=4-_2bVJmq17Q0d7Rd2mPg1AeR8gxv6EPvcmBDMFWcSM,1744
16
- voly-0.0.223.dist-info/licenses/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
17
- voly-0.0.223.dist-info/METADATA,sha256=5-OCEZktVlR9i7RYwLu10_e9Lp6kDemPY8cd7gRBhwc,4115
18
- voly-0.0.223.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
19
- voly-0.0.223.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
20
- voly-0.0.223.dist-info/RECORD,,
16
+ voly-0.0.224.dist-info/licenses/LICENSE,sha256=wcHIVbE12jfcBOai_wqBKY6xvNQU5E909xL1zZNq_2Q,1065
17
+ voly-0.0.224.dist-info/METADATA,sha256=ge2r07zWeSI25F7YDPXk6oMnDpQ1Hlbt7VYY9UeZWAQ,4115
18
+ voly-0.0.224.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
19
+ voly-0.0.224.dist-info/top_level.txt,sha256=ZfLw2sSxF-LrKAkgGjOmeTcw6_gD-30zvtdEY5W4B7c,5
20
+ voly-0.0.224.dist-info/RECORD,,
File without changes