ndarray-parallel is merged into ndarray. Use the rayon feature-flag to get access to parallel iterators and
other parallelized methods.
(#563 by [@bluss])
Add logspace and geomspace constructors
(#617 by [@JP-Ellis])
Implement approx traits for ArrayBase. They can be enabled using the approx feature-flag.
(#581 by [@jturner314])
Add as_standard_layout to ArrayBase: it takes an array by reference and returns a CoWArray in standard layout
(#616 by [@jturner314] and [@andrei-papou])
Add Array2::from_diag method to create 2D arrays from a diagonal
(#673 by [@rth])
Add split_at method to AxisChunksIter/Mut
(#691 by [@jturner314])
Implement parallel iteration for AxisChunksIter/Mut
(#639 by [@nitsky])
Add into_scalar method to ArrayView0 and ArrayViewMut0
(#700 by [@LukeMathWalker])
Add accumulate_axis_inplace method to ArrayBase
(#611 by [@jturner314] and [@bluss])
Add the array!, azip!, and s! macros to ndarray::prelude
(#517 by [@jturner314])
Enhancements
Improve performance for matrix multiplications when using the pure-Rust backend thanks to matrix-multiply:v0.2
(leverage SIMD instructions on x86-64 with runtime feature detection)
(#556 by [@bluss])
Improve performance of fold for iterators
(#574 by [@jturner314])
Improve performance of nth_back for iterators
(#686 by [@jturner314])
Improve performance of iterators for 1-d arrays
(#614 by [@andrei-papou])
Improve formatting for large arrays
... (truncated)
Commits
d237595 Merge pull request #867 from rust-ndarray/update-rand
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps ndarray-rand from 0.11.0 to 0.13.0.
Changelog
Sourced from ndarray-rand's changelog.
... (truncated)
Commits
d237595
Merge pull request #867 from rust-ndarray/update-rand72eb592
ndarray-rand 0.13.02dfa40f
FEAT: Let RandomExt methods apply to array views if possible (sample)37e4070
rand: Update ndarray-rand to rand 0.8fa35a35
Merge pull request #861 from xd009642/float_core1b4a1ec
Put NdFloat and num-traits/std behind std featurecb2dedb
Merge pull request #862 from jturner314/fix-zip-indexed-0dime12d11d
Fix Zip::indexed for the 0-dimensional case3a2040d
Merge pull request #855 from rust-ndarray/checked-shape-stridesc195930
FIX: Error-check array shape before computing stridesDependabot 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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)