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.
- {sopsim-0.2.0/sopsim.egg-info → sopsim-0.2.2}/PKG-INFO +5 -2
- {sopsim-0.2.0 → sopsim-0.2.2}/README.md +4 -1
- {sopsim-0.2.0 → sopsim-0.2.2}/pyproject.toml +1 -1
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/cli.py +2 -3
- {sopsim-0.2.0 → sopsim-0.2.2/sopsim.egg-info}/PKG-INFO +5 -2
- {sopsim-0.2.0 → sopsim-0.2.2}/MANIFEST.in +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/setup.cfg +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/__init__.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/__main__.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/artifacts.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/config.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/core.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/delta_in.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/filop_lent.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/filop_vectors.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Ang.mat +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Delta.mat +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/F2.mat +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/Notch.mat +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/mat_files/kappa.mat +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/reference_data.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/run_sopsim.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/server.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/two_d_geom.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/__init__.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/assets/index-Bg57AWq2.js +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/assets/index-Bop8xgS8.css +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim/web_dist/index.html +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/SOURCES.txt +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/dependency_links.txt +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/entry_points.txt +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/requires.txt +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/sopsim.egg-info/top_level.txt +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_api_types.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_cli.py +0 -0
- {sopsim-0.2.0 → sopsim-0.2.2}/tests/test_config.py +0 -0
- {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.
|
|
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
|
|
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
|
|
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
|
|
@@ -24,9 +24,8 @@ from .config import (
|
|
|
24
24
|
)
|
|
25
25
|
from .core import sopsim
|
|
26
26
|
|
|
27
|
-
DEFAULT_FILOPODIA_TYPE = SimulationInputs
|
|
28
|
-
DEFAULT_FILOPODIA_LIFE_TIME = SimulationInputs
|
|
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.
|
|
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
|
|
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
|
|
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
|