Skip to content

Commit

Permalink
Fix: Bad import line in tradingstrategty.utils.wrangle making the lib…
Browse files Browse the repository at this point in the history
…rary not to import properly
  • Loading branch information
miohtama committed Oct 18, 2024
1 parent fbef702 commit e98b964
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- TODO

# 0.24.2

- Fix: Bad import line in `tradingstrategty.utils.wrangle` making the library not to import properly

# 0.24.1

- Add: `Client.fetch_top_pairs()` - create a helper function to create always expanding trading universe for external signal providers
Expand Down
19 changes: 18 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ qstrader = ["scipy", "trading-strategy-qstrader"]
backtrader = ["trading-strategy-backtrader"]


[tool.poetry.group.dev.dependencies]
importchecker = "^3.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down
1 change: 0 additions & 1 deletion tradingstrategy/utils/wrangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from itertools import islice

import pandas as pd
from IPython.testing.plugin.pytest_ipdoctest import ipdoctest_namespace
from pandas.core.groupby import DataFrameGroupBy
import numpy as np

Expand Down

0 comments on commit e98b964

Please sign in to comment.