Releases: cgevans/riverine
Releases · cgevans/riverine
v0.7.0
- Renames the package from
alhambra-mixestoriverine. - Replaces
Mix.buffer_nameandMix.fixed_total_volumewith a more flexibleFillToVolumeaction, like the existingEchoFillToVolume. The existing keywords should remain functional for backwards compatibility: they now add and modify aFillToVolumeaction as needed (or modify anEchoFillToVolumeaction if it already exists). - Deprecates Python 3.9 support.
- Several bug fixes.
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
Experimentclass 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.