Skip to content

Commit 2687051

Browse files
bump version
1 parent 6fa1a23 commit 2687051

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

pioreactorui/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pioreactorui/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# pioreactorui version
6-
__version__ = "25.1.21"
6+
__version__ = "25.2.10"

0 commit comments

Comments
 (0)