piegy 2.1.8__cp38-cp38-win32.whl → 2.1.9__cp38-cp38-win32.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.
Binary file
piegy/__version__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = '2.1.8'
1
+ __version__ = '2.1.9'
2
2
 
3
3
  '''
4
4
  version history:
@@ -29,5 +29,5 @@ version history:
29
29
  2.0.5: fix error in random number generator.
30
30
  2.1.0: redo random number generator. Update package upload so that more compatible across platforms.
31
31
  2.1.1: fix import bug for the C core.
32
- 2.1.2 ~ 2.1.8: updating wheel.
32
+ 2.1.2 ~ 2.1.9: updating & fixing wheel.
33
33
  '''
piegy/build_info.py CHANGED
@@ -4,9 +4,9 @@ Auto-generated at compile time.
4
4
  """
5
5
 
6
6
  build_info = {
7
- "version": "2.1.8",
8
- "built from": "wheel",
9
- "build date": "2025-06-28 08:04:33",
7
+ "version": "2.1.9",
8
+ "built from": "local machine",
9
+ "build date": "2025-06-28 09:00:03",
10
10
  "python version": "3.8.10",
11
11
  "platform": "win32"
12
12
  }
piegy/find_C.py CHANGED
@@ -11,7 +11,7 @@ def find_C():
11
11
  for file in C_list:
12
12
  if file[-3:] == '.so':
13
13
  return C_core_path + '/' + file
14
- if file[-4:] == '.dll':
14
+ if file[-4:] == '.pyd':
15
15
  return C_core_path + '/' + file
16
16
 
17
17
  raise FileNotFoundError('C computation core not found. You can either compile manully or use the Python core instead. Please see docs.')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: piegy
3
- Version: 2.1.8
3
+ Version: 2.1.9
4
4
  Summary: Payoff-Driven Stochastic Spatial Model for Evolutionary Game Theory
5
5
  Author-email: Chenning Xu <cxu7@caltech.edu>
6
6
  License: BSD 3-Clause License
@@ -1,10 +1,10 @@
1
1
  piegy/__init__.py,sha256=rF5yoSworW16VW3zqWYTxzyMrZQowyT13yDkgIjXIgA,2174
2
- piegy/__version__.py,sha256=HvrCytFABttRcsFUVtfqnlgwTSD0kcKj5InsPROAoxc,1647
2
+ piegy/__version__.py,sha256=4AOuFeOJRQI1Kl211djRJ75cyVtG1JtK7MeQfUSCIpI,1656
3
3
  piegy/analysis.py,sha256=tJhJTSFJsK_Zr34s78Cy7Im1NtONctkdNmg0R0teTeU,8941
4
- piegy/build_info.py,sha256=Ays6r8P3N4nJeP2LdpXCBTZt1tAiqh1ENLFGflX5F8Y,290
4
+ piegy/build_info.py,sha256=9PwqprYVW21MaG0Z10VF48AisFijqputSUHFzKnZdAg,298
5
5
  piegy/data_tools.py,sha256=uYEoCYO7ZVtKBsNDgco7kERvBlOFFK7wpTuqcCwCBEU,3573
6
6
  piegy/figures.py,sha256=QAbCoIopa0FRkReXBG0ExFvG-wNevI8hK8Ar-Ph14II,18427
7
- piegy/find_C.py,sha256=WejlqnyDg_1MQYQsiaAnbmUNjC09--7peVOxdxnd20A,513
7
+ piegy/find_C.py,sha256=aICD5igepRttt2UJalg-D7ziKmzE_hM8eNm9K9gpOaQ,513
8
8
  piegy/simulation.py,sha256=c98akqy2fja61QwW7c3RFpxcSD0aeRzyiqnQ-TVcnc0,20544
9
9
  piegy/simulation_py.py,sha256=BC87ONd3-OG9e8ri_8EP83QagEPPp-dMJ5pJJTa1pcw,30319
10
10
  piegy/test_var.py,sha256=weIaC-3jL9A3tLa_kpqPVLR0NQHwzzhaMtP8P0sFlA4,24145
@@ -14,7 +14,7 @@ piegy/C_core/model.c,sha256=v4vOs7HGcyOpIKWQPoT8uqLaA4NRSkaUuShowlrbjeM,2962
14
14
  piegy/C_core/model.h,sha256=WijCKKxdHn4Zz_F5NDmCy9lBA5KonWuHR0kfUxcB5b0,1234
15
15
  piegy/C_core/patch.c,sha256=eMzYYgOYWuWnviko50wQC5m5qxn0on3T9r-HXf9NrV0,1075
16
16
  piegy/C_core/patch.h,sha256=EDuO7-0lgLmqvA7H1sCf0rlGkpUfJgbMreLImXfCqxo,1006
17
- piegy/C_core/piegyc.cp38-win32.pyd,sha256=kd5JxF1eO00sczwlZazOTsHbctYoP7mtuVXCdWQiiKY,74801
17
+ piegy/C_core/piegyc.cp38-win32.pyd,sha256=T_CZ_068oWwcKQPkPiIf3K8VvmyL2SC0ewC-i_4O6jA,74801
18
18
  piegy/C_core/piegyc.h,sha256=GDBAJriWzDWtwt8zq-2SecAdRcj-SD4BlDNP58lEjcg,1127
19
19
  piegy/C_core/runner.c,sha256=oadftcKjDNtdWMgmJ0-aMLZTodEXtv6FBmhpYIGLg-k,1637
20
20
  piegy/C_core/sim_funcs.c,sha256=trYhRWL_KfsK96Mx7_izWHGJjgSbI7vv6DCU9bYxtug,19391
@@ -22,8 +22,8 @@ piegy/C_core/sim_funcs.h,sha256=6EsxZeT4gqVdmU7DMfZ4PW7k_zANyS4nYJxKju_5rR4,1569
22
22
  piegy/tools/__init__.py,sha256=Zcr2OExiwY_Zeh_vVwDjbuHtTaI_eHOe8xwzgsVdja0,315
23
23
  piegy/tools/figure_tools.py,sha256=pz7Y2L1S1rVpbjwUwlsp1v1LRgi8IJq8ybLDn3woSNg,7213
24
24
  piegy/tools/file_tools.py,sha256=ThXsc2gBX8SbJWW07afolz1oHH0dJQfMvn9D3b-y7TE,659
25
- piegy-2.1.8.dist-info/LICENSE.txt,sha256=1ihCy5mwfvcRiquE82AHAMhd4iVUzDfgL7eG8_tPwQ0,1526
26
- piegy-2.1.8.dist-info/METADATA,sha256=SAWlbxfjHlU9mG4eLIn320iU0gkBfLeOYVY-M4DV4pE,5525
27
- piegy-2.1.8.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
28
- piegy-2.1.8.dist-info/top_level.txt,sha256=k4QLYL8PqdqDuy95-4NZD_FVLqJDsmq67tpKkBn4vMw,6
29
- piegy-2.1.8.dist-info/RECORD,,
25
+ piegy-2.1.9.dist-info/LICENSE.txt,sha256=1ihCy5mwfvcRiquE82AHAMhd4iVUzDfgL7eG8_tPwQ0,1526
26
+ piegy-2.1.9.dist-info/METADATA,sha256=yIKfBYrkkdpmIAWXvemwBdfl6MLhkY6nnELAZPBTU1Y,5525
27
+ piegy-2.1.9.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
28
+ piegy-2.1.9.dist-info/top_level.txt,sha256=k4QLYL8PqdqDuy95-4NZD_FVLqJDsmq67tpKkBn4vMw,6
29
+ piegy-2.1.9.dist-info/RECORD,,
File without changes