Skip to content

Releases: bebop/poly

poly-v0.13.6

17 Sep 21:59
87dbfca
Compare
Choose a tag to compare
poly-v0.13.6 Pre-release
Pre-release

Changelog

644d71f Fixed rare cloning bugs (#209)
87dbfca Updated synthesisFixer to not use SQL. (#208)

poly-v0.13.5

12 Sep 01:56
3a8faf4
Compare
Choose a tag to compare
poly-v0.13.5 Pre-release
Pre-release

Changelog

3a8faf4 Fix synthesis buffer problem (#204)

poly-v0.13.3

11 Sep 23:44
86e4812
Compare
Choose a tag to compare
poly-v0.13.3 Pre-release
Pre-release

Changelog

86e4812 SynthesisFixer circular fixes (#203)

poly-v0.13.2

12 Sep 01:45
767385c
Compare
Choose a tag to compare
poly-v0.13.2 Pre-release
Pre-release

Changelog

767385c Added transaction (#202)

poly-v0.13.1

10 Sep 21:20
Compare
Choose a tag to compare
poly-v0.13.1 Pre-release
Pre-release

Changelog

537bbe4 explicitly added 386 build support.
b372e4a bumping goreleaser to latest version and adding arm64 support.

poly-v0.13.0

31 Aug 21:27
11ddbf5
Compare
Choose a tag to compare
poly-v0.13.0 Pre-release
Pre-release

Changelog

fb0cd01 Fix for genbank files exported from benchling that have a different index for slash in qualifiers
3703ac6 Merge pull request #189 from isaacguerreir/fix/genbank-benchling
11ddbf5 Synthesis fixer (#98)

poly-v0.12.0

12 Aug 18:15
082f1d1
Compare
Choose a tag to compare
poly-v0.12.0 Pre-release
Pre-release

Changelog

09350cb Added concurrent parsing feature for genbank files (#182)
082f1d1 Tutorials (#184)
ac4a3f3 added random.DNASequence function. (#179)
04bd937 update copyright year.

poly-v0.11.1

05 Aug 19:18
3af3339
Compare
Choose a tag to compare
poly-v0.11.1 Pre-release
Pre-release

Changelog

3af3339 Update .goreleaser.yml
34d38cf repackaged poly cli. (#177)

poly-v0.11.0

09 Jul 22:31
304429e
Compare
Choose a tag to compare
poly-v0.11.0 Pre-release
Pre-release

Changelog

BREAKING CHANGES

This is a really big update and it'd be pretty hard to talk about everything but this commit is pretty important.

1c493e8 Repackage poly into subpackages. (#174)

Poly was getting to be really big and it needed to be reorganized. All file IO is now written as subpackages in the IO directory. The main package Poly only contains the core Sequence struct and its methods. seqhash, codon optimization, and more are in their own subpackages.

Functions were also renamed. Instead of ReadGbk, ReadJSON, etc you would now use <package.Read()>

There's a lot more changes but all of this allows us to write really, really, in-depth and highly testable, maintainable, examples that also double as integration tests. Things are about to get a lot more stable.

103ec78 Enables Dev Container #117 (#171)
1c493e8 Repackage poly into subpackages. (#174)
304429e removed snapcraft from release.yml.
be66083 updated roadmap.

poly-v0.10.0

11 Jun 16:05
93fbb3d
Compare
Choose a tag to compare
poly-v0.10.0 Pre-release
Pre-release

Changelog

93fbb3d Add cloning function (#90)