olson-sean-k / theon

Abstraction of Euclidean spaces.
MIT License
5 stars 4 forks source link

Update ndarray requirement from ^0.13.0 to ^0.15.4 #59

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on ndarray to permit the latest version.

Changelog

Sourced from ndarray's changelog.

Version 0.15.4 (2021-11-23)

The Dr. Turner release 🚀

New features

... (truncated)

Commits
  • 075199d 0.15.4
  • dca300a doc: Slight tweaks to the introduction paragraphs of ArrayBase
  • ebe9e98 Fix typos in push/append docs
  • 25e2863 doc: Give crate feature flags its own doc page
  • 7528092 API: Rename split_re_im to split_complex
  • 892dab3 Release notes for 0.15.4
  • 7e70a90 Add in/to_slice_memory_order for ArrayView/Mut
  • d281b55 Fix typo in docs
  • 5e6ebf5 clippy: if_then_panic is no longer enabled by default (also changed name)
  • 0fe046d Use matrixmultiply cgemm and improve tests
  • 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 2 years ago

Superseded by #72.