Skip to content

Tags: dleemiller/WordLlama

Tags

v0.3.7

Toggle v0.3.7's commit message
Release version 0.3.7

v0.3.6

Toggle v0.3.6's commit message
Using numpy in place of popcount

v0.3.5

Toggle v0.3.5's commit message
Converting popcount to numpy bitwise_count

v0.3.4

Toggle v0.3.4's commit message
Converting popcount to numpy bitwise_count

v0.3.3

Toggle v0.3.3's commit message
Release v0.3.3

* adding batch_size option to rank()

v0.3.2

Toggle v0.3.2's commit message
Release v0.3.2

* add option to return duplicate indices in deduplicate() function, rather than list of docs

v0.3.1

Toggle v0.3.1's commit message
Release v0.3.1

* vector similarity refactor into cython for cross import
* refact deduplication for performance
* added sort=True|False option to rank()

v0.3.0

Toggle v0.3.0's commit message
Release v0.3.0

* vector similarity refactor into cython for cross import
* refact deduplication for performance
* added sort=True|False option to rank()

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #31 from dleemiller/fix-deduplicate

shape check before equality comparison

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md