dssim
dssim copied to clipboard
Bump itertools from 0.12.0 to 0.12.1
Bumps itertools from 0.12.0 to 0.12.1.
Changelog
Sourced from itertools's changelog.
0.12.1
Added
- Documented iteration order guarantee for
Itertools::[tuple_]combinations
(#822)- Documented possible panic in
iterate
(#842)- Implemented
Clone
andDebug
forDiff
(#845)- Implemented
Debug
forWithPosition
(#859)- Implemented
Eq
forMinMaxResult
(#838)- Implemented
From<EitherOrBoth<A, B>>
forOption<Either<A, B>>
(#843)- Implemented
PeekingNext
forRepeatN
(#855)Changed
- Made
CoalesceBy
lazy (#801)- Optimized
Filter[Map]Ok::next
,Itertools::partition
,Unique[By]::next[_back]
(#818)- Optimized
Itertools::find_position
(#837)- Optimized
Positions::next[_back]
(#816)- Optimized
ZipLongest::fold
(#854)- Relaxed
Debug
bounds forGroupingMapBy
(#860)- Specialized
ExactlyOneError::fold
(#826)- Specialized
Interleave[Shortest]::fold
(#849)- Specialized
MultiPeek::fold
(#820)- Specialized
PadUsing::[r]fold
(#825)- Specialized
PeekNth::fold
(#824)- Specialized
Positions::[r]fold
(#813)- Specialized
PutBackN::fold
(#823)- Specialized
RepeatN::[r]fold
(#821)- Specialized
TakeWhileInclusive::fold
(#851)- Specialized
ZipLongest::rfold
(#848)Notable Internal Changes
Commits
98d3978
Prepare v0.12.1 releasedffac1f
Bump obi1kenobi/cargo-semver-checks-action from 2.2 to 2.300998a4
CoalesceBy
: missing field inDebug
a0411d6
CombinationsWithReplacement
: use a boxed slice internally8dd75f1
Permutations
: use boxed slices internallyb785403
ExactlyOneError
: implement Debug differently7a1c22b
FlattenOk
: Debug with macro94452e3
GroupingMapBy
: fix Debug implementation2e325a0
TakeWhileInclusive
: missing field inDebug
a48c5b4
WithPosition
: implement Debug- Additional commits viewable in compare view
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)