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.carrotsearch:hppc from 0.9.1 to 0.10.0 #4525

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps com.carrotsearch:hppc from 0.9.1 to 0.10.0.

Release notes

Sourced from com.carrotsearch:hppc's releases.

Release 0.10.0

This release adds a few utility methods and fixes a few problems with clashing method names (remove). This release is not backward compatible: it's likely you will have to update your code (remove method renamed to removeElement or removeAt, depending on the semantics, dropped WormMap and WormSet classes).

This release requires Java 11 or higher to run.

Resolved issues: https://github.com/carrotsearch/hppc/milestone/4?closed=1

JavaDoc: http://carrotsearch.github.io/hppc/releases/0.10.0/api/

New features and API changes

  • GH-250: Add KTypeIndexedContainer stream, sort and reverse methods. (Bruno Roustant)

  • GH-247: Add KTypeArrayList removeAt and rename remove to removeElement. (Bruno Roustant)

  • GH-244: Hide RamUsageEstimator from the public API. (Dawid Weiss)

  • GH-239: Minimum Java bumped to 11 (from 8). (Dawid Weiss)

  • GH-235: Drop WormMap and WormSet. (Bruno Roustant).

Improvements

  • GH-248: List constructor creates a buffer with capacity exactly the expected number of elements. (Bruno Roustant)

** Bugs

  • GH-237: Fix HashMap put/remove returned value for empty key after clear. (Bruno Roustant)
Changelog

Sourced from com.carrotsearch:hppc's changelog.

[0.10.0-SNAPSHOT]

** New features and API changes

GH-250: Add KTypeIndexedContainer stream, sort and reverse methods. (Bruno Roustant)

GH-247: Add KTypeArrayList removeAt and rename remove to removeElement. (Bruno Roustant)

GH-244: Hide RamUsageEstimator from the public API. (Dawid Weiss)

GH-239: Minimum Java bumped to 11 (from 8). (Dawid Weiss)

GH-235: Drop WormMap and WormSet. Those associative containers implementing Worm Hashing were added in HPPC-176. Since then, with improvements to HashMap, there is no clear advantage to using WormMap. Dropping them helps to reduce the library size. (Bruno Roustant).

** Improvements

GH-248: List constructor creates a buffer with capacity exactly the expected number of elements. (Bruno Roustant)

** Bugs

GH-237: Fix HashMap put/remove returned value for empty key after clear. (Bruno Roustant)

[0.9.1] https://github.com/carrotsearch/hppc/releases/tag/0.9.1

** New features and API changes

GH-31: Added QuickSort and used it in SortedIterationKTypeVTypeHashMap. (Bruno Roustant) QuickSort can be used with custom element comparator and swapper.

GH-28: Added SortedIterationKTypeVTypeHashMap: a sorted-iteration order view over another key-value map. (Bruno Roustant)

** Improvements

GH-26: Moved putIfAbsent to interface KTypeVTypeMap. (Dawid Weiss)

GH-25: Added addAll(KTypeContainer) on KTypeSet. (Erich Schubert, Dawid Weiss).

GH-27: Added identity short circuit to existing equals methods. (Callum Galbreath).

[0.9.0] https://github.com/carrotsearch/hppc/releases/tag/0.9.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.carrotsearch:hppc](https://github.com/carrotsearch/hppc) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/carrotsearch/hppc/releases)
- [Changelog](https://github.com/carrotsearch/hppc/blob/master/CHANGES.txt)
- [Commits](carrotsearch/hppc@0.9.1...0.10.0)

---
updated-dependencies:
- dependency-name: com.carrotsearch:hppc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added backport/v1.0 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 20, 2024
@janusgraph-bot janusgraph-bot added the cla: external Externally-managed CLA label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/v1.0 cla: external Externally-managed CLA 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.

None yet

1 participant