siat 3.2.31__py3-none-any.whl → 3.2.32__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.
siat/luchy_draw.py CHANGED
@@ -130,8 +130,8 @@ def lucky_draw_header_create(course,file_path, \
130
130
  return
131
131
 
132
132
  def lucky_draw_header_modify(course,file_path="current", \
133
- skiprows=="current",column=="current",draw_limit=="current", \
134
- absent_limit=="current",pass_limit=="current"):
133
+ skiprows="current",column="current",draw_limit="current", \
134
+ absent_limit="current",pass_limit="current"):
135
135
 
136
136
  pickle_path=course+" header.pkl"
137
137
  header_dict=pickle_read(pickle_path)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: siat
3
- Version: 3.2.31
3
+ Version: 3.2.32
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
@@ -65,7 +65,7 @@ siat/grafix_test.py,sha256=kXvcpLgQNO7wd30g_bWljLj5UH7bIVI0_dUtXbfiKR0,3150
65
65
  siat/holding_risk.py,sha256=G3wpaewAKF9CwEqRpr4khyuDu9SU2EGyQUHdk7cmHOA,30693
66
66
  siat/holding_risk_test.py,sha256=FRlw_9wFG98BYcg_cSj95HX5WZ1TvkGaOUdXD7-V86s,474
67
67
  siat/local_debug_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
68
- siat/luchy_draw.py,sha256=d4Ga2KqbF0nBv4P6GQBSRe2vq3S55G2B0HtKuEJJzyo,11699
68
+ siat/luchy_draw.py,sha256=VVOsPUxCaegFuY-cZ39ucyxRBYw6rp9DeyCNltiaoHE,11694
69
69
  siat/market_china.py,sha256=hKoTLUyHuzsuG2L3_IuLx_utTKqS-__mZ63wrElh65U,45943
70
70
  siat/markowitz.py,sha256=glHikhabFAF6Hb6df1pYfhkxid2IZXBYAVQng5wd9Wk,97526
71
71
  siat/markowitz2-20240620.py,sha256=irZAPnjaatFsKQmFRMENP-cO6bEUl2narYtkU5NKTWI,108019
@@ -138,7 +138,7 @@ siat/valuation.py,sha256=NKfeZMdDJOW42oLVHob6eSVBXUqlN1OCnnzwyGAst8c,48855
138
138
  siat/valuation_china.py,sha256=EkZQaVkoBjM0c4MCNbaX-bMnlG0e3FXeaWczZDnkptU,67784
139
139
  siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
140
140
  siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
141
- siat-3.2.31.dist-info/METADATA,sha256=acxPalewEFV2nyg0ZetnYmjlFyvjL5X9S4UCVjjcJss,7234
142
- siat-3.2.31.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
143
- siat-3.2.31.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
144
- siat-3.2.31.dist-info/RECORD,,
141
+ siat-3.2.32.dist-info/METADATA,sha256=vwFwBHG51nUPwHwT69gPhlo1U2pyseJH2EFPxAypznE,7234
142
+ siat-3.2.32.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
143
+ siat-3.2.32.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
144
+ siat-3.2.32.dist-info/RECORD,,
File without changes