Releases: bebop/poly
poly-v0.13.7
poly-v0.13.6
poly-v0.13.5
poly-v0.13.3
poly-v0.13.2
poly-v0.13.1
poly-v0.13.0
poly-v0.12.0
poly-v0.11.1
poly-v0.11.0
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.