Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ndarray-rand requirement from 0.11.0 to 0.12.0 #79

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on ndarray-rand to permit the latest version.

Changelog

Sourced from ndarray-rand's changelog.

Version 0.12.0 (2018-09-01)

  • Add var_axis method for computing variance by @LukeMathWalker.
  • Add map_mut and map_axis_mut methods (mutable variants of map and map_axis) by @LukeMathWalker.
  • Add support for 128-bit integer scalars (i128 and u128).
  • Add support for slicing with inclusive ranges (start..=end and ..=end).
  • Relax constraint on closure from Fn to FnMut for mapv, mapv_into, map_inplace and mapv_inplace.
  • Implement TrustedIterator for IterMut.
  • Bump num-traits and num-complex to version 0.2.
  • Bump blas-src to version 0.2.
  • Bump minimum required Rust version to 1.27.
  • Additional contributors to this release: @ExpHP, @jturner314, @alexbool, @messense, @danmack, @nbro

Version 0.11.2 (2018-03-21)

  • New documentation; @jturner314 has written a large “ndarray for NumPy users” document, which we include in rustdoc. Read it here a useful quick guide for any user, and in particular if you are familiar with numpy.
  • Add ArcArray. RcArray has become ArcArray; it is now using thread safe reference counting just like Arc; this means that shared ownership arrays are now Send/Sync if the corresponding element type is `Send
    • Sync`.
  • Add array method .permute_axes() by @jturner314
  • Add array constructor Array::ones by @ehsanmok
  • Add the method .reborrow() to ArrayView/Mut, which can be used to shorten the lifetime of an array view; in a reference-like type this normally happens implicitly but for technical reasons the views have an invariant lifetime parameter.
  • Fix an issue with type inference, the dimensionality of an array should not infer correctly in more cases when using slicing. By @jturner314.

Version 0.11.1 (2018-01-21)

  • Dimension types (Ix1, Ix2, .., IxDyn) now implement Hash by @jturner314
  • Blas integration can now use gemv for matrix-vector multiplication also when the matrix is f-order by @maciejkula
  • Encapsulated unsafe code blocks in the s![] macro are now exempted from the unsafe_code lint by @jturner314

Version 0.11.0 (2017-12-29)

Release announcement

Commits
  • 26d1bc0 ndarray-rand 0.12.0
  • fec35f7 0.14.0
  • f51f3e4 API: Remove deprecated subview and indexing methods
  • 8fec0eb API: Remove RcArray (deprecated alias of ArcArray)
  • dd06116 Merge pull request #851 from rust-ndarray/further-dep-bumps
  • 84eeb11 MAINT: Write license spec in Cargo.toml in the more spec-correct way
  • a9b4ab8 API: Bump approx to 0.4
  • 5cf7572 API: Bump num-complex to version 0.3
  • 76c8a95 Merge pull request #810 from Eijebong/deps
  • 716221c Merge pull request #850 from andrei-papou/stack-concatenate-renaming
  • 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 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:

  • 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)

Updates the requirements on [ndarray-rand](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](rust-ndarray/ndarray@ndarray-rand-0.11.0...ndarray-rand-0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
@stefan-k stefan-k merged commit 6963c01 into master Nov 30, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/ndarray-rand-0.12.0 branch November 30, 2020 08:13
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.

1 participant