Releases: intbio-ncl/BiomationScripterLib
v1.0.0
v0.2.2
Overview
Version 0.2.2 introduces some bug fixes. It also includes changes made for version 0.2.1, which was a PyPI only release.
Main Changes
- Fixed an error with
pip install
(this was changed in v0.2.1)- The long description file caused issues during install, so this is now included within
setup.py
- The long description file caused issues during install, so this is now included within
- Made BMS compatible with python 3.7
- Removed references to
Literal
from thetyping
package to ensure BMS can be used on Opentrons machines using python 3.7
- Removed references to
Full Changelog: v0.2.0...v0.2.2
v0.2.0
First release for version 0.2. This is not backward compatible with v0.1. Version 0.2 will be the last pre-release before version 1.0 is released.
See all changes from v0.1 below:
Full Changelog: v0.1.0...v0.2.0
Pre-Release v0.1.1
This release contains bug fixes for issues in the previous version, along with very minor functionality updates. Full details are below. This release is fully backward compatible with the pre-release version 0.1.0.
- Added a new BMS error type
TransferError
to be used for generic transfer event errors - More accurate and informative error messages are now given when
EchoProto
detects that there isn't enough source material to complete a protocol - The Loop Assembly template in
EchoProto
now supports the use of more than one type of buffer per reaction - Fixed a bug which prevented the PCR template in
EchoProto
from running - this was due to well label IDs not being updated for repeats of the same reaction - Fixed a bug where
OTProto.transfer_liquids
had strange mixing behaviour
Pre-Release v0.1.0
This is the first pre-release for BiomationScripter. If using this version, expect bugs which may or may not be fixed, and incomplete/incorrect documentation. Any new releases of v0.1 (v0.1.1, v0.1.2, etc.) will be backwards compatible where possible.
Contributors: