Skip to content

Apache Release 3.1.0

Compare
Choose a tag to compare
@leerho leerho released this 26 Jan 23:41
· 845 commits to master since this release

This is primarily a maintenance release.
Highlights:

  • Fixed "Mikhail's Issue #368". This was a specific Theta set-operation corner case bug.
    • In addition, Developed a standard model for all Theta, Tuple set operation corner cases. Implemented across all corner cases for Java (and C++).
  • Improvements in clarity of Javadocs, primarily in Theta, Tuple sketches.
  • Fixed some parameter leakage cases related to LGTM warnings.
  • Improved variable naming to enhance code clarity.
  • Fixed warnings discovered by latest SpotBugs.
  • Significant improvements and cleanup of ArrayOfDoubles Tuple Sketch code.