LibCST
LibCST copied to clipboard
Bump itertools from 0.11.0 to 0.13.0 in /native
Bumps itertools from 0.11.0 to 0.13.0.
Changelog
Sourced from itertools's changelog.
0.13.0
Breaking
- Removed implementation of
DoubleEndedIterator
forConsTuples
(#853)- Made
MultiProduct
fused and fixed on an empty iterator (#835, #834)- Changed
iproduct!
to return tuples for maxi one iterator too (#870)- Changed
PutBack::put_back
to return the old value (#880)- Removed deprecated
repeat_call, Itertools::{foreach, step, map_results, fold_results}
(#878)- Removed
TakeWhileInclusive::new
(#912)Added
- Added
Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key}
(#654, #885)- Added
Itertools::tail
(#899)- Implemented
DoubleEndedIterator
forProcessResults
(#910)- Implemented
Debug
forFormatWith
(#931)- Added
Itertools::get
(#891)Changed
- Deprecated
Itertools::group_by
(renamedchunk_by
) (#866, #879)- Deprecated
unfold
(usestd::iter::from_fn
instead) (#871)- Optimized
GroupingMapBy
(#873, #876)- Relaxed
Fn
bounds toFnMut
indiff_with, Itertools::into_group_map_by
(#886)- Relaxed
Debug/Clone
bounds forMapInto
(#889)- Documented the
use_alloc
feature (#887)- Optimized
Itertools::set_from
(#888)- Removed badges in
README.md
(#890)- Added "no-std" categories in
Cargo.toml
(#894)- Fixed
Itertools::k_smallest
on short unfused iterators (#900)- Deprecated
Itertools::tree_fold1
(renamedtree_reduce
) (#895)- Deprecated
GroupingMap::fold_first
(renamedreduce
) (#902)- Fixed
Itertools::k_smallest(0)
to consume the iterator, optimizedItertools::k_smallest(1)
(#909)- Specialized
Combinations::nth
(#914)- Specialized
MergeBy::fold
(#920)- Specialized
CombinationsWithReplacement::nth
(#923)- Specialized
FlattenOk::{fold, rfold}
(#927)- Specialized
Powerset::nth
(#924)- Documentation fixes (#882, #936)
- Fixed
assert_equal
for iterators longer thani32::MAX
(#932)- Updated the
must_use
message of non-lazyKMergeBy
andTupleCombinations
(#939)Notable Internal Changes
0.12.1
Added
... (truncated)
Commits
d5084d1
Prepare v0.13.0 release (#937)d7c99d5
TupleCombinations
is not lazy but must be used nonetheless074c7fc
KMergeBy
is not lazy but must be used nonetheless2ad9e07
assert_equal
: fixclippy::default_numeric_fallback
0d4efc8
Remove free functionget
05cc0ee
get(s..=usize::MAX)
should be fine whens != 0
3c16f14
get
: when is it ESI and/or DEI4dd6ba0
get
: panics if the range includesusize::MAX
7a9ce56
get(r: Range)
asSkip\<Take>
f676f2f
Remove the unspecified check about.get(exhausted_range_inclusive)
- 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)