You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,14 @@
4
4
5
5
- new events in the dosing_automation_events table & export detailing when dosing starts and stops.
6
6
- new query pattern for faster Experiment Overview chart loading. However, there is a random element to what data is displayed in a time series. Let me know if this is too distracting.
7
+
- OD calibrations now support multiple photodiode angles; `pio calibrations run --device od` can emit per-angle calibrations for 45/90/135.
8
+
- Calibration CLI now saves and can activate multiple OD calibration outputs in one run.
9
+
- Added an update helper to migrate legacy OD calibrations into per-angle devices.
7
10
8
11
#### Breaking changes
9
12
10
13
- Removed `/api/workers/<pioreactor_unit>/configuration`; use `/api/units/<pioreactor_unit>/configuration`.
14
+
- OD calibration devices are now per-angle (`od45`, `od90`, `od135`). Existing `od` calibration files and active calibration keys must be migrated.
0 commit comments