Skip to content

Releases: loudnate/openaps-predict

v0.0.9

20 Mar 00:17
Compare
Choose a tag to compare

Performance optimizations and converting tests be more fixture-based

v0.0.8

18 Jan 01:58
Compare
Choose a tag to compare

Performance improvements

Version 0.0.7

14 Dec 00:53
Compare
Choose a tag to compare
  • Add a command to calculate a schedule of unabsorbed carbohydrates, also known as carbs on board (COB).
  • Improve accuracy of IOB for temp basals of irregular duration (e.g 3.2 minutes)

v0.0.6

07 Dec 04:55
Compare
Choose a tag to compare
  • Adding --start-at and --end-at limits for IOB output
  • Fixing numeric parsing for openaps report args

v0.0.5

05 Nov 04:17
Compare
Choose a tag to compare
  • Adding a new command, glucose_momentum_effect for applying a linear regression to recent glucose history
  • Adding --momentum parameter to glucose_from_effects to blend momentum effect into the prediction
  • Fixing an issue where scheiner_carb_effect absorption parameters could not be read from an openaps report serialization
  • Adding support for a legacy Nightscout API format (#31)

Note that scipy is now a dependency. It's recommended you use your favorite package manager to install rather than building from source.

v0.0.4

24 Oct 01:19
Compare
Choose a tag to compare

• Separates the single glucose use into its individual components: walsh_insulin_effect, scheiner_carb_effect, and glucose_from_effects. The glucose command remains for convenience and compatibility, but its implementation simply runs through the other components.
• Adds the walsh_iob command to calculate total insulin on-board from normalized dosing history.
• Adds support for timezone-aware timestamps. It is up to the user to ensure that either all pump & glucose history is timezone-aware or that it is all timezone-naïve. Mixing the two will raise an exception as comparisons become unclear.

v0.0.3

20 Sep 22:50
Compare
Choose a tag to compare

Adds support for "event" units, now present in openapscontrib.mmhistorytools==0.1.0

v0.0.2

27 Aug 04:09
Compare
Choose a tag to compare
  • Fixes an incorrect application of a sensor effect delay
  • Adds some safety assertions that history was recently written and glucose data is current. NOTE: This will require you to ensure your system timezone is the same as your glucose sensor time.