Skip to content

Releases: medvedevgroup/HowDeSBT

Additional functionality in bfdistance command

19 Apr 19:21
Compare
Choose a tag to compare

A --focus option was added to the bfdistance command. See that command's usage text for more details.

Refinements of enhancements to bfoperate and bvoperate commands

09 Feb 16:34
Compare
Choose a tag to compare

Operators that do bit counting now count for input filters/vectors instead of only the result.

Enhancements to bfoperate and bvoperate command s

30 Jan 23:03
Compare
Choose a tag to compare

Enhancements to bfoperate and bvoperate command s

AND, OR, XOR, etc. can now report the count of 1 bits in the result, and optionally not write the result to a file.

Thanks for Fabio Cumbo for suggesting these.

Enhancements to bfoperate command

05 Jul 16:40
Compare
Choose a tag to compare
Pre-release

AND, OR, and XOR can now accept more than two bloom filters.

RRR and UNRRR operations were added.

Additional error checks were added to make sure the bloom filters have the correct type for a given operation.

Thanks for Fabio Cumbo for these.

Enhancements for false positive rates

14 Oct 17:56
Compare
Choose a tag to compare

The query command now can, optionally, adjust a query's reported hits for a given experiment, to adjust for the false positive rate of the experiment's Bloom filter.

To implement this, the Bloom filter file format was modified so that when the file is built it contains information relating to the false positive rate. The old file format is still supported, but any features that require the new information are not supported for files in the old format. The program auto-detects such cases and informs the user when the request cannot be satisfied.

*NOT* a release, just a tagged snapshot of the code

15 Aug 22:31
Compare
Choose a tag to compare

Tagged this snapshot before making changes to the file format that will support new functionality.

First published release

30 Oct 19:34
Compare
Choose a tag to compare

This the first release, in conjunction with submission of an accompanying manuscript.

0.02.03

19 Apr 20:26
Compare
Choose a tag to compare

The major new feature is bit vector simplification -- all-zero and all-one vectors are automatically converted to super-compresed objects when written to file. This applies to the build and compressbf commands.

0.02.01

10 Apr 13:27
Compare
Choose a tag to compare
0.02.01 Pre-release
Pre-release
version bump

0.01.00

04 Apr 19:43
Compare
Choose a tag to compare
0.01.00 Pre-release
Pre-release
corrected the improper use of uninitialized sabutan environemnt variable