Skip to content

Releases: boydgreenfield/nimrod-murmur

Update for Nim v0.16.0

09 Mar 02:23
Compare
Choose a tag to compare
v0.2.0

Update for Nim v0.16.0

Compatible w/ Nim v0.11 w/o warnings

30 Apr 22:12
Compare
Choose a tag to compare

Previously we shadowed a result var, which results in a warning now.

Breaking release to use new Nimrod naming conventions

19 Jul 18:57
Compare
Choose a tag to compare

TMurmurHashes -> MurmurHashes in this release, with the type signature for the key proc being:

proc murmur_hash*(key: string, seed: uint32 = 0'u32): MurmurHashes =

Rename package murmur3

15 May 21:58
Compare
Choose a tag to compare
v0.1.1

Actual fix for 0.1.1

Initial release

13 May 00:48
Compare
Choose a tag to compare
v0.1.0

Initial 0.1.0 commit.