Skip to content

Releases: masakistan/kcollections

Make STL containers opaque

10 Feb 18:44
2e3d941
Compare
Choose a tag to compare
Merge pull request #36 from masakistan/save

make values in dictionary opaque

Auto Deploy

05 Feb 20:43
cb9ef34
Compare
Choose a tag to compare

Fix for Travis CI building MacOS wheels for different Python versions (3.4, 3.5, 3.6).

add save to disk

05 Feb 08:40
c0e0edd
Compare
Choose a tag to compare
1.0.2

bump version number

Parallel insertion & ambiguous nucleotides

04 Feb 15:34
Compare
Choose a tag to compare

This release implements parallel insertion of kmers into the data structures and throws an error when an ambiguous character is inserted.

Code Cleanup

10 Feb 11:49
a2f8e96
Compare
Choose a tag to compare

We've removed some unnecessary pieces of code and optimized methods.

bugfix

11 Jan 05:16
e25be76
Compare
Choose a tag to compare

bug fix for counter

kmer counting

07 Jan 20:14
dff8e86
Compare
Choose a tag to compare

kcounter, kset and kdict all functioning now.