Skip to content

Releases: FYNCH-BIO/dpu

Release 2.0.2

26 Sep 20:02
2453dfa
Compare
Choose a tag to compare

Python dependency manager changed from pip to Poetry

Release 2.0.1

31 Aug 14:30
0a4d550
Compare
Choose a tag to compare
  • Bokeh version update on DPU
  • GUI calibrations graph axes limits bugfix

Release 2.0.0

22 Jul 18:48
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://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

30 Nov 23:22
ba06b24
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 13:39
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:42
Compare
Choose a tag to compare

Bugfix in calibrations usage.
Allow commands to be sent immediately if desired.

Release v1.1.0

24 Sep 17:44
c92e270
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.

Params do not need to be defined explicitly for OD anymore - just selecting the calibration is sufficient for the dpu to process OD data.

Release v1.0.1

21 Aug 19:32
1afae02
Compare
Choose a tag to compare

Bug fixes throughout FYNCH-BIO repos.

First release post NBT

08 Aug 15:25
Compare
Choose a tag to compare
v1.0

Merge branch 'rc'