Skip to content

Releases: Pioreactor/pioreactorui

23.4.14

14 Apr 18:15

Choose a tag to compare

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

03 Apr 22:52

Choose a tag to compare

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

20 Mar 18:50

Choose a tag to compare

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

15 Mar 15:35

Choose a tag to compare

23.3.15

  • Performance improvements
  • Better empty states

23.3.8

08 Mar 19:47

Choose a tag to compare

23.3.8

  • Adding lookback parameter to all charts.
  • Changes to make charts YAML options more flexible

23.3.6

06 Mar 10:53

Choose a tag to compare

Upcoming

  • Fix 'resume' / 'pause' text switching
  • huey.db now lives in /tmp/pioreactorui_cache

23.3.1

01 Mar 17:11

Choose a tag to compare

23.3.1

  • Better manual dosing pageg
  • Pioreactor hardware version and serial number are displayed in the /pioreactor page, under Manage -> System.

23.2.16

16 Feb 21:31

Choose a tag to compare

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

10 Feb 15:42

Choose a tag to compare

23.2.10

  • Better error handling when a yaml file is not correct format.
  • Improvements to Plugins page

23.2.6

06 Feb 16:23

Choose a tag to compare

23.2.6

  • Adding pioreactor_unit_activity_data_rollup to exportable datasets.