Skip to content

Releases: adolgert/BijectiveHilbert.jl

v0.3.0

02 Mar 03:07
06a7883
Compare
Choose a tag to compare

BijectiveHilbert v0.3.0

Diff since v0.2.2

Adds type stability of all algorithms. Found bugs in bit manipulation for signed integer data types using combinatorial testing.

Merged pull requests:

v0.2.2

07 Feb 21:55
c384a01
Compare
Choose a tag to compare

BijectiveHilbert v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

04 Feb 17:10
ba03f6c
Compare
Choose a tag to compare

BijectiveHilbert v0.2.1

Diff since v0.2.0

Minor bugfix. The 0.2.0 version failed to update the readme.

Merged pull requests:

v0.2.0

04 Feb 04:35
a709eac
Compare
Choose a tag to compare

BijectiveHilbert v0.2.0

Diff since v0.1.0

Adds several n-dimensional Hilbert curve algorithms, suitable for database implementation or geospatial statistics. Close attention to type stability amidst the bit-shifting magic.

Closed issues:

  • TagBot trigger issue (#3)

Merged pull requests:

Bijective hilbert from (i,j) to z

18 Dec 06:42
dcf3153
Compare
Choose a tag to compare

This first release packages functions I have used for a while, with five tests that are very complete. The implementation mirrors the paper quite closely and may not be the fastest, but it is correct.