datahub_binary 1.4.11__cp312-cp312-win_amd64.whl → 1.4.12__cp312-cp312-win_amd64.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.
- datahub/datahub.pyi +3 -0
- datahub.cp312-win_amd64.pyd +0 -0
- {datahub_binary-1.4.11.dist-info → datahub_binary-1.4.12.dist-info}/METADATA +1 -1
- {datahub_binary-1.4.11.dist-info → datahub_binary-1.4.12.dist-info}/RECORD +6 -6
- {datahub_binary-1.4.11.dist-info → datahub_binary-1.4.12.dist-info}/WHEEL +0 -0
- {datahub_binary-1.4.11.dist-info → datahub_binary-1.4.12.dist-info}/top_level.txt +0 -0
datahub/datahub.pyi
CHANGED
@@ -63,8 +63,10 @@ class DataHub:
|
|
63
63
|
def get_indicator_info(self, indicators: Sequence[str] = (), types: Sequence[str] = ()) -> pl.DataFrame: ...
|
64
64
|
def get_factor_info(self, factors: Sequence[str] = (), types: Sequence[str] = ()) -> pl.DataFrame: ...
|
65
65
|
def get_seq_factor_info(self, resample_type: str, factors: Sequence[str] = ()) -> pl.DataFrame: ...
|
66
|
+
def get_future_seq_factor_info(self, resample_type: str, factors: Sequence[str] = ()) -> pl.DataFrame: ...
|
66
67
|
def get_seq_y_info(self, resample_type: str, factors: Sequence[str] = ()) -> pl.DataFrame: ...
|
67
68
|
def get_seq_factor_stat(self, start_time: datetime, end_time: datetime, stat_type: str, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
|
69
|
+
def get_future_seq_factor_stat(self, start_time: datetime, end_time: datetime, stat_type: str, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
|
68
70
|
def get_seq_y_stat(self, start_time: datetime, end_time: datetime, stat_type: str, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
|
69
71
|
def get_indicator_data(self, start_time: datetime, end_time: datetime | None = None, indicators: Sequence[str] = (), instruments: Sequence[str] = (), types: Sequence[str] = ()) -> pl.DataFrame: ...
|
70
72
|
def get_instrument_list(self, trade_date: date, indicators: Sequence[str] = ()) -> Sequence[str]: ...
|
@@ -74,6 +76,7 @@ class DataHub:
|
|
74
76
|
def get_universe(self, trade_date: date, universe: str | None = None) -> pl.DataFrame: ...
|
75
77
|
def get_indicator_matrix(self, trade_time: datetime, indicators: Sequence[str], instrument_ids: Sequence[str], expire_days: int = 1) -> BarDataMatrix: ...
|
76
78
|
def get_seq_factor_data(self, start_time: datetime, end_time: datetime, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
|
79
|
+
def get_future_seq_factor_data(self, start_time: datetime, end_time: datetime, factors: Sequence[str] = (), instruments: Sequence[str] = ()) -> pl.DataFrame: ...
|
77
80
|
def get_indicator_matrix_list(self, start_date: date, end_date: date, indicators: Sequence[str], instrument_ids: Sequence[str], expire_days: int = 1) -> list[BarDataMatrix]: ...
|
78
81
|
def get_risk_factor_matrix(self, version: str, trade_time: datetime, factors: Sequence[str], instrument_ids: Sequence[str]) -> BarDataMatrix: ...
|
79
82
|
def read_indicator_matrix(self, start_time: datetime | None = None, topic: str = ..., block: int = 0) -> Iterator[BarDataMatrix]: ...
|
datahub.cp312-win_amd64.pyd
CHANGED
Binary file
|
@@ -1,8 +1,8 @@
|
|
1
|
-
datahub.cp312-win_amd64.pyd,sha256=
|
1
|
+
datahub.cp312-win_amd64.pyd,sha256=JGBfzi2Br1wYb2nuM29N0IFDpyrCw5Mmc0HsJ2QtMUQ,1818624
|
2
2
|
datahub.pyi,sha256=IXQ1dWxIq3itkkoYNJiPuRMWksWE1_4XVpjRYjy9tnQ,1449
|
3
3
|
datahub/__init__.pyi,sha256=hX8D9Qd6uPjZiUBd6rIq7Llkt_H4l_RvRXsws3sdYbI,630
|
4
4
|
datahub/datacache.pyi,sha256=rVDkzr0nLn54RT6EkYMDBh41t788XfVFyL4XKTJ2eSM,3587
|
5
|
-
datahub/datahub.pyi,sha256
|
5
|
+
datahub/datahub.pyi,sha256=-Vog5xmJspXLudDbNp_zaCTSv43q8LG-QNDh0AeYq9o,9213
|
6
6
|
datahub/setting.pyi,sha256=u6gYjjF6r1thSpp2XNMvg_1JUcqB64dRTkNoHlOoKUQ,889
|
7
7
|
datahub/ats/client_sdk.pyi,sha256=wwYRrVlM_qnpGhUifS-xgBAwoUDgQgFAC6TkTq8CLX8,3263
|
8
8
|
datahub/dbo/database.pyi,sha256=O8Gp0Os3tzznLa6hdmCaXnq7Iw4xAAkW4YcjK0jUSUY,1024
|
@@ -25,7 +25,7 @@ datahub/utils/monitor/__init__.pyi,sha256=EOwgf8CbJ4g3iUAaFoR6O-mYemJ9xjP42zlBj2
|
|
25
25
|
datahub/utils/monitor/base.pyi,sha256=n1dKYK73JJ_7QPkCWFc-6Aj_a16j2z_VBaQ9zkN9A3E,310
|
26
26
|
datahub/utils/monitor/feishu.pyi,sha256=GgvJXYeX3cPOQjqpV0GJUr_Ri1_cZe2-viRBkpe6O_g,402
|
27
27
|
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
28
|
-
datahub_binary-1.4.
|
29
|
-
datahub_binary-1.4.
|
30
|
-
datahub_binary-1.4.
|
31
|
-
datahub_binary-1.4.
|
28
|
+
datahub_binary-1.4.12.dist-info/METADATA,sha256=H0ESKf4B4qWD87-H37Ath2zg1JtOtGMELQPp2xr5nk0,7841
|
29
|
+
datahub_binary-1.4.12.dist-info/WHEEL,sha256=tWCxmH9d_GUc87O5UyoepLtMKV1B60gTHo4Fs15C0qE,97
|
30
|
+
datahub_binary-1.4.12.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
31
|
+
datahub_binary-1.4.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|