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 +0 -0
- piegy/__version__.py +2 -1
- {piegy-2.0.4.dist-info → piegy-2.0.5.dist-info}/METADATA +1 -1
- {piegy-2.0.4.dist-info → piegy-2.0.5.dist-info}/RECORD +7 -7
- {piegy-2.0.4.dist-info → piegy-2.0.5.dist-info}/WHEEL +0 -0
- {piegy-2.0.4.dist-info → piegy-2.0.5.dist-info}/licenses/LICENSE.txt +0 -0
- {piegy-2.0.4.dist-info → piegy-2.0.5.dist-info}/top_level.txt +0 -0
piegy/C_core/piegyc.so
CHANGED
Binary file
|
piegy/__version__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
__version__ = '2.0.
|
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,5 +1,5 @@
|
|
1
1
|
piegy/__init__.py,sha256=KlbuIi3_Z9YZ5dWSFTwKxwrX3jdgNO4C8ksDjyDHsbk,2064
|
2
|
-
piegy/__version__.py,sha256=
|
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=
|
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.
|
15
|
-
piegy-2.0.
|
16
|
-
piegy-2.0.
|
17
|
-
piegy-2.0.
|
18
|
-
piegy-2.0.
|
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
|
File without changes
|
File without changes
|