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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,16 @@
18
18
- Specify which Pioreactor to update on the Updates page (option is only available with release archives.)
19
19
- Choose the level of detail on the new Event Logs page.
20
20
- Previously, when a worker's web server is down, it would halt an update from proceeding (since it can't send the command). Now, leader will try the webserver, and if it observes a 5xx error, will attempt an SSH communication.
21
+
- stirring calibration is run as part of self-test now.
22
+
- improvements to stirring job when OD readings have a long pause between.
21
23
22
24
#### Web API changes
23
25
24
26
- GET `/unit_api/jobs/running/<job>` introduced
25
27
- GET `/api/experiment_profiles/running/experiments/<experiment>` introduced
26
28
27
29
#### Breaking changes
28
-
30
+
- Calbration structs `predict` is now `x_to_y`, `ipredict` is now `y_to_x`. This is just more clear!
29
31
- (Eventually) plugins should migrate from `click_some_name` to autodiscover plugins, to importing `run`. Example:
30
32
```
31
33
import click
@@ -44,6 +46,7 @@
44
46
- experiment profiles start now use the `unit_api/` directly. This may mitigate the issue where huey workers stampeding on each other when try to start many jobs.
45
47
- fix `pio calibrations run ... -y` not saving as active.
0 commit comments