ChangelogΒΆ

2.3.3 2017-3-21

  • [Bug]: Remove unsupported resource ids

2.3.2 2017-1-16

  • [Bug]: Fixes bug where next_wells could not be used as an iterator for loops

2.3.1 2016-10-20

  • [Bug]: next_wells fails with error and accepts list of Containers

2.3.0 2016-10-10

  • [Feature]: Travis-ci and tox checkers added
  • [Feature]: added well generator next_wells
  • [Support]: fix dox example thermocycle_ramp

2.2.1 2016-09-12

  • [Feature]: Travis-ci and tox checkers added
  • [Bug]: fix import compatibility for py3
  • [Bug]: fixed python2/3 compatibility bugs
  • [Support]: fix dox example thermocycle_ramp

2.2.0 2016-07-28

  • [Feature]: media types and restriction enzymes
  • [Feature]: include positive control reagents for exonuclease assembly kits
  • [Feature]: positive control for Gibson assembly
  • [Feature]: bio_calculators module
  • [Bug]: fix thermocycle_ramp calculations
  • [Bug]: sys.path.insert typo in docs/conf.py
  • [Support]: documentation improvements
  • [Support]: added additional information to oligo scale limit error messages
  • [Support]: additonal tests and documentation
  • [Support]: more examples to functions
  • [Support]: new changelog and improved documentation

2.1.7 2016-06-29

  • [Feature]: positive control for Gibson assembly
  • [Bug]: flatten_list can flatten WellGroup

2.1.6 2016-06-24

  • [Support]: more examples to functions

2.1.5 2016-06-14

  • [Feature]: include positive control reagents for exonuclease assembly kits
  • [Bug]: Container storage for ref_kit_container

2.1.4 2016-05-11

  • [Feature]: media types and restriction enzymes
  • [Bug]: unique_containers can properly deal with WellGroups
  • [Support]: additonal tests and documentation

2.1.3 2016-04-07

  • [Bug]: volume_check now returns consolidated string of errors
  • [Bug]: container_type_checker now returns consolidated string of all container errors found
  • [Support]: documentation improvements
  • [Support]: added additional information to oligo scale limit error messages

2.1.2 2016-04-05

  • [Bug]: well_name now takes and argument humanize which results in the index being printed as A1 as opposed to 0

2.1.1 2016-04-05

2.0.1 2016-03-29

2.0.0 2016-03-18

  • [Feature]: use new unit system (pint) with autoprotocol-python 3.0
  • [Feature]: resource id adjustments in Resource Helper Functions
  • [Feature]: add restriction_enzyme_buffers method to ResourceIDs

1.5.0 2016-03-11

  • [Feature]: rewrite is_columnwise
  • [Feature]: unique_containers can also deal with single well
  • [Feature]: stamp_shape does not break anymore when presented with a container that is not 96 or 384 well. returns all wells as remaining
  • [Feature]: add transformation controls
  • [Feature]: renaming some reactangle functions
  • [Feature]: stamp_shape also returns included_wells
  • [Feature]: stamp_shape now always returns a list. start_well will be of type Well. start_well will be None if no shape is found
  • [Feature]: volume_check can accept a list of wells or WellGroup
  • [Feature]: transfer_properties
  • [Feature]: 10nm scale to oligo_scale_default
  • [Feature]: adjust media strings
  • [Feature]: t4_ligase() method for ResourceIDs
  • [Support]: ligase reagents and better documentation
  • [Support]: documentation

1.4.4 2016-03-11

  • [Feature]: adjust media strings
  • [Feature]: t4_ligase() method for ResourceIDs
  • [Support]: documentation

1.4.3 2016-03-06

  • [Support]: ligase reagents and better documentation

1.4.2 2016-03-06

  • [Feature]: rewrite is_columnwise
  • [Feature]: unique_containers can also deal with single well
  • [Feature]: stamp_shape does not break anymore when presented with a container that is not 96 or 384 well. returns all wells as remaining
  • [Feature]: add transformation controls
  • [Feature]: renaming some reactangle functions
  • [Feature]: stamp_shape also returns included_wells
  • [Feature]: stamp_shape now always returns a list. start_well will be of type Well. start_well will be None if no shape is found
  • [Feature]: volume_check can accept a list of wells or WellGroup
  • [Feature]: transfer_properties
  • [Feature]: 10nm scale to oligo_scale_default

1.4.0 2016-02-28

  • [Feature]: user_errors_group optional info parameter
  • [Support]: modules - moved to promodules

1.3.0 2016-02-24

1.2.0 2016-02-22

1.1.0 2016-02-19

1.0.0 2016-02-18

  • [Feature]: Initial release