Bump com.carrotsearch:hppc from 0.9.1 to 0.10.0
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
f273ecbBump version to 0.10.055ef873Upgrade the console launcher to 1.1.43d01d75Added a reference to https://github.com/real-logic/agrona, which includes pri...38f14e8Add KTypeIndexedContainer stream, sort and reverse methods. (#250)3ca9dc2Add KTypeArrayList removeAt and rename remove to removeElement. (#247)ccc36afList constructor creates a buffer with capacity exactly the expected number o...b871257Bring back JDK 11 build compatibility. #2466a2913dUpgrade upload-artifact to v4.e4383f8Merge pull request #245 from carrotsearch/spotlessTemplates7beff6aAdd clarifying comment.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.