Skip to content

Bump fastutil from 8.4.2 to 8.5.1#248

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.1
Closed

Bump fastutil from 8.4.2 to 8.5.1#248
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2021

Copy link
Copy Markdown
Contributor

Bumps fastutil from 8.4.2 to 8.5.1.

Changelog

Sourced from fastutil's changelog.

8.5.1

  • Fixed bug in AbstractIndexBasedBigIterator that was affecting iterations on big lists.

  • Added missing disambiguation method for type-specific Map.merge().

8.5.0

  • Added type-specific spliterators and primitive stream methods to all Collection types. Thanks to C. Sean Young csyoung@google.com for this massive code contribution.

  • Added fast spliterator implementations for most concrete types. The only Collection types that do not currently have an optimized spliterator are RBTreeSet/Map, AVLTreeSet/Map, and ArrayFrontCodedList. These are planned for a future version. Thanks to C. Sean Young csyoung@google.com for implementing this feature.

  • Added a lot of special cases for AbstractList's methods to better take advantage of RandomAccess based lists (the base List interface's default methods will still use the iterator based versions always). Thanks to C. Sean Young csyoung@google.com for implementing this feature.

  • New immutable array-based lists and associated List.of() methods.

  • Type specific versions of Predicate have been added. Methods that take predicates (mainly Collection.removeIf) have been updated to have an overload that takes that. A consequence of this change is that removeIf(IntPredicate) on ByteCollection, ShortCollection, and CharCollection have been deprecated in favor of removeIf(Byte/Short/CharPredicate), which does not do widening casts. If you have an implementation of ByteCollection, ShortCollection, or CharCollection that implements removeIf(IntPredicate), you should update it to instead override removeIf(Byte/Short/CharPredicate).

  • Type-specific map methods merge() and computeIfAbsent() now have the same name as in the JDK. The older names (with a type infix) have been deprecated.

  • computeIfAbsentPartial() has been renamed computeIfAbsent() so that lambdas will generate fastutil type-specific functions.

  • Fixed deserialization bug in front-coded big lists of arrays. Thanks to Antoine Pietri for reporting this bug.

  • New type-specific Map.merge() methods.

  • Array lists have optimized addAll() methods for object lists, too, and big lists have specialized addAll() methods for lists. Thanks to

... (truncated)

Commits

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 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 [fastutil](https://github.com/vigna/fastutil) from 8.4.2 to 8.5.1.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.4.2...8.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from derklaro as a code owner February 1, 2021 07:16
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2021
@dependabot @github

dependabot Bot commented on behalf of github Feb 2, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #249.

@dependabot dependabot Bot closed this Feb 2, 2021
@dependabot dependabot Bot deleted the dependabot/maven/master/it.unimi.dsi-fastutil-8.5.1 branch February 2, 2021 05:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants