File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 25.2.10
2+ - ** UI Improvements** :
3+ - Improved chart colors.
4+ - Added the ability to choose the level of detail on the new Event Logs page.
5+ - Ability to run multiple experiment profiles per experiment.
6+ - Users can now specify which Pioreactor to update on the Updates page (available only with release archives)
7+ - Introduced:
8+ - ` GET /unit_api/jobs/running/<job> `
9+ - ` GET /api/experiment_profiles/running/experiments/<experiment> `
10+ - Fixed UI not displaying third-party calibrations.
11+ - Fixed manual dosing issues in the UI.
12+ - Fixed manual log recording in the UI.
13+
114### 25.1.21
215 - Bug fixes for the UI
316
Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ def query_temp_local_metadata_db(
228228 cur = _get_temp_local_metadata_db_connection ().execute (query , args )
229229 rv = cur .fetchall ()
230230 cur .close ()
231- print (rv )
232231 return (rv [0 ] if rv else None ) if one else rv
233232
234233
Original file line number Diff line number Diff line change 33
44
55# pioreactorui version
6- __version__ = "25.1.21 "
6+ __version__ = "25.2.10 "
You can’t perform that action at this time.
0 commit comments