openbb-charting 2.4.1__tar.gz → 2.5.1__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.
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/PKG-INFO +5 -4
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/data_classes.py +1 -1
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/ta_class.py +1 -1
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/pyproject.toml +4 -4
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/README.md +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charting.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/correlation_matrix.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/generic_charts.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/helpers.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/price_historical.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/price_performance.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/relative_rotation.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/assets/Terminal_icon.png +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/assets/plotly-3.1.0.min.js +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/backend.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/chart_style.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/config/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/config/openbb_styles.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/dummy_backend.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/openbb_figure.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly.html +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/base.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/custom_indicators_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/momentum_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/overlap_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/trend_indicators_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/volatility_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/volume_plugin.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/ta_helpers.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/table.html +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/to_chart.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/query_params.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/__init__.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/colors.py +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/dark.pltstyle.json +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/light.pltstyle.json +0 -0
- {openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/tables.pltstyle.json +0 -0
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openbb-charting
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5.1
|
|
4
4
|
Summary: Charting extension for OpenBB
|
|
5
5
|
License: AGPL-3.0-only
|
|
6
6
|
Author: OpenBB Team
|
|
7
7
|
Author-email: hello@openbb.co
|
|
8
|
-
Requires-Python: >=3.10,<
|
|
8
|
+
Requires-Python: >=3.10,<4
|
|
9
9
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.13
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
15
16
|
Provides-Extra: pywry
|
|
16
17
|
Requires-Dist: nbformat (>=5.10.0,<6.0.0)
|
|
17
|
-
Requires-Dist: openbb-core (>=1.
|
|
18
|
-
Requires-Dist: pandas-ta-openbb (>=0.4.
|
|
18
|
+
Requires-Dist: openbb-core (>=1.6.1,<2.0.0)
|
|
19
|
+
Requires-Dist: pandas-ta-openbb (>=0.4.23,<0.5.0)
|
|
19
20
|
Requires-Dist: plotly (>=6.3.1,<7.0.0)
|
|
20
21
|
Requires-Dist: pywry (>=0.6.2,<0.7.0) ; extra == "pywry"
|
|
21
22
|
Description-Content-Type: text/markdown
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/data_classes.py
RENAMED
|
@@ -388,7 +388,7 @@ class TA_Data:
|
|
|
388
388
|
) from e
|
|
389
389
|
|
|
390
390
|
if indicator_data is not None:
|
|
391
|
-
output = output.join(indicator_data).infer_objects(
|
|
391
|
+
output = output.join(indicator_data).infer_objects()
|
|
392
392
|
numeric_cols = output.select_dtypes(include=["number"]).columns
|
|
393
393
|
output[numeric_cols] = output[numeric_cols].interpolate("linear")
|
|
394
394
|
|
|
@@ -192,7 +192,7 @@ class PlotlyTA(PltTA):
|
|
|
192
192
|
indicators = ChartIndicators.from_dict(indicators or {})
|
|
193
193
|
|
|
194
194
|
# Apply to_datetime to the index in a way that handles daylight savings.
|
|
195
|
-
df_stock
|
|
195
|
+
df_stock["date"] = df_stock.index # type: ignore
|
|
196
196
|
df_stock["date"] = df_stock["date"].apply(pd.to_datetime)
|
|
197
197
|
df_stock.index = df_stock["date"] # type: ignore
|
|
198
198
|
df_stock.drop(columns=["date"], inplace=True)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "openbb-charting"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.5.1"
|
|
4
4
|
description = "Charting extension for OpenBB"
|
|
5
5
|
authors = ["OpenBB Team <hello@openbb.co>"]
|
|
6
6
|
license = "AGPL-3.0-only"
|
|
@@ -8,9 +8,9 @@ readme = "README.md"
|
|
|
8
8
|
packages = [{ include = "openbb_charting" }]
|
|
9
9
|
|
|
10
10
|
[tool.poetry.dependencies]
|
|
11
|
-
python = ">=3.10,<
|
|
12
|
-
openbb-core = "^1.
|
|
13
|
-
pandas-ta-openbb = "^0.4.
|
|
11
|
+
python = ">=3.10,<4" # scipy forces python <4.0 explicitly
|
|
12
|
+
openbb-core = "^1.6.1"
|
|
13
|
+
pandas-ta-openbb = "^0.4.23"
|
|
14
14
|
plotly = "^6.3.1"
|
|
15
15
|
pywry = { version = "^0.6.2", optional = true }
|
|
16
16
|
nbformat = "^5.10.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/charts/correlation_matrix.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/assets/Terminal_icon.png
RENAMED
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/assets/plotly-3.1.0.min.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/config/openbb_styles.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/core/plotly_ta/ta_helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/dark.pltstyle.json
RENAMED
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/light.pltstyle.json
RENAMED
|
File without changes
|
{openbb_charting-2.4.1 → openbb_charting-2.5.1}/openbb_charting/styles/default/tables.pltstyle.json
RENAMED
|
File without changes
|