voly 0.0.72__tar.gz → 0.0.73__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.72
3
+ Version: 0.0.73
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "voly"
7
- version = "0.0.72"
7
+ version = "0.0.73"
8
8
  description = "Options & volatility research package"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -60,7 +60,7 @@ line_length = 100
60
60
  multi_line_output = 3
61
61
 
62
62
  [tool.mypy]
63
- python_version = "0.0.72"
63
+ python_version = "0.0.73"
64
64
  warn_return_any = true
65
65
  warn_unused_configs = true
66
66
  disallow_untyped_defs = true
@@ -198,8 +198,7 @@ def plot_raw_parameters(fit_results: pd.DataFrame) -> go.Figure:
198
198
  fig.update_layout(
199
199
  title='Raw SVI Parameters Across Expiries',
200
200
  template='plotly_dark',
201
- showlegend=False,
202
- height=800
201
+ showlegend=False
203
202
  )
204
203
 
205
204
  return fig
@@ -263,8 +262,7 @@ def plot_jw_parameters(fit_results: pd.DataFrame) -> go.Figure:
263
262
  fig.update_layout(
264
263
  title='Jump-Wing Parameters Across Expiries',
265
264
  template='plotly_dark',
266
- showlegend=False,
267
- height=800
265
+ showlegend=False
268
266
  )
269
267
 
270
268
  return fig
@@ -335,8 +333,7 @@ def plot_fit_performance(fit_results: pd.DataFrame) -> go.Figure:
335
333
  fig.update_layout(
336
334
  title='Model Fitting Accuracy Statistics',
337
335
  template='plotly_dark',
338
- showlegend=False,
339
- height=700
336
+ showlegend=False
340
337
  )
341
338
 
342
339
  return fig
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: voly
3
- Version: 0.0.72
3
+ Version: 0.0.73
4
4
  Summary: Options & volatility research package
5
5
  Author-email: Manu de Cara <manu.de.cara@gmail.com>
6
6
  License: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes