Skip to content

Latest commit

 

History

History
113 lines (90 loc) · 4.91 KB

changelog.rst

File metadata and controls

113 lines (90 loc) · 4.91 KB

Changelog

  • - document fixes and year update
  • 2.3.3 <2017-3-21>
  • - Remove unsupported resource ids
  • 2.3.2 <2017-1-16>
  • - Fixes bug where next-wells could not be used as an iterator for loops
  • 2.3.1 <2016-10-20>
  • - next-wells fails with error and accepts list of Containers
  • 2.3.0 <2016-10-10>
  • - added well generator next-wells
  • 2.2.1 <2016-09-12>
  • - backported fix dox example thermocycle-ramp
  • - fixed python2/3 compatibility bugs
  • - backported Travis-ci and tox checkers added
  • - fix import compatibility for py3
  • 2.2.0 <2016-07-28>
  • - new changelog and improved documentation
  • - bio_calculators module
  • - major sys.path.insert typo in docs/conf.py
  • - major fix thermocycle-ramp calculations
  • 2.1.7 <2016-06-29>
  • - flatten-list can flatten WellGroup
  • - backported positive control for Gibson assembly
  • 2.1.6 <2016-06-24>
  • - backported more examples to functions
  • 2.1.5 <2016-06-14>
  • - backported include positive control reagents for exonuclease assembly kits
  • - Container storage for ref-kit-container
  • 2.1.4 <2016-05-11>
  • - backported additonal tests and documentation
  • - backported media types and restriction enzymes
  • - unique-containers can properly deal with WellGroups
  • 2.1.3 <2016-04-07>
  • - container-type-checker now returns consolidated string of all container errors found
  • - backported added additional information to oligo scale limit error messages
  • - volume-check now returns consolidated string of errors
  • - backported documentation improvements
  • 2.1.2 <2016-04-05>
  • - 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>
  • - additional resources in resource_helpers
  • - magnetic helper functions in magnetic_helpers
  • - allow container type strings for wells_available in plates-needed
  • 2.0.1 <2016-03-29>
  • - backported allow set-pipettable-volume to process wells from many containers
  • - backported improvements in documentation
  • - backported add resources for exonuclease and picrogreen assays in resource_helpers
  • 2.0.0 <2016-03-18>
  • - add restriction_enzyme_buffers method to ResourceIDs
  • - resource id adjustments in resource_helpers
  • - use new unit system (pint) with autoprotocol-python 3.0
  • 1.5.0 <2016-03-11>
  • 1.4.4 <2016-03-11>
  • - backported t4_ligase() method for resource-ids
  • - backported adjust media strings
  • - backported documentation
  • 1.4.3 <2016-03-06>
  • - backported ligase reagents and better documentation
  • 1.4.2 <2016-03-06>
  • - backported 10nm scale to oligo_scale_default
  • - backported transfer_properties
  • - backported volume-check can accept a list of wells or WellGroup
  • - backported stamp-shape now always returns a list. start_well will be of type Well. start_well will be None if no shape is found
  • - backported stamp-shape also returns included_wells
  • - backported renaming some reactangle functions
  • - backported add transformation controls
  • - backported stamp-shape does not break anymore when presented with a container that is not 96 or 384 well. returns all wells as remaining
  • - backported unique-containers can also deal with single well
  • - backported rewrite is_columnwise
  • 1.4.0 <2016-02-28>
  • - user-errors-group optional info parameter
  • - modules - moved to promodules
  • 1.3.0 <2016-02-24>
  • - container-type-checker function
  • - stamp-shape can now deal with 384 plates (quadrants)
  • - major createMastermix Unit input
  • 1.2.0 <2016-02-22>
  • - user-errors-group automatically filters out None
  • - major user-errors-group
  • - major stamp function defaults to only return full row or col stamp
  • 1.1.0 <2016-02-19>
  • - well-name function
  • - recursive-search function
  • - first-empty-well can take a list of wells or container
  • - list-of-filled-wells can take a list of wells or container
  • - major stray setup.py
  • 1.0.0 <2016-02-18>
  • - Initial release