Releases: cgevans/mixes
Releases · cgevans/mixes
0.6.1
v0.5.0
An interim release while larger changes are being made, so that users can make use of several important new features, and the pypi-available version fits well with the latest documentation.
- Adds an
Experiment
class that can hold mixes and components, and keep track of volumes, etc. - Adds volume/consumption tracking.
- Adds master/split mix functions.
- Fixes numerous minor bugs.
v0.4.0
From discussions at DNA 28, we have a few new and changed features:
- A ToConcentration action, to add amounts necessary to make components particular concentrations in a mix, taking into account other actions and mixes being put into the mix.
- FixedVolume is now actually just for fixed volumes: equal_conc is deprecated. There is now a less confusing EqualConcentration action for when you'd like equal concentrations.
- Better org mode output support.
- More quantitate functions.
- Reorganized code.
- Some documentation improvements.