sopsim 0.2.0__tar.gz → 0.2.2__tar.gz

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.
Files changed (37) hide show
  1. {sopsim-0.2.0/sopsim.egg-info → sopsim-0.2.2}/PKG-INFO +5 -2
  2. {sopsim-0.2.0 → sopsim-0.2.2}/README.md +4 -1
  3. {sopsim-0.2.0 → sopsim-0.2.2}/pyproject.toml +1 -1
  4. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/cli.py +2 -3
  5. {sopsim-0.2.0 → sopsim-0.2.2/sopsim.egg-info}/PKG-INFO +5 -2
  6. {sopsim-0.2.0 → sopsim-0.2.2}/MANIFEST.in +0 -0
  7. {sopsim-0.2.0 → sopsim-0.2.2}/setup.cfg +0 -0
  8. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/__init__.py +0 -0
  9. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/__main__.py +0 -0
  10. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/artifacts.py +0 -0
  11. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/config.py +0 -0
  12. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/core.py +0 -0
  13. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/delta_in.py +0 -0
  14. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/filop_lent.py +0 -0
  15. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/filop_vectors.py +0 -0
  16. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Ang.mat +0 -0
  17. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Delta.mat +0 -0
  18. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/F2.mat +0 -0
  19. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Notch.mat +0 -0
  20. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/kappa.mat +0 -0
  21. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/reference_data.py +0 -0
  22. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/run_sopsim.py +0 -0
  23. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/server.py +0 -0
  24. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/two_d_geom.py +0 -0
  25. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/__init__.py +0 -0
  26. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/assets/index-Bg57AWq2.js +0 -0
  27. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/assets/index-Bop8xgS8.css +0 -0
  28. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/index.html +0 -0
  29. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/SOURCES.txt +0 -0
  30. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/dependency_links.txt +0 -0
  31. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/entry_points.txt +0 -0
  32. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/requires.txt +0 -0
  33. {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/top_level.txt +0 -0
  34. {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_api_types.py +0 -0
  35. {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_cli.py +0 -0
  36. {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_config.py +0 -0
  37. {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_server.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sopsim
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: SOPSim simulation library
5
5
  Author: Olaolu Olugbenle, Dr. William Annan
6
6
  Requires-Python: >=3.9
@@ -35,7 +35,7 @@ The official SOPSim website is available at (*link coming soon*).
35
35
  Inside your command line, type:
36
36
 
37
37
  ```bash
38
- pip install -i https://test.pypi.org/simple/ sopsim==0.1.6
38
+ pip install sopsim
39
39
  ```
40
40
 
41
41
  to install the package.
@@ -128,3 +128,6 @@ Important:
128
128
  - For other `Nc` values, the simulation uses fresh random draws each run -->
129
129
  - *`Nc = 4` implies a 4x4 tissue
130
130
  - `Nc>=10` can take many hours to run, so start smaller when testing
131
+
132
+ ## Bug fixes:
133
+ - 0.2.2: Ensures default values for filopodia type and lifetime come from a single source
@@ -18,7 +18,7 @@ The official SOPSim website is available at (*link coming soon*).
18
18
  Inside your command line, type:
19
19
 
20
20
  ```bash
21
- pip install -i https://test.pypi.org/simple/ sopsim==0.1.6
21
+ pip install sopsim
22
22
  ```
23
23
 
24
24
  to install the package.
@@ -111,3 +111,6 @@ Important:
111
111
  - For other `Nc` values, the simulation uses fresh random draws each run -->
112
112
  - *`Nc = 4` implies a 4x4 tissue
113
113
  - `Nc>=10` can take many hours to run, so start smaller when testing
114
+
115
+ ## Bug fixes:
116
+ - 0.2.2: Ensures default values for filopodia type and lifetime come from a single source
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sopsim"
7
- version = "0.2.0"
7
+ version = "0.2.2"
8
8
  description = "SOPSim simulation library"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -24,9 +24,8 @@ from .config import (
24
24
  )
25
25
  from .core import sopsim
26
26
 
27
- DEFAULT_FILOPODIA_TYPE = SimulationInputs().filopodia_type
28
- DEFAULT_FILOPODIA_LIFE_TIME = SimulationInputs().filopodia_life_time
29
-
27
+ DEFAULT_FILOPODIA_TYPE = SimulationInputs.__dataclass_fields__["filopodia_type"].default
28
+ DEFAULT_FILOPODIA_LIFE_TIME = SimulationInputs.__dataclass_fields__["filopodia_life_time"].default
30
29
 
31
30
  class SOPSimArgumentParser(argparse.ArgumentParser):
32
31
  def error(self, message: str) -> None: # pragma: no cover - exercised through CLI behavior
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sopsim
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: SOPSim simulation library
5
5
  Author: Olaolu Olugbenle, Dr. William Annan
6
6
  Requires-Python: >=3.9
@@ -35,7 +35,7 @@ The official SOPSim website is available at (*link coming soon*).
35
35
  Inside your command line, type:
36
36
 
37
37
  ```bash
38
- pip install -i https://test.pypi.org/simple/ sopsim==0.1.6
38
+ pip install sopsim
39
39
  ```
40
40
 
41
41
  to install the package.
@@ -128,3 +128,6 @@ Important:
128
128
  - For other `Nc` values, the simulation uses fresh random draws each run -->
129
129
  - *`Nc = 4` implies a 4x4 tissue
130
130
  - `Nc>=10` can take many hours to run, so start smaller when testing
131
+
132
+ ## Bug fixes:
133
+ - 0.2.2: Ensures default values for filopodia type and lifetime come from a single source
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes