-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.3.2 #472
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
ps2
commented
May 14, 2017
•
edited
Loading
edited
- Dosing decisions restricted to look no further than DIA. (Safety improvement, and better handling of long CA meals)
- Check pump status for suspend and bolusing states before bolusing.
- CRC8 check reinstated on all packets (Safety improvement).
- Disregard primes using event history.
- Positive momentum and RC are once again included in Bolus recommendations, reverting remove +ve momentum from bolus calculation #372.
- Optimization of fetching pump history pages. Fewer pages are fetched after recent page rollover. Saves pump battery.
- Error handling improvements. Splitting bolus errors into certain and uncertain failure categories.
- Pump timezone, bolusing and suspended states added to pump status in Nightscout upload.
- Refactoring of Loop and DataManages to better align responsibilities.
Merge doc updates that happened on master back into dev.
* LoopDataManager refactor * Adding missing files
dev version bump (#445)
…tion action duration (#450) * do not forecast out beyond dia * allow forecast to go beyond dia, but dosing decisions should only use eventual bg no further out than dia. * Adding tests for bg rising past dia
* Update to rl v1.0.1 and LoopKit v1.2.2 * Update to new delegate api * Dose store no longer has pumpID * Dose store no longer has pumpID * Reset dosestore on pumpid change
* Use the normal forecast for bolusing. * remove semicolon
* Upgrade to SwiftCharts 0.6 * Build SwiftCharts * rebuild SwiftCharts * rebuild SwiftCharts
update to rileylink_ios 1.1.0
* Customizing bolus errors with new certainty distinction * Clarify crosstalk, and display message associated with rfCommsFailure * Just return error reason for rfCommsFailure errors, without wordy prefix * Pump and bolus error localizations are in RLKit framework now
renaming milligramsPerDeciliterUnit() to milligramsPerDeciliter()
- Refactors common behavior between chart view controllers into a superclass - Renames "dataManager" to "deviceManager" in a few places - Improves touch tracking in charts - Fixes an issue where the Y-axis line was visible - Reduces excess padding on the right side of charts
Update to LoopKit v1.3.0
Rethink the API for clients to read loop status; other cleanup.
prep version for release
Store primes in dosestore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.