Skip to content

Releases: zhaoxiaofei/bindash

new release with updated bottom-k implementation

30 Jul 23:05
ce2d168

Choose a tag to compare

In this release, a bug in bottom-k distance calculation was fixed by @RagnarGrootKoerkamp

Version 1.0

18 Jul 14:41

Choose a tag to compare

Accepts the --version command

bindash-v1.0.exe.zip is the compiled binary for Windows X64 platform.
bindash-v1.0.mac.zip is the compiled binary for MacOS X64 platform.

Version 0.3

18 Jun 08:21

Choose a tag to compare

Integrated only a small parts of libpopcnt into this project instead of using the entire libpopcnt library.
Fixed a few bugs (about numerical stability and clustering mode).

Version 0.2

23 Apr 00:37
9f71243

Choose a tag to compare

Initial release.

TODO: refactoring of hpp headers into cpp files.
TODO: implement or use a library for parsing the full POSIX-style command-line parameters.