Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
8de7556
added all fields from loop report parser
Feb 9, 2019
ae8a8ab
additional sections added to parser
Feb 10, 2019
cbeb81f
additional sections added to parser
Feb 10, 2019
8c5bad0
updated test with new parsed sections
Feb 10, 2019
0e348f0
updated import path and how json file is created
Feb 10, 2019
66474ec
added more sections
Feb 11, 2019
a6636ea
formatted
Feb 12, 2019
092162d
ignore figures folder
ed-nykaza Feb 13, 2019
31b3a4b
add wip and figures to gitignore
ed-nykaza Feb 13, 2019
9120d91
change to get example to run locally
ed-nykaza Feb 13, 2019
9961f8a
remove warning by not sorting during concat
ed-nykaza Feb 13, 2019
8eb080d
add ignore index so dataframe index goes from 0 to (N-1)
ed-nykaza Feb 13, 2019
2320c37
add black package to the env file and change output path
ed-nykaza Feb 13, 2019
15a1e6d
parsed out status_extension_data_manager and g5_cgm_manager and added…
Feb 15, 2019
ecc52cd
Merge remote-tracking branch 'origin/rpw/loop_parser_ext' into rpw/lo…
Feb 15, 2019
453458c
parsed GLUCOSE_STORE out
Feb 15, 2019
2354026
minor naming change
Feb 15, 2019
b0b6390
update minor changes
Feb 16, 2019
14ebf81
converted dataframes to a list of dictionaries
Feb 16, 2019
01819a1
updated tests
Feb 16, 2019
27e898c
removed the .
Feb 16, 2019
4c578bb
added a parser_client and fixed json file output
Feb 16, 2019
5a066f0
updated latestBackfill with a valid value
Feb 16, 2019
66d5757
updated test after changes
Feb 16, 2019
707d18b
fixed parse issue
Feb 16, 2019
ddd1a26
fixed parse issue
Feb 16, 2019
1ca634a
printing exceptions to stdout.
Feb 16, 2019
9a3b3da
resolved value type issues
Feb 17, 2019
3c168ab
added retrospectivePredictedGlucose, and retrospectiveGlucoseChange, …
Feb 17, 2019
0898831
removed the . in import
Feb 17, 2019
65e8b33
removed the . in import
Feb 18, 2019
524dcbc
updated
Feb 19, 2019
a0bb48a
updated
Feb 19, 2019
a4990e1
change ints to floats
ed-nykaza Feb 19, 2019
a7ef0f6
expand parser_client to batch process md files in directory
ed-nykaza Feb 19, 2019
a7376bc
added initial logger
Feb 20, 2019
af6edd3
added glucoseTargetRangeSchedule
Feb 20, 2019
46fd3bd
refactored correction_range_schedule output
Feb 20, 2019
0a722c4
refactored correction_range_schedule output
Feb 20, 2019
c19c3be
added error handling for LoopDataManager
Feb 20, 2019
974b272
handled new edge case for glucoseTargetRangeSchedule
Feb 20, 2019
ed2bb06
removed . form import
Feb 20, 2019
6be4012
fixed correction_range_schedule
Feb 21, 2019
96de3c6
updated glucoseTargetRangeSchedule parser
Feb 21, 2019
4de3f3a
updated workout and premeal max and min
May 17, 2019
6043fa5
Delete 2019-02-19-batch-parsing.csv
rpwils May 17, 2019
a4aabf2
Delete LoopReport-parsed.json
rpwils May 17, 2019
13fb4a8
Delete LoopReport2-parsed.json
rpwils May 17, 2019
240069c
Delete LoopReport2.md
rpwils May 17, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ work-record-archive
export
internal
data
figures
fonts
wip

# Test
htmlcov
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ dependencies:

- pip:
- python-dotenv
- black
- -e git+https://github.com/tidepool-org/data-analytics#egg=tidals\&subdirectory=tidepool-analysis-tools
Loading