siat 3.2.16__py3-none-any.whl → 3.2.17__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: siat
3
- Version: 3.2.16
3
+ Version: 3.2.17
4
4
  Summary: Securities Investment Analysis Tools (siat)
5
5
  Home-page: https://pypi.org/project/siat/
6
6
  Author: Prof. WANG Dehong, International Business School, Beijing Foreign Studies University
@@ -32,9 +32,7 @@ Requires-Dist: graphviz
32
32
  Requires-Dist: luddite
33
33
  Requires-Dist: pendulum
34
34
 
35
- === Notes on the Upgrade of siat ===
36
-
37
- *** What is siat? ***
35
+ *** What is siat?
38
36
  siat is a Python plug-in, which stands for security investment analysis toolkit. It is specially designed for teaching and learning purposes on security investment in universities for undergraduate and postgraduate programs.
39
37
 
40
38
  *** What sort of securities does siat support?
@@ -75,7 +73,7 @@ siat is a Python plug-in, which stands for security investment analysis toolkit.
75
73
  18. ESG: basic function
76
74
 
77
75
  *** Do I have to download data first before using siat?
78
- NO
76
+ NO!
79
77
  siat will search the internet data sources for all the required data during analysis.
80
78
  The main data sources siat uses:
81
79
  1. Yahoo Finance
@@ -90,10 +88,9 @@ The main data sources siat uses:
90
88
  10. Tokyo Stock Exchange
91
89
  11. HKEX
92
90
  12. Sustainalytics
93
-
94
91
  Thanks the above websites for their valuable data supply!
95
92
 
96
- *** How is siat version numbered? ***
93
+ *** How is siat version numbered?
97
94
  siat version format: X.Y.Z
98
95
  X is the major version number.
99
96
  If the major number X changes, it means a primary upgrade, usually there are some big changes in the architecure. However, user's habits will remain for most of the cases.
@@ -104,11 +101,11 @@ If the revision number Y changes, it usually indicates some new functions have b
104
101
  Z is the build number.
105
102
  A build number Z change usually reveals a new compilation over the package for the purpose of debug only.
106
103
 
107
- *** When to upgrade siat? ***
104
+ *** When to upgrade siat?
108
105
  If you have been using the existing copy very well, there is no need to follow up the newest version. However, if you do find
109
106
  some bugs in using siat, most of the time it is a quick solution to upgrade siat as well as the dependent modules that siat relies on.
110
107
 
111
- *** How to upgrade siat? ***
108
+ *** How to upgrade siat?
112
109
  It is strongly recommended to use siat in Jupyter Notebook or Jupyter Lab. In Jupyter, there is an easy way to directly upgrade siat and its relevent modules together in the following command:
113
110
  upgrade_siat()
114
111
 
@@ -116,10 +113,10 @@ If Jupyter prompts that pip command not found during the upgrade, it usually mea
116
113
  "Add Python to your path" or something like this during Anaconda installation. If you forget to tick the checkbox, you may need to remedy the situation case by case. In some of the situations, the following command may work in Anaconda Prompt, but not for all the cases:
117
114
  python -m ensurepip
118
115
 
119
- *** Are there detailed case studies on using siat? ***
116
+ *** Are there detailed case studies on using siat?
120
117
  YES, hundreds of video case studies in the author's channel (most in Chinese, some in English).
121
118
  https://space.bilibili.com/284812153
122
119
  Welcome to follow the channel!
123
120
 
124
- *** How to report a bug and look for help? ***
121
+ *** How to report a bug and look for help?
125
122
  Write to the author, Prof. WANG Dehong, wdehong2000@163.com
@@ -136,7 +136,7 @@ siat/valuation.py,sha256=NKfeZMdDJOW42oLVHob6eSVBXUqlN1OCnnzwyGAst8c,48855
136
136
  siat/valuation_china.py,sha256=EkZQaVkoBjM0c4MCNbaX-bMnlG0e3FXeaWczZDnkptU,67784
137
137
  siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
138
138
  siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
139
- siat-3.2.16.dist-info/METADATA,sha256=AYKaInQ92nqx-lpb--Om1h_2MGJ7Nr-6khzgnvIjWJ4,5407
140
- siat-3.2.16.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
141
- siat-3.2.16.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
142
- siat-3.2.16.dist-info/RECORD,,
139
+ siat-3.2.17.dist-info/METADATA,sha256=k7iUE_E1jYmbGSIifvc5IlN0mVhrvM273Ogc9nCNDtc,5342
140
+ siat-3.2.17.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
141
+ siat-3.2.17.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
142
+ siat-3.2.17.dist-info/RECORD,,
File without changes