Skip to content

Commit 58535a8

Browse files
committed
Merge remote-tracking branch 'origin/main' into all_metrics
2 parents 097ca21 + e883854 commit 58535a8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Unless noted, IGLU-R test compatability is considered successful if it achieves
6565
| sd_glu | standard deviation of glucose values| ✅ | ✅ returns float
6666
| sd_measures |various standard deviation subtypes||✅ only Series(DatetimeIndex) returns Dict[str,float]|
6767
| sd_roc | standard deviation of the rate of change||✅ only Series(DatetimeIndex) returns float ||
68-
| summary_glu | summary glucose level||
68+
| summary_glu | summary glucose level||✅ returns Dict[str,float]|
6969
| process_data | Data Pre-Processor ||
7070
| CGMS2DayByDay |Interpolate glucose input||
7171

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Issues = "https://github.com/staskh/iglu_python/issues"
3939
dev = [
4040
"pytest>=7.0.0",
4141
"pytest-cov>=4.0.0",
42-
"black>=22.0.0",
42+
"black>=25.1.0",
4343
"isort>=5.0.0",
4444
"mypy>=1.0.0",
4545
"ruff>=0.1.0",
@@ -104,4 +104,4 @@ ignore = []
104104
known-first-party = ["iglu_python"]
105105

106106
[tool.ruff.per-file-ignores]
107-
"tests/*" = ["E501"] # Allow long lines in tests
107+
"tests/*" = ["E501"] # Allow long lines in tests

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#
44
pytest
55
pytest-cov
6-
black
6+
black>=25.1.0
77
isort
88
mypy
99
hatch
1010
twine
1111
ruff
12-
safety
12+
safety

0 commit comments

Comments
 (0)