|
3 | 3 | #### Highlights |
4 | 4 |
|
5 | 5 | - Run calibrations from the UI. |
6 | | - - New Protocols page with guided calibration sessions, including step-by-step instructions and live charts. |
| 6 | + - New Protocols page with guided calibration sessions, step-by-step instructions, and live charts. |
7 | 7 |
|
8 | 8 | #### Enhancements |
9 | 9 |
|
10 | 10 | - Support for Pioreactor XR. |
11 | 11 | - Faster *Stop* commands in the UI, plugin listing, and data exports. |
12 | 12 | - Added dosing start/stop events to `dosing_automation_events`, including exports. |
13 | | - - Added unit-relative IR LED reference normalization for OD readings via `ref_normalization=unity`. This should significantly align different Pioreactors to the same starting values, especially v1.5 models. However, this does change the OD readings levels, so if you have an OD calibration, this isn't applied to you automatically. |
| 13 | + - Added unit-relative IR LED reference normalization for OD readings via `ref_normalization=unity`. This should align different Pioreactors to similar starting values, especially v1.5 models. However, this changes OD levels, so existing OD calibrations are not adjusted automatically. |
14 | 14 | - New query pattern for faster Experiment Overview chart loading; large datasets may show randomized sampling in time series. Let us know if this is too distracting. Max point targets per series increased to 1400. |
15 | 15 | - OD calibrations now support multiple photodiode angles; `pio calibrations run --device od` can emit per-angle calibrations for 45/90/135. |
16 | 16 | - Added an update helper to migrate legacy OD calibrations into per-angle devices. |
17 | 17 | - Calibration protocols are now exposed via API. |
18 | 18 | - When a Pioreactor model is changed, a (non-blocking) hardware check is performed. |
19 | | - - You can now restart the web server (lighttpd), and the background task queue, Huey, from the UI. Go to Leader -> "Long-running jobs", and see the "web server and queue" line. |
| 19 | + - You can now restart the web server (lighttpd) and the background task queue, Huey, from the UI. Go to Leader -> "Long-running jobs", and see the "web server and queue" line. |
20 | 20 | - Added spline curve support for calibrations, including OD standards sessions and calibration charts. |
21 | | - - `pio calibrations analyze` now supports `--fit poly|spline` (default poly). You can use this to re-fit a dataset to a spline curve. |
22 | | - - Added estimator artifacts alongside calibrations, including OD fusion estimators stored under `storage/estimators` and managed via the calibration session flow. Estimators are like a "generalized" calibration for more complex algoriths. Calibrations will be restricted to 1D models. |
23 | | - - new unit_apis for estimators: |
| 21 | + - `pio calibrations analyze` now supports `--fit poly|spline` (default: poly). You can use this to refit a dataset to a spline curve. |
| 22 | + - Added estimator artifacts alongside calibrations, including OD fusion estimators stored under `storage/estimators` and managed via the calibration session flow. Estimators are a generalized calibration for more complex algorithms. Calibrations will be restricted to 1D models. |
| 23 | + - New unit APIs for estimators: |
24 | 24 | - `/unit_api/estimators/<device>` |
25 | 25 | - `/unit_api/estimators/<device>/<estimator_name>` |
26 | | - - Faster start up and shutdown of pioreactor jobs. |
27 | | - - Charts on Experiment Overview now scale with window size! |
| 26 | + - Faster startup and shutdown of Pioreactor jobs. |
| 27 | + - Charts on Experiment Overview now scale with window size. |
28 | 28 |
|
29 | 29 | #### Breaking changes |
30 | 30 | - Moved Self-test to the Inventory page. Pioreactors no longer need to be assigned to an experiment to run self-test. |
|
34 | 34 | - Removed experimental pump-detection failure handling from chemostat and turbidostat. |
35 | 35 | - OD calibration devices are now per-angle (`od45`, `od90`, `od135`) instead of just `od`. Physically, this changes the calibration directory in `~/.pioreactor/storage/calibrations/od` to `~/.pioreactor/storage/calibrations/{od45,od90,od135}`. Existing `od` calibration files and active calibrations are migrated during the update. |
36 | 36 | - Self-test no longer creates a stirring calibration. |
37 | | - - OD Reading charts in the UI previously had a sensor label next to the unit, ex: `worker01-2`. Now it is the corresponding angle from config.ini. Note: only the global config.ini is used, not specific unit_config.inis. |
| 37 | + - OD reading charts in the UI previously had a sensor label next to the unit, ex: `worker01-2`. Now it is the corresponding angle from `config.ini`. Note: only the global `config.ini` is used, not specific `unit_config.ini` files. |
38 | 38 | - New OD and stirring calibrations are now fit with a spline, and not a polynomial. |
39 | 39 | - Calibration curve data is now serialized as tagged structs (`poly`/`spline`) instead of raw lists. `curve_type` is removed and existing calibration files are migrated during the update. |
40 | 40 | - Reorganized calibration protocol modules into `core/pioreactor/calibrations/protocols/` and extracted a `registry.py` for protocol registration. |
| 41 | + - Removed OD calibration using a single vial. |
41 | 42 |
|
42 | 43 |
|
43 | 44 | #### Bug fixes |
44 | 45 |
|
45 | 46 | - Fix self-test logging closing prematurely. |
46 | 47 | - Fix floating point error at the boundary of OD calibrations. |
47 | 48 | - Fix runtime forward-reference errors in type annotations after dropping `__future__` imports. |
48 | | - - Fix timeouts being too short on some UI export operations |
| 49 | + - Fix timeouts being too short on some UI export operations. |
49 | 50 | - Re-save calibration files on `pio calibrations analyze` confirmation even when the curve is unchanged. |
50 | | - - UI now logs _all_ warning and errors, including from the web backend. |
51 | | - - fix Mosquitto's pw.txt file |
| 51 | + - UI now logs _all_ warnings and errors, including from the web backend. |
| 52 | + - Fix Mosquitto's pw.txt file. |
52 | 53 |
|
53 | 54 | ### 25.12.10 |
54 | 55 |
|
|
0 commit comments