Skip to content

0.10.2 Oct 20, 2017: Theta, HLL bug fixes

Compare
Choose a tag to compare
@AlexanderSaydakov AlexanderSaydakov released this 20 Oct 22:17
· 2125 commits to master since this release
  • Theta:
    • Fixed bug in HeapUpdatesketch.toByteArray() that didn't set resize factor
    • Added getFamily() to all Set Operations. Any user-defined subclasses of SetOperations will need to implement this method.
  • HLL:
    • Fixed HLL Union conversion to HLL_4 bug
    • Made isSameResource() public