hikyuu 2.7.5__py3-none-manylinux2014_aarch64.whl → 2.7.6__py3-none-manylinux2014_aarch64.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.
- hikyuu/__init__.pyi +9 -9
- hikyuu/core.pyi +1 -1
- hikyuu/cpp/core310.so +0 -0
- hikyuu/cpp/core311.so +0 -0
- hikyuu/cpp/core312.so +0 -0
- hikyuu/cpp/core313.so +0 -0
- hikyuu/cpp/libhikyuu.so +0 -0
- hikyuu/draw/drawplot/bokeh_draw.pyi +5 -5
- hikyuu/draw/drawplot/echarts_draw.pyi +5 -5
- hikyuu/draw/drawplot/matplotlib_draw.pyi +5 -5
- hikyuu/extend.pyi +1 -1
- hikyuu/hub.pyi +6 -6
- hikyuu/include/hikyuu/utilities/thread/GlobalStealThreadPool.h +1 -1
- hikyuu/include/hikyuu/version.h +4 -4
- hikyuu/plugin/libcheckdata.so +0 -0
- hikyuu/plugin/libextind.so +0 -0
- hikyuu/plugin/libimport2hdf5.so +0 -0
- hikyuu/trade_manage/__init__.pyi +4 -4
- hikyuu/trade_manage/trade.pyi +4 -4
- hikyuu/util/__init__.pyi +1 -1
- hikyuu/util/singleton.pyi +1 -1
- {hikyuu-2.7.5.dist-info → hikyuu-2.7.6.dist-info}/METADATA +1 -1
- {hikyuu-2.7.5.dist-info → hikyuu-2.7.6.dist-info}/RECORD +26 -26
- {hikyuu-2.7.5.dist-info → hikyuu-2.7.6.dist-info}/WHEEL +0 -0
- {hikyuu-2.7.5.dist-info → hikyuu-2.7.6.dist-info}/entry_points.txt +0 -0
- {hikyuu-2.7.5.dist-info → hikyuu-2.7.6.dist-info}/top_level.txt +0 -0
hikyuu/__init__.pyi
CHANGED
|
@@ -81,8 +81,8 @@ from hikyuu.cpp.core310 import DMA
|
|
|
81
81
|
from hikyuu.cpp.core310 import DOWNNDAY
|
|
82
82
|
from hikyuu.cpp.core310 import DROPNA
|
|
83
83
|
from hikyuu.cpp.core310 import DataDriverFactory
|
|
84
|
-
from hikyuu.cpp.core310 import Datetime as D
|
|
85
84
|
from hikyuu.cpp.core310 import Datetime
|
|
85
|
+
from hikyuu.cpp.core310 import Datetime as D
|
|
86
86
|
from hikyuu.cpp.core310 import DatetimeList
|
|
87
87
|
from hikyuu.cpp.core310 import Days
|
|
88
88
|
from hikyuu.cpp.core310 import EMA
|
|
@@ -143,10 +143,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
143
143
|
from hikyuu.cpp.core310 import KRecord
|
|
144
144
|
from hikyuu.cpp.core310 import KRecordList
|
|
145
145
|
from hikyuu.cpp.core310 import LAST
|
|
146
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
147
146
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
148
|
-
from hikyuu.cpp.core310 import
|
|
147
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
149
148
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
149
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
150
150
|
from hikyuu.cpp.core310 import LLV
|
|
151
151
|
from hikyuu.cpp.core310 import LLVBARS
|
|
152
152
|
from hikyuu.cpp.core310 import LN
|
|
@@ -207,8 +207,8 @@ from hikyuu.cpp.core310 import PositionRecord
|
|
|
207
207
|
from hikyuu.cpp.core310 import PositionRecordList
|
|
208
208
|
from hikyuu.cpp.core310 import ProfitGoalBase
|
|
209
209
|
from hikyuu.cpp.core310 import QUANTILE_TRUNC
|
|
210
|
-
from hikyuu.cpp.core310 import Query as Q
|
|
211
210
|
from hikyuu.cpp.core310 import Query
|
|
211
|
+
from hikyuu.cpp.core310 import Query as Q
|
|
212
212
|
from hikyuu.cpp.core310 import RANK
|
|
213
213
|
from hikyuu.cpp.core310 import RECOVER_BACKWARD
|
|
214
214
|
from hikyuu.cpp.core310 import RECOVER_EQUAL_BACKWARD
|
|
@@ -272,8 +272,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
272
272
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
273
273
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
274
274
|
from hikyuu.cpp.core310 import SQRT
|
|
275
|
-
from hikyuu.cpp.core310 import STDEV
|
|
276
275
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
276
|
+
from hikyuu.cpp.core310 import STDEV
|
|
277
277
|
from hikyuu.cpp.core310 import STDP
|
|
278
278
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
279
279
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -605,8 +605,8 @@ from hikyuu.draw.drawplot import gcf
|
|
|
605
605
|
from hikyuu.draw.drawplot import get_current_draw_engine
|
|
606
606
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWBAND
|
|
607
607
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWICON
|
|
608
|
-
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
609
608
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG as DRAWBMP
|
|
609
|
+
from hikyuu.draw.drawplot.matplotlib_draw import DRAWIMG
|
|
610
610
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWLINE
|
|
611
611
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER
|
|
612
612
|
from hikyuu.draw.drawplot.matplotlib_draw import DRAWNUMBER_FIX
|
|
@@ -644,8 +644,8 @@ from hikyuu.hub import get_part_info
|
|
|
644
644
|
from hikyuu.hub import get_part_list
|
|
645
645
|
from hikyuu.hub import get_part_module
|
|
646
646
|
from hikyuu.hub import get_part_name_list
|
|
647
|
-
from hikyuu.hub import print_part_info as help_part
|
|
648
647
|
from hikyuu.hub import print_part_info
|
|
648
|
+
from hikyuu.hub import print_part_info as help_part
|
|
649
649
|
from hikyuu.hub import remove_hub
|
|
650
650
|
from hikyuu.hub import search_part
|
|
651
651
|
from hikyuu.hub import update_hub
|
|
@@ -694,8 +694,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
694
694
|
from hikyuu.util.mylog import hku_benchmark
|
|
695
695
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
696
696
|
from hikyuu.util.mylog import hku_debug
|
|
697
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
698
697
|
from hikyuu.util.mylog import hku_debug_if
|
|
698
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
699
699
|
from hikyuu.util.mylog import hku_error
|
|
700
700
|
from hikyuu.util.mylog import hku_error_if
|
|
701
701
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -877,7 +877,7 @@ V: cpp.core310.Indicator # value = Indicator{...
|
|
|
877
877
|
VOL: cpp.core310.Indicator # value = Indicator{...
|
|
878
878
|
WARN: cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
879
879
|
__copyright__: str = '\nApache License Version 2.0\n\nCopyright (c) 2010-2017 fasiondog\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n'
|
|
880
|
-
__version__: str = '2.7.
|
|
880
|
+
__version__: str = '2.7.6'
|
|
881
881
|
blocka = None
|
|
882
882
|
blockbj = None
|
|
883
883
|
blockg = None
|
hikyuu/core.pyi
CHANGED
|
@@ -590,5 +590,5 @@ INFO: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.INFO: 2>
|
|
|
590
590
|
OFF: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.OFF: 6>
|
|
591
591
|
TRACE: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.TRACE: 0>
|
|
592
592
|
WARN: hikyuu.cpp.core310.LOG_LEVEL # value = <LOG_LEVEL.WARN: 3>
|
|
593
|
-
__version__: str = '2.7.
|
|
593
|
+
__version__: str = '2.7.6'
|
|
594
594
|
constant: hikyuu.cpp.core310.Constant # value = <hikyuu.cpp.core310.Constant object>
|
hikyuu/cpp/core310.so
CHANGED
|
Binary file
|
hikyuu/cpp/core311.so
CHANGED
|
Binary file
|
hikyuu/cpp/core312.so
CHANGED
|
Binary file
|
hikyuu/cpp/core313.so
CHANGED
|
Binary file
|
hikyuu/cpp/libhikyuu.so
CHANGED
|
Binary file
|
|
@@ -160,10 +160,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
160
160
|
from hikyuu.cpp.core310 import KRecord
|
|
161
161
|
from hikyuu.cpp.core310 import KRecordList
|
|
162
162
|
from hikyuu.cpp.core310 import LAST
|
|
163
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
164
163
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
165
|
-
from hikyuu.cpp.core310 import
|
|
164
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
166
165
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
166
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
167
167
|
from hikyuu.cpp.core310 import LLV
|
|
168
168
|
from hikyuu.cpp.core310 import LLVBARS
|
|
169
169
|
from hikyuu.cpp.core310 import LN
|
|
@@ -288,8 +288,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
288
288
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
289
289
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
290
290
|
from hikyuu.cpp.core310 import SQRT
|
|
291
|
-
from hikyuu.cpp.core310 import STDEV
|
|
292
291
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
292
|
+
from hikyuu.cpp.core310 import STDEV
|
|
293
293
|
from hikyuu.cpp.core310 import STDP
|
|
294
294
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
295
295
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -634,8 +634,8 @@ from hikyuu.hub import get_part_info
|
|
|
634
634
|
from hikyuu.hub import get_part_list
|
|
635
635
|
from hikyuu.hub import get_part_module
|
|
636
636
|
from hikyuu.hub import get_part_name_list
|
|
637
|
-
from hikyuu.hub import print_part_info as help_part
|
|
638
637
|
from hikyuu.hub import print_part_info
|
|
638
|
+
from hikyuu.hub import print_part_info as help_part
|
|
639
639
|
from hikyuu.hub import remove_hub
|
|
640
640
|
from hikyuu.hub import search_part
|
|
641
641
|
from hikyuu.hub import update_hub
|
|
@@ -686,8 +686,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
686
686
|
from hikyuu.util.mylog import hku_benchmark
|
|
687
687
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
688
688
|
from hikyuu.util.mylog import hku_debug
|
|
689
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
690
689
|
from hikyuu.util.mylog import hku_debug_if
|
|
690
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
691
691
|
from hikyuu.util.mylog import hku_error
|
|
692
692
|
from hikyuu.util.mylog import hku_error_if
|
|
693
693
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -147,10 +147,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
147
147
|
from hikyuu.cpp.core310 import KRecord
|
|
148
148
|
from hikyuu.cpp.core310 import KRecordList
|
|
149
149
|
from hikyuu.cpp.core310 import LAST
|
|
150
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
151
150
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
152
|
-
from hikyuu.cpp.core310 import
|
|
151
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
153
152
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
153
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
154
154
|
from hikyuu.cpp.core310 import LLV
|
|
155
155
|
from hikyuu.cpp.core310 import LLVBARS
|
|
156
156
|
from hikyuu.cpp.core310 import LN
|
|
@@ -275,8 +275,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
275
275
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
276
276
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
277
277
|
from hikyuu.cpp.core310 import SQRT
|
|
278
|
-
from hikyuu.cpp.core310 import STDEV
|
|
279
278
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
279
|
+
from hikyuu.cpp.core310 import STDEV
|
|
280
280
|
from hikyuu.cpp.core310 import STDP
|
|
281
281
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
282
282
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -622,8 +622,8 @@ from hikyuu.hub import get_part_info
|
|
|
622
622
|
from hikyuu.hub import get_part_list
|
|
623
623
|
from hikyuu.hub import get_part_module
|
|
624
624
|
from hikyuu.hub import get_part_name_list
|
|
625
|
-
from hikyuu.hub import print_part_info as help_part
|
|
626
625
|
from hikyuu.hub import print_part_info
|
|
626
|
+
from hikyuu.hub import print_part_info as help_part
|
|
627
627
|
from hikyuu.hub import remove_hub
|
|
628
628
|
from hikyuu.hub import search_part
|
|
629
629
|
from hikyuu.hub import update_hub
|
|
@@ -674,8 +674,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
674
674
|
from hikyuu.util.mylog import hku_benchmark
|
|
675
675
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
676
676
|
from hikyuu.util.mylog import hku_debug
|
|
677
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
678
677
|
from hikyuu.util.mylog import hku_debug_if
|
|
678
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
679
679
|
from hikyuu.util.mylog import hku_error
|
|
680
680
|
from hikyuu.util.mylog import hku_error_if
|
|
681
681
|
from hikyuu.util.mylog import hku_fatal
|
|
@@ -150,10 +150,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
150
150
|
from hikyuu.cpp.core310 import KRecord
|
|
151
151
|
from hikyuu.cpp.core310 import KRecordList
|
|
152
152
|
from hikyuu.cpp.core310 import LAST
|
|
153
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
154
153
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
155
|
-
from hikyuu.cpp.core310 import
|
|
154
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
156
155
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
156
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
157
157
|
from hikyuu.cpp.core310 import LLV
|
|
158
158
|
from hikyuu.cpp.core310 import LLVBARS
|
|
159
159
|
from hikyuu.cpp.core310 import LN
|
|
@@ -278,8 +278,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
278
278
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
279
279
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
280
280
|
from hikyuu.cpp.core310 import SQRT
|
|
281
|
-
from hikyuu.cpp.core310 import STDEV
|
|
282
281
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
282
|
+
from hikyuu.cpp.core310 import STDEV
|
|
283
283
|
from hikyuu.cpp.core310 import STDP
|
|
284
284
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
285
285
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -625,8 +625,8 @@ from hikyuu.hub import get_part_info
|
|
|
625
625
|
from hikyuu.hub import get_part_list
|
|
626
626
|
from hikyuu.hub import get_part_module
|
|
627
627
|
from hikyuu.hub import get_part_name_list
|
|
628
|
-
from hikyuu.hub import print_part_info as help_part
|
|
629
628
|
from hikyuu.hub import print_part_info
|
|
629
|
+
from hikyuu.hub import print_part_info as help_part
|
|
630
630
|
from hikyuu.hub import remove_hub
|
|
631
631
|
from hikyuu.hub import search_part
|
|
632
632
|
from hikyuu.hub import update_hub
|
|
@@ -677,8 +677,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
677
677
|
from hikyuu.util.mylog import hku_benchmark
|
|
678
678
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
679
679
|
from hikyuu.util.mylog import hku_debug
|
|
680
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
681
680
|
from hikyuu.util.mylog import hku_debug_if
|
|
681
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
682
682
|
from hikyuu.util.mylog import hku_error
|
|
683
683
|
from hikyuu.util.mylog import hku_error_if
|
|
684
684
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/extend.pyi
CHANGED
|
@@ -507,8 +507,8 @@ from hikyuu.cpp.core310 import __add__ as __old_Datetime_add__
|
|
|
507
507
|
from hikyuu.cpp.core310 import __init__ as __old_TimeDelta_init__
|
|
508
508
|
from hikyuu.cpp.core310 import __init__ as old_Query_init
|
|
509
509
|
from hikyuu.cpp.core310 import __init__ as __old_Datetime_init__
|
|
510
|
-
from hikyuu.cpp.core310 import __sub__ as __old_TimeDelta_sub__
|
|
511
510
|
from hikyuu.cpp.core310 import __sub__ as __old_Datetime_sub__
|
|
511
|
+
from hikyuu.cpp.core310 import __sub__ as __old_TimeDelta_sub__
|
|
512
512
|
from hikyuu.cpp.core310 import active_device
|
|
513
513
|
from hikyuu.cpp.core310 import backtest
|
|
514
514
|
from hikyuu.cpp.core310 import batch_calculate_inds
|
hikyuu/hub.pyi
CHANGED
|
@@ -28,11 +28,11 @@ import sys as sys
|
|
|
28
28
|
import typing
|
|
29
29
|
__all__: list = ['add_remote_hub', 'add_local_hub', 'update_hub', 'remove_hub', 'build_hub', 'help_part', 'get_part', 'get_part_list', 'get_hub_path', 'get_part_info', 'get_part_module', 'print_part_info', 'get_hub_name_list', 'get_part_name_list', 'get_current_hub', 'search_part']
|
|
30
30
|
class ConfigModel(sqlalchemy.orm.decl_api.Base):
|
|
31
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
31
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff498f9900; ConfigModel>
|
|
32
32
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_config', MetaData(), Column('id', Integer(), table=<hub_config>, primary_key=True, nullable=False, default=Sequence('config_id_seq', metadata=MetaData())), Column('key', String(), table=<hub_config>), Column('value', String(), table=<hub_config>), schema=None)
|
|
33
33
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('key', String(), table=<hub_config>)))
|
|
34
34
|
__tablename__: typing.ClassVar[str] = 'hub_config'
|
|
35
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.ConfigModel'> at
|
|
35
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.ConfigModel'> at ffff498ef970>
|
|
36
36
|
def __init__(self, **kwargs):
|
|
37
37
|
"""
|
|
38
38
|
A simple constructor that allows initialization from kwargs.
|
|
@@ -109,11 +109,11 @@ class HubManager:
|
|
|
109
109
|
def print_part_info(self, name):
|
|
110
110
|
...
|
|
111
111
|
class HubModel(sqlalchemy.orm.decl_api.Base):
|
|
112
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
112
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff498fa7d0; HubModel>
|
|
113
113
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_repo', MetaData(), Column('id', Integer(), table=<hub_repo>, primary_key=True, nullable=False, default=Sequence('remote_id_seq', metadata=MetaData())), Column('name', String(), table=<hub_repo>), Column('hub_type', String(), table=<hub_repo>), Column('local_base', String(), table=<hub_repo>), Column('local', String(), table=<hub_repo>), Column('url', String(), table=<hub_repo>), Column('branch', String(), table=<hub_repo>), schema=None)
|
|
114
114
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('name', String(), table=<hub_repo>)))
|
|
115
115
|
__tablename__: typing.ClassVar[str] = 'hub_repo'
|
|
116
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.HubModel'> at
|
|
116
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.HubModel'> at ffff4992cd10>
|
|
117
117
|
def __init__(self, **kwargs):
|
|
118
118
|
"""
|
|
119
119
|
A simple constructor that allows initialization from kwargs.
|
|
@@ -146,11 +146,11 @@ class ModuleConflictError(Exception):
|
|
|
146
146
|
def __str__(self):
|
|
147
147
|
...
|
|
148
148
|
class PartModel(sqlalchemy.orm.decl_api.Base):
|
|
149
|
-
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at
|
|
149
|
+
__mapper__: typing.ClassVar[sqlalchemy.orm.mapper.Mapper] # value = <Mapper at 0xffff498fad10; PartModel>
|
|
150
150
|
__table__: typing.ClassVar[sqlalchemy.sql.schema.Table] # value = Table('hub_part', MetaData(), Column('id', Integer(), table=<hub_part>, primary_key=True, nullable=False, default=Sequence('part_id_seq', metadata=MetaData())), Column('hub_name', String(), table=<hub_part>), Column('part', String(), table=<hub_part>), Column('name', String(), table=<hub_part>), Column('author', String(), table=<hub_part>), Column('version', String(), table=<hub_part>), Column('doc', String(), table=<hub_part>), Column('module_name', String(), table=<hub_part>), Column('label', String(), table=<hub_part>), schema=None)
|
|
151
151
|
__table_args__: typing.ClassVar[tuple] # value = (UniqueConstraint(Column('name', String(), table=<hub_part>)))
|
|
152
152
|
__tablename__: typing.ClassVar[str] = 'hub_part'
|
|
153
|
-
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.PartModel'> at
|
|
153
|
+
_sa_class_manager: typing.ClassVar[sqlalchemy.orm.instrumentation.ClassManager] # value = <ClassManager of <class 'hikyuu.hub.PartModel'> at ffff4992dd50>
|
|
154
154
|
def __init__(self, **kwargs):
|
|
155
155
|
"""
|
|
156
156
|
A simple constructor that allows initialization from kwargs.
|
|
@@ -321,7 +321,7 @@ private:
|
|
|
321
321
|
} else {
|
|
322
322
|
// std::this_thread::yield();
|
|
323
323
|
std::unique_lock<std::mutex> lk(m_cv_mutex);
|
|
324
|
-
m_cv.
|
|
324
|
+
m_cv.wait(lk, [this] {
|
|
325
325
|
return this->m_done.load(std::memory_order_acquire) ||
|
|
326
326
|
!this->m_master_work_queue.empty() ||
|
|
327
327
|
(m_local_work_queue && !m_local_work_queue->empty()) ||
|
hikyuu/include/hikyuu/version.h
CHANGED
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
#define HKU_VERSION_H
|
|
13
13
|
|
|
14
14
|
// clang-format off
|
|
15
|
-
#define HKU_VERSION "2.7.
|
|
15
|
+
#define HKU_VERSION "2.7.6"
|
|
16
16
|
#define HKU_VERSION_MAJOR 2
|
|
17
17
|
#define HKU_VERSION_MINOR 7
|
|
18
|
-
#define HKU_VERSION_ALTER
|
|
19
|
-
#define HKU_VERSION_BUILD
|
|
18
|
+
#define HKU_VERSION_ALTER 6
|
|
19
|
+
#define HKU_VERSION_BUILD 202602030150
|
|
20
20
|
#define HKU_VERSION_MODE "RELEASE"
|
|
21
|
-
#define HKU_VERSION_GIT "2.7.
|
|
21
|
+
#define HKU_VERSION_GIT "2.7.6 master.fdaefbbd (RELEASE)"
|
|
22
22
|
// clang-format on
|
|
23
23
|
|
|
24
24
|
#endif /* HKU_VERSION_H */
|
hikyuu/plugin/libcheckdata.so
CHANGED
|
Binary file
|
hikyuu/plugin/libextind.so
CHANGED
|
Binary file
|
hikyuu/plugin/libimport2hdf5.so
CHANGED
|
Binary file
|
hikyuu/trade_manage/__init__.pyi
CHANGED
|
@@ -141,10 +141,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
141
141
|
from hikyuu.cpp.core310 import KRecord
|
|
142
142
|
from hikyuu.cpp.core310 import KRecordList
|
|
143
143
|
from hikyuu.cpp.core310 import LAST
|
|
144
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
145
144
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
146
|
-
from hikyuu.cpp.core310 import
|
|
145
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
147
146
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
147
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
148
148
|
from hikyuu.cpp.core310 import LLV
|
|
149
149
|
from hikyuu.cpp.core310 import LLVBARS
|
|
150
150
|
from hikyuu.cpp.core310 import LN
|
|
@@ -269,8 +269,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
269
269
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
270
270
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
271
271
|
from hikyuu.cpp.core310 import SQRT
|
|
272
|
-
from hikyuu.cpp.core310 import STDEV
|
|
273
272
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
273
|
+
from hikyuu.cpp.core310 import STDEV
|
|
274
274
|
from hikyuu.cpp.core310 import STDP
|
|
275
275
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
276
276
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -629,8 +629,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
629
629
|
from hikyuu.util.mylog import hku_benchmark
|
|
630
630
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
631
631
|
from hikyuu.util.mylog import hku_debug
|
|
632
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
633
632
|
from hikyuu.util.mylog import hku_debug_if
|
|
633
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
634
634
|
from hikyuu.util.mylog import hku_error
|
|
635
635
|
from hikyuu.util.mylog import hku_error_if
|
|
636
636
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/trade_manage/trade.pyi
CHANGED
|
@@ -141,10 +141,10 @@ from hikyuu.cpp.core310 import KDataToMySQLImporter
|
|
|
141
141
|
from hikyuu.cpp.core310 import KRecord
|
|
142
142
|
from hikyuu.cpp.core310 import KRecordList
|
|
143
143
|
from hikyuu.cpp.core310 import LAST
|
|
144
|
-
from hikyuu.cpp.core310 import LASTVALUE
|
|
145
144
|
from hikyuu.cpp.core310 import LASTVALUE as CONST
|
|
146
|
-
from hikyuu.cpp.core310 import
|
|
145
|
+
from hikyuu.cpp.core310 import LASTVALUE
|
|
147
146
|
from hikyuu.cpp.core310 import LIUTONGPAN as CAPITAL
|
|
147
|
+
from hikyuu.cpp.core310 import LIUTONGPAN
|
|
148
148
|
from hikyuu.cpp.core310 import LLV
|
|
149
149
|
from hikyuu.cpp.core310 import LLVBARS
|
|
150
150
|
from hikyuu.cpp.core310 import LN
|
|
@@ -269,8 +269,8 @@ from hikyuu.cpp.core310 import SP_Normal
|
|
|
269
269
|
from hikyuu.cpp.core310 import SP_TruncNormal
|
|
270
270
|
from hikyuu.cpp.core310 import SP_Uniform
|
|
271
271
|
from hikyuu.cpp.core310 import SQRT
|
|
272
|
-
from hikyuu.cpp.core310 import STDEV
|
|
273
272
|
from hikyuu.cpp.core310 import STDEV as STD
|
|
273
|
+
from hikyuu.cpp.core310 import STDEV
|
|
274
274
|
from hikyuu.cpp.core310 import STDP
|
|
275
275
|
from hikyuu.cpp.core310 import ST_FixedPercent
|
|
276
276
|
from hikyuu.cpp.core310 import ST_Indicator
|
|
@@ -623,8 +623,8 @@ from hikyuu.util.mylog import class_logger
|
|
|
623
623
|
from hikyuu.util.mylog import hku_benchmark
|
|
624
624
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
625
625
|
from hikyuu.util.mylog import hku_debug
|
|
626
|
-
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
627
626
|
from hikyuu.util.mylog import hku_debug_if
|
|
627
|
+
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
628
628
|
from hikyuu.util.mylog import hku_error
|
|
629
629
|
from hikyuu.util.mylog import hku_error_if
|
|
630
630
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/util/__init__.pyi
CHANGED
|
@@ -20,8 +20,8 @@ from hikyuu.util.mylog import get_default_logger
|
|
|
20
20
|
from hikyuu.util.mylog import hku_benchmark
|
|
21
21
|
from hikyuu.util.mylog import hku_debug
|
|
22
22
|
from hikyuu.util.mylog import hku_debug as hku_trace
|
|
23
|
-
from hikyuu.util.mylog import hku_debug_if
|
|
24
23
|
from hikyuu.util.mylog import hku_debug_if as hku_trace_if
|
|
24
|
+
from hikyuu.util.mylog import hku_debug_if
|
|
25
25
|
from hikyuu.util.mylog import hku_error
|
|
26
26
|
from hikyuu.util.mylog import hku_error_if
|
|
27
27
|
from hikyuu.util.mylog import hku_fatal
|
hikyuu/util/singleton.pyi
CHANGED
|
@@ -12,7 +12,7 @@ class SingletonType(type):
|
|
|
12
12
|
self.name = name
|
|
13
13
|
|
|
14
14
|
"""
|
|
15
|
-
_instance_lock: typing.ClassVar[_thread.lock] # value = <unlocked _thread.lock object at
|
|
15
|
+
_instance_lock: typing.ClassVar[_thread.lock] # value = <unlocked _thread.lock object at 0xffff4a1bd440>
|
|
16
16
|
@classmethod
|
|
17
17
|
def __call__(cls, *args, **kwargs):
|
|
18
18
|
...
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
hikyuu/LICENSE.txt,sha256=eYUkkmVyE-JozrxZVvt2kdnQT8i6toPobgU_jqhK7cU,1065
|
|
2
2
|
hikyuu/__init__.py,sha256=gdcQ74QyYpLdfQHxenaX1j55ZRPSUu3mv42o3Ca6soY,19522
|
|
3
|
-
hikyuu/__init__.pyi,sha256=
|
|
3
|
+
hikyuu/__init__.pyi,sha256=RHaGgRk4aM5XH6LGPlln3rJKkp_0PghaBnKVPcD5u80,49674
|
|
4
4
|
hikyuu/core.py,sha256=MzqL2cRiKj8CMzEQOGjiPn4utLZqsB6yUOSgbv7HpAw,704
|
|
5
|
-
hikyuu/core.pyi,sha256=
|
|
5
|
+
hikyuu/core.pyi,sha256=bWPiLAipsr2z5GSJsu61F55g5XuVSZ-pjCu-7hd5uRI,33966
|
|
6
6
|
hikyuu/extend.py,sha256=27sQMG8-XkhT7pc9Megj_UxuqoSA3BqnE0OOuNpvNi4,9118
|
|
7
|
-
hikyuu/extend.pyi,sha256=
|
|
7
|
+
hikyuu/extend.pyi,sha256=AUy38A5BBUA9D6fUpIE8V1iDtta1jboczeiaD33njNY,37188
|
|
8
8
|
hikyuu/hub.py,sha256=M7e3pGtGWEPyz9IZj8pOD0EmC8mXtxr-F-IQNnbZ9qY,27870
|
|
9
|
-
hikyuu/hub.pyi,sha256=
|
|
9
|
+
hikyuu/hub.pyi,sha256=9PozciEZqRnhyvBG0jnh01GG9ygmTZo_ez28z3P_D9o,10462
|
|
10
10
|
hikyuu/interactive.py,sha256=Ee9E1XEtbQc1o-er7QHs0F6o4krUXBARZX1HGmaiogI,2275
|
|
11
11
|
hikyuu/analysis/__init__.py,sha256=hFm87HRyntuyCiQY1gEX6XZJ9OgTty5nBxCpf8ndbSw,252
|
|
12
12
|
hikyuu/analysis/__init__.pyi,sha256=3iXEQouGNti1NVJFhkMfCGvInIM-mHAo6cu0H4iiEi4,25778
|
|
@@ -22,13 +22,13 @@ hikyuu/config/block/zsbk.ini,sha256=h1l_Gdi0pnf1jYZCdQR_Gjmx22qTYWJt-N1qVxr1hVs,
|
|
|
22
22
|
hikyuu/cpp/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
23
23
|
hikyuu/cpp/__init__.pyi,sha256=JlDqZoTwpWWxZ4n7Fl2v3wKHYYss5XHlppRWl9x6D00,90
|
|
24
24
|
hikyuu/cpp/core310.pyi,sha256=h9jJm7hPK6rkhzdO4q0UeIQfAhxRUkbG9mWXfWID7b0,482893
|
|
25
|
-
hikyuu/cpp/core310.so,sha256=
|
|
25
|
+
hikyuu/cpp/core310.so,sha256=46qs-T1CNirKcm5e55uK_--3HA2aE8oFrSsnnoKrzm4,7624088
|
|
26
26
|
hikyuu/cpp/core311.pyi,sha256=ondfoxsYaBacFZdcmVu5qrYzzZzrZBerRx2rMjMX40c,482893
|
|
27
|
-
hikyuu/cpp/core311.so,sha256=
|
|
27
|
+
hikyuu/cpp/core311.so,sha256=0Ac4Jdh89czWRdIhBEQokCl_3cunKx1Dn5duC11E25E,7620000
|
|
28
28
|
hikyuu/cpp/core312.pyi,sha256=OesVuRzFiyl_pwWdcP_DaWOQZF6TQgSfUEB4AP-mYp0,482893
|
|
29
|
-
hikyuu/cpp/core312.so,sha256=
|
|
29
|
+
hikyuu/cpp/core312.so,sha256=2xpIWqPAtlEFkTDzIb6u701Omu_oGDgeilmI0Vw1RmA,7611808
|
|
30
30
|
hikyuu/cpp/core313.pyi,sha256=lcL4GACrjjfLW7mg0WWLbfc4lapbVS8kpgbmiJGyFBA,482111
|
|
31
|
-
hikyuu/cpp/core313.so,sha256=
|
|
31
|
+
hikyuu/cpp/core313.so,sha256=MMqxaq8-x9lLmTeiTOkQbXF44WmXtcT0LpcA8HDHuSU,7640504
|
|
32
32
|
hikyuu/cpp/libboost_atomic.so,sha256=xla7jjZvN-O-GmzypApL5q3bPsMI8MJyZMVfYbCf8BM,19744
|
|
33
33
|
hikyuu/cpp/libboost_atomic.so.1.90.0,sha256=xla7jjZvN-O-GmzypApL5q3bPsMI8MJyZMVfYbCf8BM,19744
|
|
34
34
|
hikyuu/cpp/libboost_charconv.so,sha256=arGEpXAkgKnjK_NPz5lVKSmIz3pN9EE9p9wfRRVT0s0,167160
|
|
@@ -50,7 +50,7 @@ hikyuu/cpp/libboost_thread.so.1.90.0,sha256=-G_bLPp8BFgAM5k6RxhOsahxUra7pgxrjQwr
|
|
|
50
50
|
hikyuu/cpp/libboost_wserialization.so,sha256=whaOtOL1s4RzQBzAESvMzX1blApsAauuPuIYvZFF0fc,389056
|
|
51
51
|
hikyuu/cpp/libboost_wserialization.so.1.90.0,sha256=whaOtOL1s4RzQBzAESvMzX1blApsAauuPuIYvZFF0fc,389056
|
|
52
52
|
hikyuu/cpp/libcrypto.so.3,sha256=P2gs3V7oEkPCxU0xuzwb291b7B-Vlu9fYd8brF-6dyA,4057240
|
|
53
|
-
hikyuu/cpp/libhikyuu.so,sha256=
|
|
53
|
+
hikyuu/cpp/libhikyuu.so,sha256=I98rWhHgJJbRVOsXTFNZr-aEIazIppflElLL88OuKHk,35950536
|
|
54
54
|
hikyuu/cpp/libhku_hdf5.so,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
55
55
|
hikyuu/cpp/libhku_hdf5.so.200,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
56
56
|
hikyuu/cpp/libhku_hdf5.so.200.2.0,sha256=KArHJcGFM1tJX1uMz4LK6fRQDVnaxaN9WPQ53gucO3I,5018736
|
|
@@ -191,13 +191,13 @@ hikyuu/draw/volume.pyi,sha256=JLAluP64ar2J1XcbmS6-WCuXLQSyj7ZBMPqH0QxVZhc,1477
|
|
|
191
191
|
hikyuu/draw/drawplot/__init__.py,sha256=lhGdOn2ggxJBBN9mEu4s3ytzKVK89vEMGApKWunVALk,10053
|
|
192
192
|
hikyuu/draw/drawplot/__init__.pyi,sha256=XwNexvWCKReLxP3eEuLBUBDBVKWZaCsDImQXRV5FWZI,6600
|
|
193
193
|
hikyuu/draw/drawplot/bokeh_draw.py,sha256=CaSx-GvSeCroFOQzuoDUKeCPRsZyn1jqB2LW2ruGP80,19666
|
|
194
|
-
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=
|
|
194
|
+
hikyuu/draw/drawplot/bokeh_draw.pyi,sha256=oeU_mA-rO8xEqRbcdTZHC9eb5N9B0bUKyC5hlYqVIOQ,48877
|
|
195
195
|
hikyuu/draw/drawplot/common.py,sha256=N2n89dR0D13_5PvSk_FEQutNgDL0rdza0KGbQNPwCE0,3097
|
|
196
196
|
hikyuu/draw/drawplot/common.pyi,sha256=qYjJr2lyngCSCPlLOo1k2JvG02nwvpe4MfiFfgq0g6E,364
|
|
197
197
|
hikyuu/draw/drawplot/echarts_draw.py,sha256=TOhcrsOqhf8n8th7c7PkieloWqdcfaKf2vmnynrq_OM,20456
|
|
198
|
-
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=
|
|
198
|
+
hikyuu/draw/drawplot/echarts_draw.pyi,sha256=0d_Gh8iApmis1iC5cnXELfh4exH5kMAIWvtmQ_uq128,43964
|
|
199
199
|
hikyuu/draw/drawplot/matplotlib_draw.py,sha256=32DPvA_gpQl0FFGusoQSOHSdXHieVgYZrUU8asJmdzw,57249
|
|
200
|
-
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=
|
|
200
|
+
hikyuu/draw/drawplot/matplotlib_draw.pyi,sha256=U962hU6USite_ywBcK7iDY1duRF7P07KmApAZixJe_s,67193
|
|
201
201
|
hikyuu/draw/drawplot/icon/1.png,sha256=I21nZoJ2secsZZYSeWcSzzgtKsuKIJtBeFKQ7xp_trU,786
|
|
202
202
|
hikyuu/draw/drawplot/icon/10.png,sha256=o8cfsnmu0dltqyh3F-U-6IxJz9HvSFing1b11UaLlSQ,570
|
|
203
203
|
hikyuu/draw/drawplot/icon/11.png,sha256=6ayNsr6Ym30jpv5Y1NGOtf8Ne9__WiA8VL4IwGsB73Y,852
|
|
@@ -340,7 +340,7 @@ hikyuu/include/hikyuu/doc.h,sha256=QipCcndVjM6ZAJ2fAguTIVbyxVTmLhXp7XjaaIq3wWA,6
|
|
|
340
340
|
hikyuu/include/hikyuu/hikyuu.h,sha256=23ZIm8RW8K3YIP73AJIC_MQ_P30PRUhnzmlHTCGqqLM,1528
|
|
341
341
|
hikyuu/include/hikyuu/lang.h,sha256=J5jT_yk3_PV-TZsGIpFGz98JTk_NIzrcqIcfpLYKvPw,963
|
|
342
342
|
hikyuu/include/hikyuu/misc.h,sha256=VHCFzcWzCtNIMTNyQsu1tyJC5_gurteF84P45OYsH78,1048
|
|
343
|
-
hikyuu/include/hikyuu/version.h,sha256=
|
|
343
|
+
hikyuu/include/hikyuu/version.h,sha256=6XY0Zw2GlGSimBNZ_-dRWNIP8TbOgEte1U3x_08OBgc,483
|
|
344
344
|
hikyuu/include/hikyuu/analysis/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
345
345
|
hikyuu/include/hikyuu/analysis/analysis_sys.h,sha256=YJVo-gC-vdcV4aBgGG7wBUc-KZw534HLAIsczaCAtZo,3163
|
|
346
346
|
hikyuu/include/hikyuu/analysis/combinate.h,sha256=_qg13D0Q0wD7RT0JBe6I0-a2WvHd6-p5gNSqRTr0tDs,4082
|
|
@@ -1031,7 +1031,7 @@ hikyuu/include/hikyuu/utilities/plugin/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk
|
|
|
1031
1031
|
hikyuu/include/hikyuu/utilities/thread/FuncWrapper.h,sha256=wQAPPTJdzMVuQGuILbwwW0KQIHAfeTGY5pD63k4Hn6g,2057
|
|
1032
1032
|
hikyuu/include/hikyuu/utilities/thread/GlobalMQStealThreadPool.h,sha256=Us67UEsq1Dw4NkUbxeZ0VFyxw9d12Ax7XdnzeFccfpg,9256
|
|
1033
1033
|
hikyuu/include/hikyuu/utilities/thread/GlobalMQThreadPool.h,sha256=IICeJdhWXtWTfuASWcv2iKViDNi-LQHCsd_xeo5Ssfs,7584
|
|
1034
|
-
hikyuu/include/hikyuu/utilities/thread/GlobalStealThreadPool.h,sha256=
|
|
1034
|
+
hikyuu/include/hikyuu/utilities/thread/GlobalStealThreadPool.h,sha256=Avc5M5nG8U3CvV6g_4iTY5LR8rU0s8U5pUIXFrzBMLY,11672
|
|
1035
1035
|
hikyuu/include/hikyuu/utilities/thread/GlobalThreadPool.h,sha256=PANjXqrix947r-698O0cn28Fr9VyW30uQPUzkXwHmmo,5953
|
|
1036
1036
|
hikyuu/include/hikyuu/utilities/thread/InterruptFlag.h,sha256=DhSj-OPsnqkEt5WJvQbXkGJsCKN7aF3900mdDkvCsoI,879
|
|
1037
1037
|
hikyuu/include/hikyuu/utilities/thread/MQStealQueue.h,sha256=brNknAGT9GI63TLJZGTvpv8JctA0iaqYaV5A4XMnx8Y,2678
|
|
@@ -1049,15 +1049,15 @@ hikyuu/indicator/indicator.py,sha256=GPSquIP_OCf9KVbMZMTDPe1dq0xXDhcH0hDf8Be35Og
|
|
|
1049
1049
|
hikyuu/indicator/pyind.py,sha256=rMmzY-_GPWfhnWXZdlffuJH30xFvTEVUX8HYt_prr0A,1689
|
|
1050
1050
|
hikyuu/plugin/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
1051
1051
|
hikyuu/plugin/libbacktest.so,sha256=2bnv41sswBmzqpsKYwb6pkUTKXaUSdqOWtpWN57iZ78,841856
|
|
1052
|
-
hikyuu/plugin/libcheckdata.so,sha256=
|
|
1052
|
+
hikyuu/plugin/libcheckdata.so,sha256=xJR3feQ1DzxGmO0Ek3gsL2ox_pSY4pclVUO-XCfuE0w,916392
|
|
1053
1053
|
hikyuu/plugin/libclickhousedriver.so,sha256=r7otHMSIVXQ855hJL8c1WzLgx7XvM9NsWInyac27Cvo,2046160
|
|
1054
1054
|
hikyuu/plugin/libdataserver.so,sha256=dCzAZfsYCENYUDNyPoMS3mHRCdVm5x-J3-EUJneSjXw,2010760
|
|
1055
1055
|
hikyuu/plugin/libdataserver_parquet.so,sha256=BE8PL-k5y6ABY9gH3XEilXaRQp0JXQ14TfNNhUIgQo8,13288800
|
|
1056
1056
|
hikyuu/plugin/libdevice.so,sha256=rxLOZ02S8jhfvShRXS0eTydxKu7UC3q6cACO-vFO9oo,788096
|
|
1057
|
-
hikyuu/plugin/libextind.so,sha256=
|
|
1057
|
+
hikyuu/plugin/libextind.so,sha256=wQXct4HC5MyyozOBv9Km1Ok32WvOCTK--ez_KkSXnRA,3595848
|
|
1058
1058
|
hikyuu/plugin/libhkuextra.so,sha256=Ea8MNwBbC8JQlatZnjC-G-rHF9muBj7GttVbBjnoUFI,874736
|
|
1059
1059
|
hikyuu/plugin/libimport2ch.so,sha256=3gc210VS6BIaj6hq7BnMQOSqNVy1LqAL70fpCGaJhyg,1746208
|
|
1060
|
-
hikyuu/plugin/libimport2hdf5.so,sha256
|
|
1060
|
+
hikyuu/plugin/libimport2hdf5.so,sha256=OfmCXmjxoSMv1uoU5RisRL2L-WZzyvmEexc1gI0twpg,838128
|
|
1061
1061
|
hikyuu/plugin/libimport2mysql.so,sha256=KzNeRkE47B2lqcSX0tMtx2Yf9WJ8ueEekY2U_AC_vWg,821216
|
|
1062
1062
|
hikyuu/plugin/libtmreport.so,sha256=YX_0f_qSB1xw5bqFTFaRrUu9bay1d-aNIsP0edeynEg,788544
|
|
1063
1063
|
hikyuu/shell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1097,7 +1097,7 @@ hikyuu/tools/fenge.py,sha256=LmGHvs0zYqSK3b_ZWecit4sXqtvcamXOiSywSrekszU,5231
|
|
|
1097
1097
|
hikyuu/tools/h5_data_clear.py,sha256=Rl1UpMhyxsXZHlRS4THMucH1G1OouEwRzpm21i6Jfb0,4257
|
|
1098
1098
|
hikyuu/tools/mysql_clear_last_day_data.py,sha256=b_z8jPpyyGEuDs5pvbC8iOQAKIUxi93DVPI3_FgaxiE,1631
|
|
1099
1099
|
hikyuu/trade_manage/__init__.py,sha256=A1UP_MYNlIjixZW2U4c-fs2pibB6_n2S4DrY4WpNUOg,1363
|
|
1100
|
-
hikyuu/trade_manage/__init__.pyi,sha256=
|
|
1100
|
+
hikyuu/trade_manage/__init__.pyi,sha256=Ty5v-Ma0f7ppsFd6tdZo1BqdV9ysFSGxlu6sWIx8RDk,39086
|
|
1101
1101
|
hikyuu/trade_manage/broker.py,sha256=nol4j0j1eInZLJKR9jDOlM-naP56oBLdBtKSXEXx-MY,4026
|
|
1102
1102
|
hikyuu/trade_manage/broker.pyi,sha256=jdUZ7U0DHJv51_bDoUHonZHuRbo09O5sSO0gmXDW25c,2161
|
|
1103
1103
|
hikyuu/trade_manage/broker_easytrader.py,sha256=0jdGpiKPdo5lT8w1ZCdLM9UYG_HOREPPdUwaXmIc_BA,2280
|
|
@@ -1105,11 +1105,11 @@ hikyuu/trade_manage/broker_easytrader.pyi,sha256=k1iyzBNngRKEjSYqLzwQkRGLblZDiGI
|
|
|
1105
1105
|
hikyuu/trade_manage/broker_mail.py,sha256=pC-soUg3Pnb2N7YHzhxfQZBRizhjltBVMjqyp4bXmsE,3953
|
|
1106
1106
|
hikyuu/trade_manage/broker_mail.pyi,sha256=1pBU3JWptTPlNeFhYiJh5clxDpnE1AoLZmi055eAntQ,2042
|
|
1107
1107
|
hikyuu/trade_manage/trade.py,sha256=CGzaVMleWxa-sM4Ecjnw6IzSSL6VRoY6TaqRTKEupjM,2094
|
|
1108
|
-
hikyuu/trade_manage/trade.pyi,sha256=
|
|
1108
|
+
hikyuu/trade_manage/trade.pyi,sha256=hapayU2cdeQyxBVcqBtCkJIm0j4vSaAGZKgo59xCE_U,38601
|
|
1109
1109
|
hikyuu/trade_sys/__init__.py,sha256=autFsnGJypv8tUBECFqfQUzj0DivBZEB2joF-mFjbIc,1841
|
|
1110
1110
|
hikyuu/trade_sys/trade_sys.py,sha256=SX6cWOd05WBsE8XujpAfyaUnonshN5K-7d54z7kVLTM,10371
|
|
1111
1111
|
hikyuu/util/__init__.py,sha256=6Gb8-XtTfy8ThbzI8wapbihCQSoUTVRzipAHdotfdQs,1115
|
|
1112
|
-
hikyuu/util/__init__.pyi,sha256=
|
|
1112
|
+
hikyuu/util/__init__.pyi,sha256=qkShpi_raZEtmb0urZsEATFHf-JeuUBItRK5PpW2OOU,2866
|
|
1113
1113
|
hikyuu/util/check.py,sha256=KaSawQuEEG0cZ22ABdxYf48nhnOJg0-V_ez4qyJp1Vo,5845
|
|
1114
1114
|
hikyuu/util/check.pyi,sha256=VVTSyXToje1qMhNK4XYrfAsg7cz-viM1UDKbH4ejtik,2552
|
|
1115
1115
|
hikyuu/util/mylog.py,sha256=vLqiYWIU65jcPOnBU0al_3tcjoQcnJBga8LLOMLU23E,10453
|
|
@@ -1117,11 +1117,11 @@ hikyuu/util/mylog.pyi,sha256=YA-65LTq9FocjOI1M6zsNYh7i-iorAOdea8DB-wmX8o,2636
|
|
|
1117
1117
|
hikyuu/util/notebook.py,sha256=-MuWr_JCEI0mwMERc7WYIAjIxbub22hkmjY18XPOKQY,1112
|
|
1118
1118
|
hikyuu/util/notebook.pyi,sha256=BNPZrWpmvQZemCX2eibkDJyOZnZtQwJrdTTyGJTxdSU,552
|
|
1119
1119
|
hikyuu/util/singleton.py,sha256=xoM_ohhzg-pWvOiDdEADZaf87Pw23DoiCMEkBUQxNao,764
|
|
1120
|
-
hikyuu/util/singleton.pyi,sha256=
|
|
1120
|
+
hikyuu/util/singleton.pyi,sha256=eoa2Se6X1ZrUByVUGHz3dJ2dm5Y73zuMuW0bZCICW5I,538
|
|
1121
1121
|
hikyuu/util/slice.py,sha256=bq5C7OPiXjG4cPZtWLisa1zHEwZ0jRlGWbZi5IxsQA4,1717
|
|
1122
1122
|
hikyuu/util/timeout.py,sha256=IfWsBgra-enerXuUtaGsOlvkz5pkEyKBCUMKCohdfYU,2949
|
|
1123
|
-
hikyuu-2.7.
|
|
1124
|
-
hikyuu-2.7.
|
|
1125
|
-
hikyuu-2.7.
|
|
1126
|
-
hikyuu-2.7.
|
|
1127
|
-
hikyuu-2.7.
|
|
1123
|
+
hikyuu-2.7.6.dist-info/METADATA,sha256=iw3LQM5ON7mk78oRcBbN4519i4P63_8s5FAeZ0QxP8Y,14026
|
|
1124
|
+
hikyuu-2.7.6.dist-info/WHEEL,sha256=eBNBQdT9E17_gEYVL6i6RGDXhJ-1o-Gmjkoui977NoI,109
|
|
1125
|
+
hikyuu-2.7.6.dist-info/entry_points.txt,sha256=lKAXjEs7kBs3KiRG88yAXos2X9L2-zQ_YQh0DsKE3kY,137
|
|
1126
|
+
hikyuu-2.7.6.dist-info/top_level.txt,sha256=ZeEwlNS8i9-M1qMvmgIwp0RcYhUQ7Lg60qhS9OSd9dE,4397
|
|
1127
|
+
hikyuu-2.7.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|