iints-sdk-python35 0.1.14__tar.gz → 0.1.15__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.
- {iints_sdk_python35-0.1.14/src/iints_sdk_python35.egg-info → iints_sdk_python35-0.1.15}/PKG-INFO +3 -1
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/README.md +2 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/pyproject.toml +1 -1
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/__init__.py +1 -1
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/cli/cli.py +5 -3
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/registry.py +26 -19
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15/src/iints_sdk_python35.egg-info}/PKG-INFO +3 -1
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/LICENSE +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/setup.cfg +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/algorithm_xray.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/baseline.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_benchmark.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_metrics.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_tir_analyzer.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/diabetes_metrics.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/edge_performance_monitor.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainability.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainable_ai.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/hardware_benchmark.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/metrics.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/reporting.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/sensor_filtering.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/validator.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/base_algorithm.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/template_algorithm.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/assets/iints_logo.png +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/cli/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/battle_runner.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/correction_bolus.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/discovery.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/fixed_basal_bolus.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/hybrid_algorithm.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/lstm_algorithm.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/mock_algorithms.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/pid_controller.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/standard_pump_algo.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/device.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/device_manager.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/devices/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/devices/models.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/models.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/patient_factory.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/profile.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/config.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/input_validator.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/supervisor.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/scenario_parser.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulator.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/supervisor.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/adapter.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/column_mapper.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/datasets.json +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/demo/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/demo/demo_cgm.csv +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/importer.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/ingestor.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/nightscout.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/quality_checker.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/tidepool.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/universal_parser.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_baseline.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_hyper_challenge.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_hypo_prone.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_midnight.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_pizza.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_stress_meal.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/default_patient.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/patient_559_config.yaml +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/legacy_base.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/medtronic_780g.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/omnipod_5.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/tandem_controliq.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/highlevel.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/autonomous_optimizer.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/learning_system.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/metrics.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/presets/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/presets/presets.json +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/scenarios/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/scenarios/generator.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/default_algorithm.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/scenarios/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/scenarios/example_scenario.json +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/utils/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/utils/plotting.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/validation/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/validation/schemas.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/__init__.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/cockpit.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/uncertainty_cloud.py +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/SOURCES.txt +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/dependency_links.txt +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/entry_points.txt +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/requires.txt +0 -0
- {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/top_level.txt +0 -0
{iints_sdk_python35-0.1.14/src/iints_sdk_python35.egg-info → iints_sdk_python35-0.1.15}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iints-sdk-python35
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.15
|
|
4
4
|
Summary: A pre-clinical Edge-AI SDK for diabetes management validation.
|
|
5
5
|
Author-email: Rune Bobbaers <rune.bobbaers@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/python35/IINTS-SDK
|
|
@@ -39,6 +39,8 @@ Dynamic: license-file
|
|
|
39
39
|
[](https://badge.fury.io/py/iints-sdk-python35)
|
|
40
40
|
[](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
|
|
41
41
|
[](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
|
|
42
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
43
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
42
44
|
|
|
43
45
|
<div style="text-align:center;">
|
|
44
46
|
<img src="Ontwerp zonder titel.png" alt="" style="display:block; margin:0 auto;">
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
[](https://badge.fury.io/py/iints-sdk-python35)
|
|
3
3
|
[](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
|
|
4
4
|
[](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
|
|
5
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
6
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
5
7
|
|
|
6
8
|
<div style="text-align:center;">
|
|
7
9
|
<img src="Ontwerp zonder titel.png" alt="" style="display:block; margin:0 auto;">
|
|
@@ -516,7 +516,7 @@ def presets_run(
|
|
|
516
516
|
simulator.add_stress_event(event)
|
|
517
517
|
|
|
518
518
|
if output_dir is None:
|
|
519
|
-
output_dir =
|
|
519
|
+
output_dir = Path.cwd() / "results" / "presets"
|
|
520
520
|
output_dir = output_dir.expanduser()
|
|
521
521
|
if not output_dir.is_absolute():
|
|
522
522
|
output_dir = (Path.cwd() / output_dir).resolve()
|
|
@@ -528,7 +528,8 @@ def presets_run(
|
|
|
528
528
|
algo_name = algorithm_instance.get_algorithm_metadata().name.replace(" ", "_").lower()
|
|
529
529
|
results_file = output_dir / f"preset_{name}_{algo_name}.csv"
|
|
530
530
|
results_df.to_csv(results_file, index=False)
|
|
531
|
-
|
|
531
|
+
results_link = results_file.as_uri()
|
|
532
|
+
console.print(f"Results saved to: [link={results_link}]{results_file}[/link]")
|
|
532
533
|
|
|
533
534
|
audit_dir = output_dir / "audit"
|
|
534
535
|
try:
|
|
@@ -554,7 +555,8 @@ def presets_run(
|
|
|
554
555
|
|
|
555
556
|
report_path = output_dir / f"preset_{name}_{algo_name}.pdf"
|
|
556
557
|
iints.generate_report(results_df, str(report_path), safety_report)
|
|
557
|
-
|
|
558
|
+
report_link = report_path.as_uri()
|
|
559
|
+
console.print(f"PDF report saved to: [link={report_link}]{report_path}[/link]")
|
|
558
560
|
|
|
559
561
|
|
|
560
562
|
@presets_app.command("create")
|
|
@@ -5,20 +5,16 @@ import urllib.request
|
|
|
5
5
|
import zipfile
|
|
6
6
|
import hashlib
|
|
7
7
|
import shutil
|
|
8
|
-
from dataclasses import dataclass
|
|
9
8
|
from pathlib import Path
|
|
10
|
-
from typing import Any, Dict, List, Optional
|
|
9
|
+
from typing import Any, Dict, List, Optional, IO, cast
|
|
11
10
|
|
|
12
11
|
try: # Python 3.9+
|
|
13
12
|
from importlib.resources import files
|
|
14
|
-
from importlib.resources.abc import Traversable
|
|
15
13
|
except Exception: # pragma: no cover
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
class Traversable: # type: ignore
|
|
21
|
-
pass
|
|
14
|
+
files = None # type: ignore
|
|
15
|
+
from importlib import resources
|
|
16
|
+
else:
|
|
17
|
+
from importlib import resources
|
|
22
18
|
|
|
23
19
|
|
|
24
20
|
class DatasetRegistryError(RuntimeError):
|
|
@@ -29,16 +25,17 @@ class DatasetFetchError(RuntimeError):
|
|
|
29
25
|
pass
|
|
30
26
|
|
|
31
27
|
|
|
32
|
-
def
|
|
28
|
+
def _read_registry_text() -> str:
|
|
33
29
|
try:
|
|
34
|
-
|
|
30
|
+
if files is not None:
|
|
31
|
+
return files("iints.data").joinpath("datasets.json").read_text() # type: ignore[call-arg]
|
|
32
|
+
return resources.read_text("iints.data", "datasets.json")
|
|
35
33
|
except Exception as exc:
|
|
36
34
|
raise DatasetRegistryError(f"Unable to locate datasets.json: {exc}") from exc
|
|
37
35
|
|
|
38
36
|
|
|
39
37
|
def load_dataset_registry() -> List[Dict[str, Any]]:
|
|
40
|
-
|
|
41
|
-
return json.loads(registry_path.read_text())
|
|
38
|
+
return json.loads(_read_registry_text())
|
|
42
39
|
|
|
43
40
|
|
|
44
41
|
def get_dataset(dataset_id: str) -> Dict[str, Any]:
|
|
@@ -95,6 +92,17 @@ def _maybe_extract_zip(path: Path, output_dir: Path) -> None:
|
|
|
95
92
|
raise DatasetFetchError(f"Failed to extract {path.name}: {exc}") from exc
|
|
96
93
|
|
|
97
94
|
|
|
95
|
+
def _open_bundled_binary(bundled_path: str) -> IO[bytes]:
|
|
96
|
+
if files is not None:
|
|
97
|
+
return cast(IO[bytes], files("iints.data").joinpath(bundled_path).open("rb")) # type: ignore[call-arg]
|
|
98
|
+
parts = bundled_path.split("/")
|
|
99
|
+
if len(parts) > 1:
|
|
100
|
+
package = ".".join(["iints", "data", *parts[:-1]])
|
|
101
|
+
resource = parts[-1]
|
|
102
|
+
return cast(IO[bytes], resources.open_binary(package, resource))
|
|
103
|
+
return cast(IO[bytes], resources.open_binary("iints.data", bundled_path))
|
|
104
|
+
|
|
105
|
+
|
|
98
106
|
def fetch_dataset(
|
|
99
107
|
dataset_id: str,
|
|
100
108
|
output_dir: Path,
|
|
@@ -109,15 +117,14 @@ def fetch_dataset(
|
|
|
109
117
|
bundled_path = dataset.get("bundled_path")
|
|
110
118
|
if not bundled_path:
|
|
111
119
|
raise DatasetFetchError("Bundled dataset missing bundled_path entry.")
|
|
112
|
-
try:
|
|
113
|
-
source_path = files("iints.data").joinpath(bundled_path) # type: ignore[attr-defined]
|
|
114
|
-
except Exception as exc:
|
|
115
|
-
raise DatasetFetchError(f"Unable to locate bundled dataset: {exc}") from exc
|
|
116
120
|
output_dir.mkdir(parents=True, exist_ok=True)
|
|
117
121
|
target = output_dir / Path(bundled_path).name
|
|
118
122
|
# Traversable may not be a real filesystem path; stream bytes instead.
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
try:
|
|
124
|
+
with _open_bundled_binary(bundled_path) as src, target.open("wb") as dst:
|
|
125
|
+
shutil.copyfileobj(src, dst)
|
|
126
|
+
except Exception as exc:
|
|
127
|
+
raise DatasetFetchError(f"Unable to locate bundled dataset: {exc}") from exc
|
|
121
128
|
expected = _get_expected_hash(dataset, 0)
|
|
122
129
|
if verify and expected:
|
|
123
130
|
actual = _sha256(target)
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15/src/iints_sdk_python35.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iints-sdk-python35
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.15
|
|
4
4
|
Summary: A pre-clinical Edge-AI SDK for diabetes management validation.
|
|
5
5
|
Author-email: Rune Bobbaers <rune.bobbaers@gmail.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/python35/IINTS-SDK
|
|
@@ -39,6 +39,8 @@ Dynamic: license-file
|
|
|
39
39
|
[](https://badge.fury.io/py/iints-sdk-python35)
|
|
40
40
|
[](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
|
|
41
41
|
[](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
|
|
42
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
43
|
+
[](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
|
|
42
44
|
|
|
43
45
|
<div style="text-align:center;">
|
|
44
46
|
<img src="Ontwerp zonder titel.png" alt="" style="display:block; margin:0 auto;">
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/algorithm_xray.py
RENAMED
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_benchmark.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_metrics.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_tir_analyzer.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/diabetes_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainability.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainable_ai.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/hardware_benchmark.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/sensor_filtering.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/__init__.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/battle_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/lstm_algorithm.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/mock_algorithms.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/pid_controller.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/patient_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/input_validator.py
RENAMED
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/__init__.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/scenario_parser.py
RENAMED
|
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
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/medtronic_780g.py
RENAMED
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/tandem_controliq.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/autonomous_optimizer.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/learning_system.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/default_algorithm.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/scenarios/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/uncertainty_cloud.py
RENAMED
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|