Releases: Pioreactor/pioreactorui
Releases · Pioreactor/pioreactorui
23.7.25
23.7.25
- Mostly copy changes and improvements
- Adding down_sample argument to chart yamls.
23.6.26
23.6.26
- lots of small improvements
- adding ability to upgrade to develop branches
23.6.6
23.6.6
- Adding manual dosing adjustment form under Dosing tab
- Adding support for experiment profiles
23.5.9
23.5.9
- New PWM voltage in Systems card.
- Improvements to changing LED values.
23.4.14
23.14.4
- Added new "Past Experiments" page
- Query params can be added to
/export-data
that will populate the datasets and experiment to export - New API routes for some endpoints:
/api/stop
,/api/run
,/api/unit_labels/
. See docs: https://docs.pioreactor.com/developer-guide/web-ui-api
23.4.3
23.4.3
- Backend work to complete calibrations utilities:
- Edits to the
calibrations
table in the database require a full drop and recreation. - New API endpoints on the webserver to store calibrations, get calibrations, set as current, etc.
- add robots.txt that disallows crawlers
23.3.20
23.3.20
- New route
/api/installed_plugins/<filename>
for getting back specific Python files in the plugins folder. Later, this will be generalized to getting entry_point plugins, too. - Python files in
plugins/
folder on leader are viewable on the /plugins page in the UI. - Python files in
plugins/
folder on leader are uninstallable (aka deleted) on the /plugins page in the UI. - Better workflow for starting a new experiment
23.3.15
23.3.15
- Performance improvements
- Better empty states
23.3.8
23.3.8
- Adding
lookback
parameter to all charts. - Changes to make charts YAML options more flexible
23.3.6
Upcoming
- Fix 'resume' / 'pause' text switching
- huey.db now lives in /tmp/pioreactorui_cache