Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.yahoo.datasketches:sketches-core from 0.8.3 to 0.13.4 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps com.yahoo.datasketches:sketches-core from 0.8.3 to 0.13.4.

Release notes

Sourced from com.yahoo.datasketches:sketches-core's releases.

0.13.3 May 8, 2019: Fix Theta Direct Union Bug

This release fixes a nasty bug that occurred when merging estimating sketches into a Direct Union.
Three lines of code were accidentally deleted between 0.13.0 and 0.13.1. This bug existed only in releases 0.13.1 and 0.13.2.

0.13.2 Apr 25, 2019: Frequent Distinct Tuples Sketch

0.13.1 Apr 2, 2019: Fix Direct DoublesUnion Quantiles Bug

  • Bug fix for Quantiles Sketches

    • Environment: Using DoublesUnion in Direct (off-heap) mode.
    • Symptom 1: quantiles are out-of-order: q(0.99) < q(0.98)
    • Symptom 2: garbage values amongst otherwise normal quantile values: q(0.99) = 100, q(0.98) = 1E100, q(0.97) = 90.
  • Bug fix for Theta Sketches

    • Environment: using Union in Direct (off-heap) mode
    • Symptom: getEstimate() returns NaN. It requires an unusual set of circumstances to actually observe this.
  • Logic change for Theta Sketches

    • Empty sketches do not affect unions and can be ignored

0.13.0 Mar 14, 2019: Added new CPC Sketch

  • Added new CPC Sketch. This new sketch has superior accuracy per stored space than the HLL sketch.
  • Added a high-performance thread-safe version of Theta UpdateSketch for use in applications that require very high throughput
  • Added API calls for easier understanding of error in the Frequent Items sketches
  • Added more general ceiling and floor powers of X functions to sketches.Util.*
  • Optimized serialization of single item KLL sketches
  • Minor changes to HLL API: getIterator() becomes the Java convention iterator().
  • Added xxHash() and faster version of MurmurHash3 (v2).

0.11.1 Apr 20, 2018: Quantiles, KLL, Tuple, Fixes & Improvements

  • Quantiles sketch
    • fixed issue DataSketches/sketches-core#195
    • added DoublesUnion.heapify() and DoublesUnion.wrap() methods
    • deprecated DoublesUnionBuilder.heapify() and DoublesUnionBuilder.wrap() methods
  • KLL sketch
    • methods to obtain rank error for both single-sided and double-sided queries
    • methods to compute parameter k given a target rank error
    • Javadoc improvements
  • Tuple sketch
    • added Filter

0.11.0 Mar 15, 2018: KLL quantiles sketch, tuple sketch API change and more

  • New KLL sketch: KllFloatsSketch:
    • This is a new quantiles sketch with better accuracy per stored bit than the original quantiles DoublesSketch. If you select a value of K for the KLL sketch so that it matches the same accuracy as the DoublesSketch, the K will be larger, but the space required will be much smaller. This sketch is specifically tuned for the smallest amount of space usage as possible (near theoretical optimum) and uses floats rather than doubles. On update this new KLL sketch is a little faster than the original DoublesSketch, but may be slower on merge. Also, this KLL sketch currently does not have a generic version (as does the DoublesSketch) nor does it provide off-heap capability like the DoublesSketch. Refer to the javadocs for a link to the KLL theoretical paper.
  • Tuple:

... (truncated)

Commits
  • 57b830c [maven-release-plugin] prepare release sketches-core-0.13.4
  • bc8fb20 Added unit tests
  • 1302c06 Fixed Druid bug in alternate Memory path.
  • 4921d54 Fixed Druid bug in alternate update(mem) path.
  • e2aa1bc code cleanup
  • eb59adc Removed dependencies on SpotBugs and FindBugs
  • 803c0ce [maven-release-plugin] prepare for next development iteration
  • 1e7dbbc [maven-release-plugin] prepare release sketches-core-0.13.3
  • faea09f Disable printing
  • 5f14859 code cleanup
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.yahoo.datasketches:sketches-core](https://github.com/DataSketches/sketches-core) from 0.8.3 to 0.13.4.
- [Release notes](https://github.com/DataSketches/sketches-core/releases)
- [Commits](apache/datasketches-java@sketches-0.8.3...sketches-core-0.13.4)

---
updated-dependencies:
- dependency-name: com.yahoo.datasketches:sketches-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants