Apache Release 3.0.0
This release of DataSketches-Java 3.0.0 depends on DataSketches-Memory 2.0.0 and is compatible with JDK8 through JDK13. If you wish to compile this release from source please refer to the README of this release.
There are some minor API changes as part of this release
- The
MurmurHash3v2
class has been relocated to be part of the DataSketches-Memory component. - Some of the API changes in the new Memory component are reflected in this component where they are exposed as part of the public API here. For example, the API of the
MemoryRequestServer
of Memory has changed slightly. - Because this is a major release a number of deprecated methods have been removed.