Skip to content

Releases: BirolLab/btllib

btllib v1.7.8

Choose a tag to compare

@jwong-1 jwong-1 released this 30 Apr 20:54
e019315
  • Indexlr now supports Bloom filters with multiple hashes

btllib v1.7.7

Choose a tag to compare

@parham-k parham-k released this 18 Mar 23:11
279cfe9
  • Regenerated Python wrappers with SWIG 4.4.1

btllib v1.7.6

Choose a tag to compare

@parham-k parham-k released this 11 Mar 19:07
e7b8bb2
  • Changed organization
  • Fixed MacOS/aarch64 build issues

btllib v1.7.5

Choose a tag to compare

@jwong-1 jwong-1 released this 04 Dec 23:54
b9c6e21

Compiled python wrappers with SWIG 4.2.1

btllib v1.7.4

Choose a tag to compare

@jwong-1 jwong-1 released this 30 Nov 00:06
198ee0f

Fixed Phred average calculation

btllib v1.7.3

Choose a tag to compare

@parham-k parham-k released this 26 Jul 16:32
1a7c07a
  • Fixed latest macOS compilation errors

btllib v1.7.2

Choose a tag to compare

@parham-k parham-k released this 08 Apr 19:13
cc2581f
  • Added an increment value parameter to the insert functions in counting Bloom filters

btllib v1.7.1

Choose a tag to compare

@parham-k parham-k released this 03 Apr 19:24
837385a
  • Fixed segfault when hashing a sequence ending in a masked k-mer

btllib v1.7.0

Choose a tag to compare

@parham-k parham-k released this 13 Dec 01:38
ccecddb
  • Converted ntHash to a header-only library
  • Improved ntHash's performance
  • Added base substitution functionality to ntHash
  • Added aaHash citation to README

btllib v1.6.2

Choose a tag to compare

@parham-k parham-k released this 06 Jul 16:15
3bde8fd
  • Fixed issues related to coverage tests being included in release
  • Added a utility function to calculate the Phred average given a string
  • Enabled strict mode in bash scripts
  • Fixed const-related clang-tidy complaints