piegy 2.0.4__py3-none-any.whl → 2.0.5__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.
piegy/C_core/piegyc.so CHANGED
Binary file
piegy/__version__.py CHANGED
@@ -1,4 +1,4 @@
1
- __version__ = '2.0.4'
1
+ __version__ = '2.0.5'
2
2
 
3
3
  '''
4
4
  version history:
@@ -26,4 +26,5 @@ version history:
26
26
  2.0.2: update version number in __version__.py and update README.
27
27
  2.0.3: speed boost & debugging in C core. Add check_overflow feature in simulation module, checks whether overflow/too large numbers might be encountered in simulation.
28
28
  2.0.4: minor debuggings.
29
+ 2.0.5: fix error in random number generator.
29
30
  '''
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: piegy
3
- Version: 2.0.4
3
+ Version: 2.0.5
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,5 +1,5 @@
1
1
  piegy/__init__.py,sha256=KlbuIi3_Z9YZ5dWSFTwKxwrX3jdgNO4C8ksDjyDHsbk,2064
2
- piegy/__version__.py,sha256=ydhLHcMkt_o_Ob_FaaJr7zuqNyr_hAOzLuFTcGpm3UA,1400
2
+ piegy/__version__.py,sha256=iV5um0EKi2o17CKx28-gNQe2amahfUCmdgLQS_TvQV8,1445
3
3
  piegy/analysis.py,sha256=2GBsBbi7LdstSEAM0-F2bfL2kHu3MElcrw8bxZ1x6LI,8719
4
4
  piegy/data_tools.py,sha256=auliVb88qKQmCX7LEDgKQvhBcwFTCXBEWKtjJ4_-rTU,3446
5
5
  piegy/figures.py,sha256=GwixvD3Flaqg4feSvqr42lDR7CwZK0_2qmZg6N6_1uE,17936
@@ -7,12 +7,12 @@ piegy/simulation.py,sha256=t6gusSvqKRMRc9RDEczUC36YMpDptCJEiB3I-NT3Q4o,19900
7
7
  piegy/simulation_py.py,sha256=WtWhpHCosKQ457gZ-iJ-7v0N3NtyPqDfgXv4DL3aBKs,29523
8
8
  piegy/test_var.py,sha256=EfItIK-FEApJTAW8rs15kdMs5xlv-8Bx6CtfpSoi8ys,23562
9
9
  piegy/videos.py,sha256=QfSpOdwfaDsrQYRoiHmZ6gowzRQHom3m8kx1P65_8sM,10218
10
- piegy/C_core/piegyc.so,sha256=sIUTEhKbLMhvUQPF22D-VZuBV2J-f-Rhq8MqPGRCatk,51320
10
+ piegy/C_core/piegyc.so,sha256=Xu3A90PmwpUGtO0tVyW_vtrQs_G0K_o7Fv7wljCHqUI,51080
11
11
  piegy/tools/__init__.py,sha256=eYOl_HJHDonYexfrmKh3koOlxvtSo46vH6jHvCEEB4k,300
12
12
  piegy/tools/figure_tools.py,sha256=54vJSJMReXidFnSPE_xFvedtgnJU3d55zQDPNBLGs98,6975
13
13
  piegy/tools/file_tools.py,sha256=ncxFWeHfIE-GYLQlOrahFlhBgqPyuY3R5_93fpQeCEs,630
14
- piegy-2.0.4.dist-info/licenses/LICENSE.txt,sha256=wfzEht_CxOcfGGmg3f3at4mWJb9rTBjA51mXLl_3O3g,1498
15
- piegy-2.0.4.dist-info/METADATA,sha256=H_dX6oqqDCLZWT6Dw2PmLG2VkHtfqMOaKVisZxc-eM0,5452
16
- piegy-2.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- piegy-2.0.4.dist-info/top_level.txt,sha256=k4QLYL8PqdqDuy95-4NZD_FVLqJDsmq67tpKkBn4vMw,6
18
- piegy-2.0.4.dist-info/RECORD,,
14
+ piegy-2.0.5.dist-info/licenses/LICENSE.txt,sha256=wfzEht_CxOcfGGmg3f3at4mWJb9rTBjA51mXLl_3O3g,1498
15
+ piegy-2.0.5.dist-info/METADATA,sha256=xo4jCTouOmBzK_z7pKB6hf32zTOiHzra39hCX4eC2d4,5452
16
+ piegy-2.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ piegy-2.0.5.dist-info/top_level.txt,sha256=k4QLYL8PqdqDuy95-4NZD_FVLqJDsmq67tpKkBn4vMw,6
18
+ piegy-2.0.5.dist-info/RECORD,,
File without changes