Skip to content

Releases: Pioreactor/pioreactor

22.11.7

30 Nov 01:29
Compare
Choose a tag to compare

22.11.7

  • Improvements to UI
  • Fix bug in leader's firstboot.sh
  • Fix bug when temperature is changed too quickly in thermostat

Images available here

22.11.6

28 Nov 16:57
Compare
Choose a tag to compare

22.11.6

  • PWM DC% changes are logged to MQTT under pioreactor/<unit>/<exp>/pwms/dc as a JSON value (similar to LED intensities).
  • The pioreactor cards in the UI display the PWM DC %.
  • user defined callbacks in ODReader have changed to be bound methods on the class (hence, you
    can use self in the callback.)
  • New SQL table pwm_dcs.
  • Performance improvements to the UI
  • Adding authentication on mosquitto, the MQTT broker running on leader.
    Images available here

22.11.5

23 Nov 16:24
Compare
Choose a tag to compare

22.11.5

  • Replace dbm with disk-cache in core. Benefits: makes storing types easier, comparable performance to dbm, promises of process-safety and thread-safety, align all datastores to sqlite3.
  • Some caching in the UI now for common API calls.
  • Improvements to UI

22.11.4

20 Nov 19:05
Compare
Choose a tag to compare

22.11.4

  • Fixes for UI
  • Smoother transitions in UI
  • new ENV variable LOCAL_ACCESS_POINT that represents in local access point is online

22.11.3

17 Nov 18:54
Compare
Choose a tag to compare

22.11.3

  • Fix bug in UI that wasn't letting users update software
  • during pio update --app, we now check for additional files in the github release that are to be executed. This provides a path of upgrading non-Python things.
  • Improvements to PioreactorUI

22.11.2

10 Nov 16:48
Compare
Choose a tag to compare

22.11.2

  • Removing parent from BackgroundSubJob
  • Make thermostat heuristic slightly better
  • fix bug in OD Calibration
  • If the ADC has an offset (due to hardware, or ambient light), it will now be removed from all inputs before being processed in OD Readings.

22.11.1

02 Nov 16:55
Compare
Choose a tag to compare

22.11.1

  • Fix bug where users are not able to start a job.
  • Revisit pump and od calibrations. Some changes to the CLI.
  • Some improvements to stirring calibration.
  • Fix stirring calibration not responding in the UI
  • Fix uninstall plugin bug
  • Fix booleans not showing correctly in the PioreactorUI

22.10.4

31 Oct 17:51
Compare
Choose a tag to compare

22.10.4

  • removed the dbm storage pio_jobs_running. Instead, each job will write metadata about its currently running state to the (tmp) file job_metadata_<job_name>. This fixes issue #350.
  • Fixed UI issue where specific configs weren't being saved.

22.10.3

18 Oct 02:06
Compare
Choose a tag to compare

22.10.3

  • no-op release

22.10.2

18 Oct 01:39
Compare
Choose a tag to compare

22.10.2

  • no-op release