Skip to content

Commit 65e6cf0

Browse files
committed
Add beta-phase info
1 parent de5defa commit 65e6cf0

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ share/python-wheels/
2626
.installed.cfg
2727
*.egg
2828
MANIFEST
29+
sleep-data/
2930

3031
# PyInstaller
3132
*.manifest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
A high-performance Python library for processing and analysing data from [CARP](https://carp.computerome.dk/) (Copenhagen Research Platform) studies.
88

9+
> [!BETA]
10+
> The CARP package is at the beta phase and the APIs and methods might change more often.
11+
912
## Features
1013

1114
- **Schema Discovery**: Automatically scans and infers the schema of the data

examples/demo.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"from sleepiness import SleepinessData\n",
1717
"\n",
1818
"file_paths = [\n",
19-
" \"data/phase-1-1/data-streams.json\",\n",
20-
" \"data/phase-2-1/data-streams.json\",\n",
21-
" \"data/phase-3-1/data-streams.json\"\n",
19+
" \"sleep-data/phase-1-1/data-streams.json\",\n",
20+
" \"sleep-data/phase-2-1/data-streams.json\",\n",
21+
" \"sleep-data/phase-3-1/data-streams.json\"\n",
2222
"]\n",
2323
"# OR\n",
2424
"# file_paths = \"data/phase-1-1/data-streams.json\"\n",
@@ -482,7 +482,7 @@
482482
],
483483
"metadata": {
484484
"kernelspec": {
485-
"display_name": "sleepiness (3.13.5)",
485+
"display_name": "carp-analytics-python (3.13.5)",
486486
"language": "python",
487487
"name": "python3"
488488
},

0 commit comments

Comments
 (0)