Releases: Pioreactor/pioreactorui
Releases · Pioreactor/pioreactorui
23.4.14
23.14.4
- Added new "Past Experiments" page
- Query params can be added to
/export-datathat 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
calibrationstable 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
lookbackparameter 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
23.3.1
23.3.1
- Better manual dosing pageg
- Pioreactor hardware version and serial number are displayed in the
/pioreactorpage, underManage->System.
23.2.16
23.2.16
- Fix chart issue where data from od_readings wasn't being displayed correctly if multiple non-REF sensors were used.
23.2.10
23.2.10
- Better error handling when a yaml file is not correct format.
- Improvements to Plugins page
23.2.6
23.2.6
- Adding
pioreactor_unit_activity_data_rollupto exportable datasets.