procyon-rs / vega_lite_4.rs

rust api for vega-lite v4
Apache License 2.0
26 stars 7 forks source link

⬆️ Update ndarray-rand requirement from 0.12 to 0.14 #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Changelog

Sourced from ndarray-rand's changelog.

Version 0.14.0 (2020-11-28)

New features

Enhancements

API changes

  • The old function stack has been renamed to concatenate. A new function stack with numpy-like semantics have taken its place. Old usages of stack should change to use concatenate.

    concatenate produces an array with the same number of axes as the inputs.
    stack produces an array that has one more axis than the inputs.

    This change was unfortunately done without a deprecation period, due to the long period between releases.

    rust-ndarray/ndarray#844
    rust-ndarray/ndarray#850

  • Enum ErrorKind is now properly non-exhaustive and has lost its old placeholder invalid variant. By [@​Zuse64] rust-ndarray/ndarray#848

  • Remove deprecated items:

    • RcArray (deprecated alias for ArcArray)
    • Removed subview_inplace use collapse_axis
    • Removed subview_mut use index_axis_mut
    • Removed into_subview use index_axis_move
    • Removed subview use index_axis

... (truncated)

Commits
  • abb0f9e ndarray-rand 0.14
  • a77825a Merge pull request #957 from rust-ndarray/neg-stride-windows
  • 288f131 Merge pull request #956 from rust-ndarray/axis-axes-cleanup
  • 1f65811 Merge pull request #955 from rust-ndarray/blas-integration
  • e377e82 FIX: Fix .windows() producer for negative stride arrays
  • c542a6b MAINT: Silence one clippy lint
  • 7be7fd5 DOC: Add comment on Axis about why we don't have conversion traits
  • be13f3d FIX: Update Axes example, clarify docs and adjust reexports
  • a241240 FIX: Simplify .is_square() slightly
  • 0b7d317 DOC: Elaborate a bit more on BLAS integration instructions
  • 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[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.