Skip to content

poly-v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TimothyStiles TimothyStiles released this 30 Oct 20:06
· 164 commits to prime since this release
a54050d

BREAKING CHANGES

This version of poly has breaking changes. AnnotatedSequence and Sequence has merged into one unified struct also called Sequence.

Also, the previous blake3 and Generichashsequence methods have been deprecated and merged into one function hashSequence() which is exposed through a new .Hash() interface.

Changelog

a54050d Refactor io (#59)
7304bf6 refactored hash.go. Now exposes only two hashing methods. (#58)