Releases: FYNCH-BIO/dpu
Releases · FYNCH-BIO/dpu
Release 2.0.2
Release 2.0.1
- Bokeh version update on DPU
- GUI calibrations graph axes limits bugfix
Release 2.0.0
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
- 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
Updated graphs in dpu app. IPP capabilities added in arduino fludics. Various bugfixes.
Release v1.1.1
Bugfix in calibrations usage.
Allow commands to be sent immediately if desired.
Release v1.1.0
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
Bug fixes throughout FYNCH-BIO repos.
First release post NBT
v1.0 Merge branch 'rc'