Skip to content

Releases: FYNCH-BIO/evolver-electron

Release 2.0.1 BETA

31 Aug 14:42
75f01fe
Compare
Choose a tag to compare
  • Bokeh version update on DPU
  • GUI calibrations graph axes limits bugfix

Release 2.0.0

22 Jul 18:46
Compare
Choose a tag to compare

Major release with lots of new features and bug fixes. For a full description of features, please check the forum at https://www.evolver.bio

  • New experiment manager page for running experiments within the GUI
  • New experiment editor page for modifying experimental parameters within the GUI
  • Pump calibrations now supported by GUI/server
  • Data visualization page (replaces cloudevolution django python webapp)
  • Calibration pages allow visualization of data and fits in real-time
  • Calibration page runs the calibrate.py automatically (no need to manually run the calibrate.py script on command line)
  • DPU updated to be run via GUI as well as on command line. Minor changes to how experimental variables are handled, IP is now processed via the command line arguments.

Release v1.2.1 STABLE

30 Nov 23:24
Compare
Choose a tag to compare
  • Fixed coroutine syntax bug in dpu
  • DPU now only loads the last few lines of the OD and OD_set data instead of the entire files into memory every iteration. This saves significant computation time for long experiments. See https://www.evolver.bio/t/unexpected-double-dilution/226/9
  • Moved some files around in the arduino repository. No longer have a Rev A and Rev B - there is a single version of the code. The only difference was the pump mapping - the two mappings are both in the single file and can be selected by the user.

Release v1.2.0

30 Oct 16:20
Compare
Choose a tag to compare

Updated graphs in dpu app. IPP capabilities added in arduino fludics. Various bugfixes.

Release v1.1.1

07 Oct 20:43
Compare
Choose a tag to compare

Calibration updates

Release v1.1.0

24 Sep 17:43
e72965f
Compare
Choose a tag to compare

Generalized calibrations framework. Refactored server events to handle arbitrary calibration commands. Single file contains all calibrations data (raw and fit) for all arbitrary params.

Front end utilizes new calibration formats to display data on setup page and in the temp/density calibration pages.

Release v1.0.1

21 Aug 19:33
Compare
Choose a tag to compare

Bug fixes throughout FYNCH-BIO repos.

First release post NBT

08 Aug 15:26
cc60b1d
Compare
Choose a tag to compare
Merge pull request #55 from zheins/cal-fixes

Calibration fixes