Skip to content

Releases: kdm9/kWIP

Version 0.2.0

30 Mar 06:10
0.2.0
Compare
Choose a tag to compare

C++ implementation of kWIP that accompanies the upcoming paper.

Binaries are provided on github (below, called kwip-binaries_0.2.0.tar.gz).

V 0.2.0 RC 2

28 Feb 04:33
Compare
Choose a tag to compare
V 0.2.0 RC 2 Pre-release
Pre-release

Another release candidate. Use this only if you know what that means, or I've asked you to use this one.

Version 0.2.0 Release Candidate 1

12 Jan 05:10
Compare
Choose a tag to compare
Pre-release

This is a release candidate, i.e. a pre-release for testing and verification
purposes.

Major Changes:

  • Renamed the kwip-entvec command to the more sane name kwip-stats

Minor changes:

  • Used const references to counting hashes to prevent possible future
    manipulation of count data.

Version 0.1.11

12 Jan 05:10
Compare
Choose a tag to compare

New features:

  • Check for non-euclidean distance matrices
  • Enable a static build

Version 0.1.10

07 Jan 23:47
Compare
Choose a tag to compare

Bug fixes:

- Fix calculation of weights, entropy and sample sums with new
  normalisation in kwip-entvec

Version 0.1.8

30 Aug 12:30
Compare
Choose a tag to compare
  • Add multi-table support (Hashes with more than one table)
  • Support the 2.0 release of liboxli
  • Add simple install script
  • Fixes to tests & CI scripts
  • Re-write test cases for the kWIP kernel
  • Fix bug with hash cache sizing and -t option