openseries 1.8.0__py3-none-any.whl → 1.8.2__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.
openseries/__init__.py CHANGED
@@ -10,7 +10,7 @@ from .datefixer import (
10
10
  )
11
11
  from .frame import OpenFrame
12
12
  from .load_plotly import load_plotly_dict
13
- from .owntypes import ValueType
13
+ from .owntypes import Self, ValueType
14
14
  from .portfoliotools import (
15
15
  constrain_optimized_portfolios,
16
16
  efficient_frontier,
@@ -25,6 +25,7 @@ __all__ = [
25
25
  "OpenFrame",
26
26
  "OpenTimeSeries",
27
27
  "ReturnSimulation",
28
+ "Self",
28
29
  "ValueType",
29
30
  "constrain_optimized_portfolios",
30
31
  "date_fix",