salabim 24.0.4__py3-none-any.whl → 24.0.4.post1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
salabim/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ from .salabim import *
2
+ from .salabim import __version__
salabim/changelog.txt CHANGED
@@ -1,19 +1,22 @@
1
1
  salabim changelog
2
2
 
3
- version 24.0.4 2024-05-01
3
+ version 24.0.4 2024-05-03
4
4
  ==========================
5
- Some distribution changes
5
+ Although there's no functional change, this is a major upgrade,
6
+ that could result in bugs or unexpected behaviour.
7
+ Please report any bug or problem.
6
8
 
7
- version 24.0.3 2024-05-01
8
- ==========================
9
9
  Internal organization completely changed. Now uses git for version
10
- control.
10
+ control. That means that it is much easier for the developer
11
+ to push new versions.
12
+
13
+ And for publishing on PyPI salabim now uses a pyproject.toml file.
14
+ This also makes publishing easier for the developer.
11
15
 
12
16
  Changed the styling of the salabim logo, which will be visible on the
13
- website,readme, manual.
17
+ website, readme, manual.
14
18
  Also the Environment.modelname() method now shows the new styling.
15
19
 
16
-
17
20
  version 24.0.2 2024-03-15
18
21
  ==========================
19
22
  Added functionality (0)
salabim/salabim.py CHANGED
@@ -27086,6 +27086,7 @@ reset()
27086
27086
  set_environment_aliases()
27087
27087
 
27088
27088
  if __name__ == "__main__":
27089
+ sys.path.insert(0,str(Path.cwd()/"misc"))
27089
27090
  try:
27090
27091
  import salabim_exp
27091
27092
  except Exception as e:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: salabim
3
- Version: 24.0.4
3
+ Version: 24.0.4.post1
4
4
  Summary: salabim - discrete event simulation in Python
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://salabim.org
@@ -0,0 +1,11 @@
1
+ salabim/DejaVuSansMono.ttf,sha256=Z_oIXp5yp1Zaw2y2p3vaxwHhjHpG0MFbmwhxSh4aIEI,335068
2
+ salabim/LICENSE.txt,sha256=7JDhEU_mPSqZJRcyZHF3O4D-TWdfIg1NP4rgBS8Cgr4,1105
3
+ salabim/__init__.py,sha256=r7qPLvlmX0dkZDyjuTo8Jo3ex3sD1L4pmK6K5ib9vyw,56
4
+ salabim/calibri.ttf,sha256=RWpf8Uo31RfvGGNaSt9-2sXSuN87AVE_NFMRsV3LhBk,1330156
5
+ salabim/changelog.txt,sha256=fmh3nFBJUCusGONHR9k3r5vrdMuyMTz7rdSjwadF0Vk,294610
6
+ salabim/mplus-1m-regular.ttf,sha256=EuFHr90BJjuAn_r5MleJFN-WfkeWJ4tf7DweI5zr8tU,289812
7
+ salabim/salabim.py,sha256=zg9b8q1USU0fJwCNegqfH2NO9nWANdNmt2-72OiSCf4,1093659
8
+ salabim-24.0.4.post1.dist-info/METADATA,sha256=7Gw8kjedwil7wEu-2HPz4me5As3eV_Ns-625wI1tA_c,3036
9
+ salabim-24.0.4.post1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
+ salabim-24.0.4.post1.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
11
+ salabim-24.0.4.post1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- salabim/DejaVuSansMono.ttf,sha256=Z_oIXp5yp1Zaw2y2p3vaxwHhjHpG0MFbmwhxSh4aIEI,335068
2
- salabim/LICENSE.txt,sha256=7JDhEU_mPSqZJRcyZHF3O4D-TWdfIg1NP4rgBS8Cgr4,1105
3
- salabim/calibri.ttf,sha256=RWpf8Uo31RfvGGNaSt9-2sXSuN87AVE_NFMRsV3LhBk,1330156
4
- salabim/changelog.txt,sha256=HOixl-HhdVmLn2X8g_i3VZNhXbhyPI6DMVnVJd2PNNc,294346
5
- salabim/mplus-1m-regular.ttf,sha256=EuFHr90BJjuAn_r5MleJFN-WfkeWJ4tf7DweI5zr8tU,289812
6
- salabim/salabim.py,sha256=Htd6OquX1_pPBFhdwWbLmgkj3mp9UeTAQxY0zrefd2w,1093613
7
- salabim-24.0.4.dist-info/METADATA,sha256=umtQkTf8woM5UsALgCwG70e1Sn8gHK-QoYFJE8kBOtk,3030
8
- salabim-24.0.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
9
- salabim-24.0.4.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
10
- salabim-24.0.4.dist-info/RECORD,,