moclo¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased¶
v0.4.7_ - 2021-11-08¶
Changed¶
Dropped support for Python versions older than Python 3.6.
Required minimum version of
1.78for Biopython.
v0.4.6_ - 2019-07-25¶
Changed¶
Switch from
cached-propertytoproperty-cachedin dependencies.
v0.4.5 - 2019-02-22¶
Fixed¶
Support all
fsversions under3.0.
v0.4.4 - 2019-02-11¶
Changed¶
Add
2.3.0to the supportedfsversions.
v0.4.3 - 2019-01-06¶
Changed¶
Add
2.2.0to the supportedfsversions.
Added¶
Add
Item.recordshortcut toItem.entity.recordinmoclo.registry.Make
moclo.coreabstract classes check for illegal sites in sequence to be identified as valid.This CHANGELOG file.
Documented¶
Fix typos.
v0.4.2 - 2018-08-16¶
Fixed¶
Some registries not loading
CircularRecordinstances.
v0.4.1 - 2018-08-16¶
Changed¶
Bump required
fsversion to2.1.0.
v0.4.0 - 2018-08-10¶
Added¶
AbstractPart.characterizeto load a record into a part instance.Option to include / exclude
ELabFTWRegistryitems using tags.
v0.3.0 - 2018-08-07¶
Added¶
Annotate assembled vectors as circular in
AbstractVector.assemble.eLabFTW registry connector in
moclo.registry.elabftw.
Changed¶
Move
Item._find_typeto public functionmoclo.registry.utils.find_type.Improve annotation generated in
AbstractVector.assemble.
Fixed¶
AbstractPartsubclasses not being recognized as abstract.
v0.2.1 - 2018-07-27¶
Added¶
moclo.registry.utilsmodule with resistance idenfication function.Make
AbstractVector.assembleadd an alphabet to the generated sequence.
Documented¶
Improved
README.rstfile.
v0.2.0 - 2018-07-24¶
Added¶
Use
AbstracModule.cutterandAbstractVector.cutterto deduce the required structure for modules and vectors.AbstractPartclass to generate sequence structure based on part signature.Add registry API in
moclo.registrymodule.
Changed¶
Make
StructuredRecordconvertSeqRecordtoCircularRecordon instantiation if needed.Use
target_sequencemethod inAbstractVector.assemble.Make modules and vectors add sources to their target sequences when assembled.
Patch
CircularRecord.reverse_complementto return aCircularRecord.
Documented¶
Add
moclo.base.partsto documentation.Add example in
AbstractPartdocstring.Fix documentation of
moclo.base
Fixed¶
Fix
AbstracModule.target_sequenceandAbstractVector.target_sequenceto take into account cutter overhand position.
v0.1.0 - 2018-07-12¶
Initial public release.