8000 Tags · SecureDNA/quickdna · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: SecureDNA/quickdna

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version 0.6.0 (#58)

v0.5.0

Toggle v0.5.0's commit message
chore: Release quickdna version 0.5.0

v0.4.0

Toggle v0.4.0's commit message
chore: Release quickdna version 0.4.0

v0.2.0

Toggle v0.2.0's commit message
N ambiguity code and translate_all_frames changes

* Now supports the 'N' IUPAC ambiguity code.
  * Codons with N will translate to the appropriate amino acid
    if it's unambiguous (GGN -> G), or X if it is ambiguous.
* New semantics for `DnaSequence.translate_all_frames`
  * `translate_all_frames` now returns 6 protein translations, for both
    the sequence itself and the reverse complement.
  * The old behavior is available as `DnaSequence.translate_3_frames`

v0.1.3

Toggle v0.1.3's commit message
Add dunder methods to BaseSequence

* Adds __len__, __add__, __mul__, __iter__, and __bytes__

v0.1.2

Toggle v0.1.2's commit message
Typing fixes

* Fixes location of py.typed file

v0.1.1

Toggle v0.1.1's commit message
Mixed wheel and build fixes

* Make wheel a mixed Python/Rust Maturin project, in a single wheel
* Fix the Github Actions wheel build workflow, and add PyPi upload

v0.1.0

Toggle v0.1.0's commit message
Release v0.1.0

0