Skip to content

Releases: Pioreactor/pioreactorui

24.10.30

29 Oct 19:30
Compare
Choose a tag to compare

24.10.30

  • fix manual dosing updates in the UI not working.

24.10.29

29 Oct 01:35
Compare
Choose a tag to compare

24.10.29

  • fix for workers being locked up

24.10.28

28 Oct 15:49
Compare
Choose a tag to compare

24.10.28

  • fix for env bug

24.10.20

20 Oct 23:51
Compare
Choose a tag to compare

24.10.20

Bug fix release for the previous version.

24.10.16

17 Oct 02:23
Compare
Choose a tag to compare

24.10.16

  • New dataset exports from the Export data page in the UI: calibrations and liquid-volumes.
  • Added a "partition by unit" option to the Export data page that will create a csv per Pioreactor in the export, instead of grouping them all together.
  • faster UI response times when starting jobs
  • Because we are now storing liquid_volume in the database, you can add charts in the UI that track the volume over time:
    1. Add the following yaml contents to ~/.pioreactor/plugins/contrib/charts/lqiuid_volume.yaml: https://gist.github.com/CamDavidsonPilon/95eef30189101da69f706d02ef28d972
    2. In your config.ini, under ui.overview.charts, add the line liquid_volume=1.
  • New API endpoints for getting the current settings of a running job:
    • Per pioreactor:
      • GET: /unit_api/jobs/settings/job_name/<job_name>
      • GET: /unit_api/jobs/settings/job_name/<job_name>/setting/<setting>
    • Across the cluster:
      • GET: /api/jobs/settings/job_name/<job_name>/setting/<setting>
      • GET: /api/jobs/settings/job_name/<job_name>/experiments/<experiment>
      • GET: /api/jobs/settings/job_name/<job_name>/experiments/<experiment>/setting/<setting>
      • GET: /api/jobs/settings/workers/<unit>/job_name/<job_name>/experiments/<experiment>
      • GET: /api/jobs/settings/workers/<unit>/job_name/<job_name>/experiments/<experiment>/setting/<setting>
        Ex: query the temperature of a Pioreactor: curl http://pio01.local/unit_api/jobs/settings/job_name/temperature_automation/setting/temperature

24.10.1

01 Oct 17:18
Compare
Choose a tag to compare

24.10.1

  • bug fix for "Manage all" that would start activities in all Pioreactors, whether they were in the experiment or not.
  • fix for bug when clicking a legend element it not hiding
  • fix
  • amount of data shown on charts is now a function of the OD sampling rate
  • allow for showing more than 16 workers in a chart.
  • bug fix for "color" error when many workers on a chart.
  • bug fix for leader starting when an experiment profile was started which referenced leader, even if the leader wasn't in the experiment.

24.9.25

26 Sep 18:22
Compare
Choose a tag to compare

24.9.25

  • Better experiment selection dropdown
  • replace momentjs with dayjs
  • reduce the list of supported browsers

24.9.20

20 Sep 00:31
Compare
Choose a tag to compare

24.9.20

  • fixes to the UI for new json version api

24.9.19

19 Sep 14:45
Compare
Choose a tag to compare

24.9.19

  • improvements to kill jobs

24.9.18

18 Sep 13:08
Compare
Choose a tag to compare

24.9.18

  • API changes for update routines (and lots more).