analyser_hj3415 2.9.0__tar.gz → 2.9.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (23) hide show
  1. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/PKG-INFO +1 -1
  2. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/tsa.py +4 -2
  3. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/pyproject.toml +1 -1
  4. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.DS_Store +0 -0
  5. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.gitattributes +0 -0
  6. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.gitignore +0 -0
  7. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/.gitignore +0 -0
  8. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/analyser-hj3415.iml +0 -0
  9. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
  10. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/misc.xml +0 -0
  11. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/modules.xml +0 -0
  12. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/.idea/vcs.xml +0 -0
  13. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/LICENSE +0 -0
  14. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/README.md +0 -0
  15. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/.DS_Store +0 -0
  16. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/__init__.py +0 -0
  17. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/cli.py +0 -0
  18. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/eval.py +0 -0
  19. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/__init__.py +0 -0
  20. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/mysklearn.py +0 -0
  21. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/mysklearn2.py +0 -0
  22. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/score.py +0 -0
  23. {analyser_hj3415-2.9.0 → analyser_hj3415-2.9.1}/analyser_hj3415/workroom/trash.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: analyser_hj3415
3
- Version: 2.9.0
3
+ Version: 2.9.1
4
4
  Summary: Stock analyser and database processing programs
5
5
  Author-email: Hyungjin Kim <hj3415@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -163,7 +163,8 @@ class MyProphet:
163
163
  ),
164
164
  yaxis = dict(
165
165
  tickformat=".0f", # 소수점 없이 원래 숫자 표시
166
- )
166
+ ),
167
+ showlegend=False,
167
168
  )
168
169
 
169
170
  if to == 'str':
@@ -555,7 +556,8 @@ class MyLSTM:
555
556
  ),
556
557
  yaxis = dict(
557
558
  tickformat=".0f", # 소수점 없이 원래 숫자 표시
558
- )
559
+ ),
560
+ showlegend=False,
559
561
  )
560
562
 
561
563
  if to == 'str':
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "analyser_hj3415"
7
- version = "2.9.0"
7
+ version = "2.9.1"
8
8
  authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
9
9
  description = "Stock analyser and database processing programs"
10
10
  readme = "README.md"
File without changes