- Added support for registering schema versions.
- Fixed #10: Long overflow bug in
TWO_TO_L
calculation whenregwidth = 6
.
- Fixed serialization compabitility issue.
expthresh
was not being decoded properly.
- Fixed #5: Added HLL#clone().
- Fixed #4: lowered JDK requirement to 1.6 from 1.7.
- Fixed #3: added new, simple HLL constructor.
- Fixed #2: fix HLL when
log2m * regwidth
is small.
- Reworked pom for Maven Central publishing, via Sonnatype.
- Documentation fixes.
- Added parameter checking in HLL constructor.
- Initial public release.