plotters
plotters copied to clipboard
Update itertools requirement from 0.10.0 to 0.14.0
Updates the requirements on itertools to permit the latest version.
Changelog
Sourced from itertools's changelog.
0.14.0
Breaking
Added
- Added
array_combinations(#991)- Added
k_smallest_relaxedand variants (#925)- Added
next_arrayandcollect_array(#560)- Implemented
DoubleEndedIteratorforFilterOk(#948)- Implemented
DoubleEndedIteratorforFilterMapOk(#950)Changed
- Allow
Q: ?SizedinItertools::contains(#971)- Improved hygiene of
chain!(#943)- Improved
into_group_map_bydocumentation (#1000)- Improved
tree_reducedocumentation (#955)- Improved discoverability of
merge_join_by(#966)- Improved discoverability of
take_while_inclusive(#972)- Improved documentation of
find_or_lastandfind_or_first(#984)- Prevented exponentially large type sizes in
tuple_combinations(#945)- Added
track_callerattr forasser_equal(#976)Notable Internal Changes
- Fixed clippy lints (#956, #987, #1008)
- Addressed warnings within doctests (#964)
- CI: Run most tests with miri (#961)
- CI: Speed up "cargo-semver-checks" action (#938)
- Changed an instance of
default_featuresinCargo.tomltodefault-features(#985)0.13.0
Breaking
- Removed implementation of
DoubleEndedIteratorforConsTuples(#853)- Made
MultiProductfused and fixed on an empty iterator (#835, #834)- Changed
iproduct!to return tuples for maxi one iterator too (#870)- Changed
PutBack::put_backto 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
DoubleEndedIteratorforProcessResults(#910)- Implemented
DebugforFormatWith(#931)- Added
Itertools::get(#891)Changed
... (truncated)
Commits
a015a68Addnext_arrayandcollect_arraya1213e1Prepare v0.14.0 releaseff0c942fix clippy lintsf80883bFix into_group_map_by documentation errorsb793238Add track_caller for asser_equal5d4056bdefault_featuresis deprecated - switch it todefault-featuresa447b68doc for added traitd0479b0"nitpicks"35c78ceIndexMut -> BorrowMut<slice>deb53barefactored to share code- 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 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)