sim-tools 1.0.2__tar.gz → 1.0.3__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.
- {sim_tools-1.0.2 → sim_tools-1.0.3}/PKG-INFO +9 -9
- {sim_tools-1.0.2 → sim_tools-1.0.3}/README.md +5 -5
- {sim_tools-1.0.2 → sim_tools-1.0.3}/pyproject.toml +3 -3
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/__init__.py +1 -1
- {sim_tools-1.0.2 → sim_tools-1.0.3}/.gitignore +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/LICENSE +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/_validation.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/data/nspp_example1.csv +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/datasets.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/distributions.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/output_analysis.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/ovs/__init__.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/ovs/evaluation.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/ovs/fixed_budget.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/ovs/indifference_zone.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/ovs/toy_models.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/time_dependent.py +0 -0
- {sim_tools-1.0.2 → sim_tools-1.0.3}/sim_tools/trace.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sim-tools
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Simulation Tools for Education and Practice
|
|
5
|
-
Project-URL: Homepage, https://github.com/
|
|
6
|
-
Project-URL: Bug Tracker, https://github.com/
|
|
7
|
-
Project-URL: Documentation, https://
|
|
5
|
+
Project-URL: Homepage, https://github.com/sim-tools/sim-tools
|
|
6
|
+
Project-URL: Bug Tracker, https://github.com/sim-tools/sim-tools/issues
|
|
7
|
+
Project-URL: Documentation, https://sim-tools.github.io/sim-tools
|
|
8
8
|
Author-email: Thomas Monks <t.m.w.monks@exeter.ac.uk>, Amy Heather <A.Heather2@exeter.ac.uk>, Alison Harper <A.L.Harper@exeter.ac.uk>
|
|
9
9
|
License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
|
@@ -36,7 +36,7 @@ Description-Content-Type: text/markdown
|
|
|
36
36
|
[](https://pypi.python.org/pypi/sim-tools/)
|
|
37
37
|
[](https://anaconda.org/conda-forge/sim-tools)
|
|
38
38
|
[](https://anaconda.org/conda-forge/sim-tools)
|
|
39
|
-
[](https://
|
|
39
|
+
[](https://sim-tools.github.io/sim-tools)
|
|
40
40
|
[](https://opensource.org/licenses/MIT)
|
|
41
41
|
[](https://www.python.org/downloads/release/python-360+/)
|
|
42
42
|
|
|
@@ -89,12 +89,12 @@ mamba install sim-tools
|
|
|
89
89
|
|
|
90
90
|
### Binder
|
|
91
91
|
|
|
92
|
-
[](https://mybinder.org/v2/gh/
|
|
92
|
+
[](https://mybinder.org/v2/gh/sim-tools/sim-tools/HEAD)
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
## Learn how to use `sim-tools`
|
|
96
96
|
|
|
97
|
-
* Online documentation: https://
|
|
97
|
+
* Online documentation: https://sim-tools.github.io/sim-tools
|
|
98
98
|
* Introduction to DES in python: https://health-data-science-or.github.io/simpy-streamlit-tutorial/
|
|
99
99
|
|
|
100
100
|
## Citation
|
|
@@ -116,7 +116,7 @@ If you use sim-tools for research, a practical report, education or any reason p
|
|
|
116
116
|
|
|
117
117
|
# Online Tutorials
|
|
118
118
|
|
|
119
|
-
* Optimisation Via Simulation [](https://colab.research.google.com/github/
|
|
119
|
+
* Optimisation Via Simulation [](https://colab.research.google.com/github/sim-tools/sim-tools/blob/master/docs/02_ovs/03_sw21_tutorial.ipynb)
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
## Contributing to sim-tools
|
|
@@ -151,4 +151,4 @@ To lint the repository, run:
|
|
|
151
151
|
bash lint.sh
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
NumPy style docstrings are used.
|
|
154
|
+
NumPy style docstrings are used.
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
[](https://pypi.python.org/pypi/sim-tools/)
|
|
12
12
|
[](https://anaconda.org/conda-forge/sim-tools)
|
|
13
13
|
[](https://anaconda.org/conda-forge/sim-tools)
|
|
14
|
-
[](https://
|
|
14
|
+
[](https://sim-tools.github.io/sim-tools)
|
|
15
15
|
[](https://opensource.org/licenses/MIT)
|
|
16
16
|
[](https://www.python.org/downloads/release/python-360+/)
|
|
17
17
|
|
|
@@ -64,12 +64,12 @@ mamba install sim-tools
|
|
|
64
64
|
|
|
65
65
|
### Binder
|
|
66
66
|
|
|
67
|
-
[](https://mybinder.org/v2/gh/
|
|
67
|
+
[](https://mybinder.org/v2/gh/sim-tools/sim-tools/HEAD)
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
## Learn how to use `sim-tools`
|
|
71
71
|
|
|
72
|
-
* Online documentation: https://
|
|
72
|
+
* Online documentation: https://sim-tools.github.io/sim-tools
|
|
73
73
|
* Introduction to DES in python: https://health-data-science-or.github.io/simpy-streamlit-tutorial/
|
|
74
74
|
|
|
75
75
|
## Citation
|
|
@@ -91,7 +91,7 @@ If you use sim-tools for research, a practical report, education or any reason p
|
|
|
91
91
|
|
|
92
92
|
# Online Tutorials
|
|
93
93
|
|
|
94
|
-
* Optimisation Via Simulation [](https://colab.research.google.com/github/
|
|
94
|
+
* Optimisation Via Simulation [](https://colab.research.google.com/github/sim-tools/sim-tools/blob/master/docs/02_ovs/03_sw21_tutorial.ipynb)
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
## Contributing to sim-tools
|
|
@@ -126,4 +126,4 @@ To lint the repository, run:
|
|
|
126
126
|
bash lint.sh
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
NumPy style docstrings are used.
|
|
129
|
+
NumPy style docstrings are used.
|
|
@@ -33,9 +33,9 @@ dependencies = [
|
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
[project.urls]
|
|
36
|
-
Homepage = "https://github.com/
|
|
37
|
-
"Bug Tracker" = "https://github.com/
|
|
38
|
-
Documentation = "https://
|
|
36
|
+
Homepage = "https://github.com/sim-tools/sim-tools"
|
|
37
|
+
"Bug Tracker" = "https://github.com/sim-tools/sim-tools/issues"
|
|
38
|
+
Documentation = "https://sim-tools.github.io/sim-tools"
|
|
39
39
|
|
|
40
40
|
[tool.hatch.version]
|
|
41
41
|
path = "sim_tools/__init__.py"
|
|
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
|