Skip to content

Conversation

@danamlewis
Copy link
Contributor

@danamlewis danamlewis commented Jun 19, 2022

Setting up for bug fixes and other updated for v0.7.2

The primary fix in this release is for:

Other fixes/improvements include:

TODO before release:

…Bit) in setup routines (#1429)

* Remove redundant pip install for bullseye support

pIp is also installed by openaps-packages.sh

* Change python default to python2, install pip, pip install numpy for bullseye support

* Bullseye support on arm64 (Raspberry Pi OS 64bit)

Handle aarch64 architecture properly when downloading golang binaries. 
Without this setup will fail on Rpi 3/4/Zero2 devices where the user has installed the recently-released 64bit OS.

Co-authored-by: Dave Acklam <[email protected]>
@danamlewis danamlewis marked this pull request as draft June 19, 2022 02:31
mountrcg and others added 15 commits June 18, 2022 19:41
…#1419)

* fix: Remove edison nodesource installation

* fix: npm upgrade to latest *compatible* version, not the literal latest

The previous command (which installs npm@latest) results in the installation
of a version of npm which is almost certainly incompatible with the installed
(regardless of source) version of nodejs

* fix: Use n instead of apt for installing node & npm

* fix: Improve node execution time check function

- Remove what should be a redundant install, instead opt to fail if node is missing.
Given that openaps-packages.sh handles installing node, this failing check indicates
an unmitigated failure in the process previously, so let's not continue and make things
potentially worse.
- Attempt to remove existing nodejs/npm packages using apt
- Warn the user if versions of node and npm remain
- Switch nvm for n, using installed version of n if available
Else, bootstrap install n as done elsewhere.

* fix: Replace broken grep statements
@ecc1
Copy link

ecc1 commented Sep 18, 2022 via email

@scottleibrand
Copy link
Contributor

This should be ready for release now, to fix installs from master, unless anyone knows of any blockers.

@scottleibrand scottleibrand marked this pull request as ready for review January 17, 2023 05:51
scottleibrand and others added 4 commits March 4, 2023 19:25
This reverts commit 80493da.

This is causing future IOB predictions to be incorrect (highly negative).
That causes the predBG lines to swoop up and to the right.
That results in (slightly) too much insulin being dosed in some situations.
…lse mmtune (#1457)

* on loop failure, retry preflight; if successful, refresh pumphistory, else mmtune

* wait_for_silence  before retrying preflight

* need to return, not keep invoking fail()

* only try preflight one more time before mmtuning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.