Releases: Pioreactor/pioreactorui
Releases · Pioreactor/pioreactorui
24.10.30
24.10.29
24.10.29
- fix for workers being locked up
24.10.28
24.10.28
- fix for env bug
24.10.20
24.10.20
Bug fix release for the previous version.
24.10.16
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:- Add the following yaml contents to
~/.pioreactor/plugins/contrib/charts/lqiuid_volume.yaml
: https://gist.github.com/CamDavidsonPilon/95eef30189101da69f706d02ef28d972 - In your config.ini, under
ui.overview.charts
, add the lineliquid_volume=1
.
- Add the following yaml contents to
- 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>
- GET:
- 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
- GET:
- Per pioreactor:
24.10.1
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
24.9.25
- Better experiment selection dropdown
- replace momentjs with dayjs
- reduce the list of supported browsers
24.9.20
24.9.20
- fixes to the UI for new json version api
24.9.19
24.9.19
- improvements to kill jobs
24.9.18
24.9.18
- API changes for update routines (and lots more).