Skip to content

Releases: intbio-ncl/BiomationScripterLib

v1.0.0

02 Sep 17:04
cdd4bb7
Compare
Choose a tag to compare

Version 1.0.0 release of BiomationScripter. This is the first stable release.

v0.2.2

26 Aug 11:20
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

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
  • Made BMS compatible with python 3.7
    • Removed references to Literal from the typing package to ensure BMS can be used on Opentrons machines using python 3.7

Full Changelog: v0.2.0...v0.2.2

v0.2.0

24 Aug 10:14
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

15 Mar 12:22
Compare
Choose a tag to compare
Pre-Release v0.1.1 Pre-release
Pre-release

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

24 Feb 13:10
Compare
Choose a tag to compare
Pre-Release v0.1.0 Pre-release
Pre-release

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: