analyser_hj3415 4.2.6__py3-none-any.whl → 4.2.8__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.
- analyser_hj3415/analyser/tsa/lstm.py +1 -1
- analyser_hj3415/analyser/tsa/prophet.py +1 -1
- {analyser_hj3415-4.2.6.dist-info → analyser_hj3415-4.2.8.dist-info}/METADATA +2 -1
- {analyser_hj3415-4.2.6.dist-info → analyser_hj3415-4.2.8.dist-info}/RECORD +6 -6
- {analyser_hj3415-4.2.6.dist-info → analyser_hj3415-4.2.8.dist-info}/WHEEL +0 -0
- {analyser_hj3415-4.2.6.dist-info → analyser_hj3415-4.2.8.dist-info}/entry_points.txt +0 -0
@@ -17,7 +17,7 @@ from db_hj3415 import myredis
|
|
17
17
|
from analyser_hj3415.analyser import MIs, tsa
|
18
18
|
from analyser_hj3415.analyser.tsa.common import PandasTimestampField, ChartPoint
|
19
19
|
|
20
|
-
mylogger = setup_logger(__name__,'
|
20
|
+
mylogger = setup_logger(__name__,'WARNING')
|
21
21
|
|
22
22
|
|
23
23
|
@dataclass
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: analyser_hj3415
|
3
|
-
Version: 4.2.
|
3
|
+
Version: 4.2.8
|
4
4
|
Summary: Stock analyser and database processing programs
|
5
5
|
Requires-Python: >=3.6
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -12,6 +12,7 @@ Requires-Dist: yfinance>=0.2.44
|
|
12
12
|
Requires-Dist: prophet>=1.1.6
|
13
13
|
Requires-Dist: kaleido>=0.2.1
|
14
14
|
Requires-Dist: matplotlib>=3.9.2
|
15
|
+
Requires-Dist: marshmallow>=3.26.0
|
15
16
|
Requires-Dist: tensorflow-macos>=2.16.2; platform_machine == 'arm64' and sys_platform == 'darwin'
|
16
17
|
Requires-Dist: tensorflow-metal>=0.5.0; platform_machine == 'arm64' and sys_platform == 'darwin'
|
17
18
|
Requires-Dist: tensorflow>=2.18.0; platform_machine != 'arm64' or sys_platform != 'darwin'
|
@@ -9,9 +9,9 @@ analyser_hj3415/analyser/eval/mil.py,sha256=6_1SuWqG1fsuZUKuaABhSqNsYCgj5np35auW
|
|
9
9
|
analyser_hj3415/analyser/eval/red.py,sha256=Abf5HPsNWKnDF4cbZ8xhlNsMF6ljN_sShCAYyPAhCYs,12028
|
10
10
|
analyser_hj3415/analyser/tsa/__init__.py,sha256=pg20ZQRABedTdaIoOr5t043RNKtJ7ji_WmnZrD1IhPg,147
|
11
11
|
analyser_hj3415/analyser/tsa/common.py,sha256=iRwk88zBtEIqzSmTQWmQIWiiqZ9gN7GLtDUa5rx8IGM,1918
|
12
|
-
analyser_hj3415/analyser/tsa/lstm.py,sha256=
|
13
|
-
analyser_hj3415/analyser/tsa/prophet.py,sha256=
|
14
|
-
analyser_hj3415-4.2.
|
15
|
-
analyser_hj3415-4.2.
|
16
|
-
analyser_hj3415-4.2.
|
17
|
-
analyser_hj3415-4.2.
|
12
|
+
analyser_hj3415/analyser/tsa/lstm.py,sha256=kVAW8KeCwGhSgqfBkUsUWN6udY9Vztk7OfeC3p3wrTU,28790
|
13
|
+
analyser_hj3415/analyser/tsa/prophet.py,sha256=2WPR7OJBPKYrl_uAzfcDdezJ7oWeQWlz-eU-yriuKlw,17098
|
14
|
+
analyser_hj3415-4.2.8.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
15
|
+
analyser_hj3415-4.2.8.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
16
|
+
analyser_hj3415-4.2.8.dist-info/METADATA,sha256=XeXOc0OtcQowr8WpNi8-qZbC1wlXSfsX-dB4T47Y63w,6811
|
17
|
+
analyser_hj3415-4.2.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|