|
5 | 5 | - An `Event Logs` page for seeing the logs generated by your Pioreactors |
6 | 6 | - A detailed overview of your cluster's leader-specific duties on the new `Leader`'s page. |
7 | 7 | - See the Leader's filesystem, logs, update cluster clocks, and view important running jobs. |
8 | | - - View different Pioreactors' plugins on the `Plugins` page, and install to specific Pioreactor vs entire cluster. |
9 | | - - Manage your calibrations from the UI's new `Calibrations` page. |
10 | | - - View existing calibrations, set active calibrations, and download calibration files. |
| 8 | + - View different Pioreactors' plugins on the `Plugins` page, and install to specific Pioreactor vs entire cluster. |
| 9 | + - Manage your calibrations from the UI's new `Calibrations` page. |
| 10 | + - View existing calibrations, set active calibrations, and download calibration files. |
11 | 11 | - New calibrations API. A calibration now creates a YAML file as an artifact, stored in `~/.pioreactor/calibrations`. This makes editing, creating, sharing, and transferring calibrations much easier. |
12 | 12 | - There's also a new CLI for calibrations: |
13 | 13 | ``` |
|
24 | 24 | list List existing calibrations for the given device. |
25 | 25 | run Run an interactive calibration assistant for a specific device. |
26 | 26 | set-active Mark a specific calibration as 'active' for that device |
| 27 | + analyze Analyze the data from a calibration. |
27 | 28 | ``` |
28 | 29 |
|
29 | 30 | For example, to run a pump calibration, use `pio calibrations run --device media_pump`. View all your media pump calibrations with: `pio calibrations list --device media_pump`. And to duplicate a |
|
70 | 71 | ### Enhancements |
71 | 72 | - new SQL table for `historical_experiment_assignments` that stores historical assignments to experiments. |
72 | 73 | - UI performance improvements |
| 74 | + - Better terminal plots |
73 | 75 |
|
74 | 76 | ### Breaking changes |
75 | 77 | - `use_calibration` under `od_reading.config` is deprecated. Use the calibrations "active" state instead. |
|
97 | 99 | - removed `pioreactor.utils.gpio_helpers` |
98 | 100 |
|
99 | 101 | ### Bug fixes |
100 | | - - fix PWM3 not cleaning up correctly |
101 | | - - fixed Stirring not updating to best DC % when using a calibration after changing target RPM |
102 | | - |
| 102 | + - Fix PWM3 not cleaning up correctly |
| 103 | + - Fixed Stirring not updating to best DC % when using a calibration after changing target RPM |
| 104 | + - Fixed a bug that could cause OD calibrations to map a small voltage value to a max OD. |
103 | 105 |
|
104 | 106 | ### 24.12.10 |
105 | 107 | - Hotfix for UI settings bug |
|
0 commit comments