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.
Files changed (106) hide show
  1. {iints_sdk_python35-0.1.14/src/iints_sdk_python35.egg-info → iints_sdk_python35-0.1.15}/PKG-INFO +3 -1
  2. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/README.md +2 -0
  3. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/pyproject.toml +1 -1
  4. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/__init__.py +1 -1
  5. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/cli/cli.py +5 -3
  6. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/registry.py +26 -19
  7. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15/src/iints_sdk_python35.egg-info}/PKG-INFO +3 -1
  8. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/LICENSE +0 -0
  9. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/setup.cfg +0 -0
  10. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/__init__.py +0 -0
  11. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/algorithm_xray.py +0 -0
  12. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/baseline.py +0 -0
  13. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_benchmark.py +0 -0
  14. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_metrics.py +0 -0
  15. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/clinical_tir_analyzer.py +0 -0
  16. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/diabetes_metrics.py +0 -0
  17. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/edge_performance_monitor.py +0 -0
  18. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainability.py +0 -0
  19. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/explainable_ai.py +0 -0
  20. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/hardware_benchmark.py +0 -0
  21. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/metrics.py +0 -0
  22. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/reporting.py +0 -0
  23. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/sensor_filtering.py +0 -0
  24. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/analysis/validator.py +0 -0
  25. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/__init__.py +0 -0
  26. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/base_algorithm.py +0 -0
  27. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/api/template_algorithm.py +0 -0
  28. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/assets/iints_logo.png +0 -0
  29. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/cli/__init__.py +0 -0
  30. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/__init__.py +0 -0
  31. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/__init__.py +0 -0
  32. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/battle_runner.py +0 -0
  33. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/correction_bolus.py +0 -0
  34. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/discovery.py +0 -0
  35. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/fixed_basal_bolus.py +0 -0
  36. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/hybrid_algorithm.py +0 -0
  37. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/lstm_algorithm.py +0 -0
  38. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/mock_algorithms.py +0 -0
  39. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/pid_controller.py +0 -0
  40. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/algorithms/standard_pump_algo.py +0 -0
  41. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/device.py +0 -0
  42. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/device_manager.py +0 -0
  43. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/devices/__init__.py +0 -0
  44. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/devices/models.py +0 -0
  45. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/__init__.py +0 -0
  46. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/models.py +0 -0
  47. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/patient_factory.py +0 -0
  48. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/patient/profile.py +0 -0
  49. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/__init__.py +0 -0
  50. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/config.py +0 -0
  51. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/input_validator.py +0 -0
  52. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/safety/supervisor.py +0 -0
  53. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/__init__.py +0 -0
  54. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulation/scenario_parser.py +0 -0
  55. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/simulator.py +0 -0
  56. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/core/supervisor.py +0 -0
  57. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/__init__.py +0 -0
  58. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/adapter.py +0 -0
  59. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/column_mapper.py +0 -0
  60. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/datasets.json +0 -0
  61. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/demo/__init__.py +0 -0
  62. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/demo/demo_cgm.csv +0 -0
  63. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/importer.py +0 -0
  64. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/ingestor.py +0 -0
  65. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/nightscout.py +0 -0
  66. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/quality_checker.py +0 -0
  67. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/tidepool.py +0 -0
  68. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/universal_parser.py +0 -0
  69. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_baseline.yaml +0 -0
  70. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_hyper_challenge.yaml +0 -0
  71. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_hypo_prone.yaml +0 -0
  72. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_midnight.yaml +0 -0
  73. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_pizza.yaml +0 -0
  74. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/clinic_safe_stress_meal.yaml +0 -0
  75. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/default_patient.yaml +0 -0
  76. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/data/virtual_patients/patient_559_config.yaml +0 -0
  77. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/__init__.py +0 -0
  78. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/legacy_base.py +0 -0
  79. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/medtronic_780g.py +0 -0
  80. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/omnipod_5.py +0 -0
  81. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/emulation/tandem_controliq.py +0 -0
  82. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/highlevel.py +0 -0
  83. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/__init__.py +0 -0
  84. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/autonomous_optimizer.py +0 -0
  85. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/learning/learning_system.py +0 -0
  86. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/metrics.py +0 -0
  87. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/presets/__init__.py +0 -0
  88. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/presets/presets.json +0 -0
  89. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/scenarios/__init__.py +0 -0
  90. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/scenarios/generator.py +0 -0
  91. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/__init__.py +0 -0
  92. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/default_algorithm.py +0 -0
  93. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/scenarios/__init__.py +0 -0
  94. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/templates/scenarios/example_scenario.json +0 -0
  95. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/utils/__init__.py +0 -0
  96. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/utils/plotting.py +0 -0
  97. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/validation/__init__.py +0 -0
  98. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/validation/schemas.py +0 -0
  99. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/__init__.py +0 -0
  100. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/cockpit.py +0 -0
  101. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints/visualization/uncertainty_cloud.py +0 -0
  102. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/SOURCES.txt +0 -0
  103. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/dependency_links.txt +0 -0
  104. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/entry_points.txt +0 -0
  105. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/requires.txt +0 -0
  106. {iints_sdk_python35-0.1.14 → iints_sdk_python35-0.1.15}/src/iints_sdk_python35.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iints-sdk-python35
3
- Version: 0.1.14
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
  [![PyPI version](https://badge.fury.io/py/iints-sdk-python35.svg)](https://badge.fury.io/py/iints-sdk-python35)
40
40
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
41
41
  [![Python Package CI](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml/badge.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
42
+ [![Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/coverage.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
43
+ [![Docs Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/docs.svg)](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
  [![PyPI version](https://badge.fury.io/py/iints-sdk-python35.svg)](https://badge.fury.io/py/iints-sdk-python35)
3
3
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
4
4
  [![Python Package CI](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml/badge.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
5
+ [![Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/coverage.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
6
+ [![Docs Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/docs.svg)](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;">
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "iints-sdk-python35"
7
- version = "0.1.14"
7
+ version = "0.1.15"
8
8
  authors = [
9
9
  { name="Rune Bobbaers", email="rune.bobbaers@gmail.com" },
10
10
  ]
@@ -3,7 +3,7 @@
3
3
  import pandas as pd # Required for type hints like pd.DataFrame
4
4
  from typing import Optional
5
5
 
6
- __version__ = "0.1.14"
6
+ __version__ = "0.1.15"
7
7
 
8
8
  # API Components for Algorithm Development
9
9
  from .api.base_algorithm import (
@@ -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 = algo.parent / "results" / "presets"
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
- console.print(f"Results saved to: [link=file://{results_file}]{results_file}[/link]")
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
- console.print(f"PDF report saved to: [link=file://{report_path}]{report_path}[/link]")
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
- from importlib import resources as files # type: ignore
17
- try:
18
- from importlib.abc import Traversable # type: ignore
19
- except Exception: # Python 3.14 moved Traversable
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 _registry_path() -> Traversable:
28
+ def _read_registry_text() -> str:
33
29
  try:
34
- return files("iints.data").joinpath("datasets.json") # type: ignore[attr-defined]
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
- registry_path = _registry_path()
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
- with source_path.open("rb") as src, target.open("wb") as dst:
120
- shutil.copyfileobj(src, dst)
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iints-sdk-python35
3
- Version: 0.1.14
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
  [![PyPI version](https://badge.fury.io/py/iints-sdk-python35.svg)](https://badge.fury.io/py/iints-sdk-python35)
40
40
  [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/python35/IINTS-SDK/blob/main/examples/notebooks/00_Quickstart.ipynb)
41
41
  [![Python Package CI](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml/badge.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/python-package.yml)
42
+ [![Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/coverage.svg)](https://github.com/python35/IINTS-SDK/actions/workflows/health-badges.yml)
43
+ [![Docs Coverage](https://raw.githubusercontent.com/python35/IINTS-SDK/main/badges/docs.svg)](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;">