Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(deps): update rust crate ndarray to 0.15.6 #27

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ndarray dependencies minor 0.14.0 -> 0.15.6

Release Notes

rust-ndarray/ndarray

v0.15.6

Compare Source

===========================

New features

Other changes

v0.15.5

Compare Source

===========================

Enhancements

Other changes

v0.15.4

Compare Source

===========================

The Dr. Turner release 🚀

New features

Enhancements

Bug fixes

API changes

Other changes

v0.15.3

Compare Source

===========================

New features

Bug fixes

  • Fix as_slice_memory_order_mut() so that it never changes strides (the
    memory layout) of the array when called.

    This was a bug that impacted ArcArray (and for example not Array or ArrayView/Mut),
    and multiple methods on ArcArray that use as_slice_memory_order_mut (for example map_mut).
    Fix by [@​jturner314].

    https://github.com/rust-ndarray/ndarray/pull/1019

API changes

Other changes

v0.15.2

Compare Source

================================

New features

Enhancements

Bug fixes

API changes

Other changes

v0.15.1

Compare Source

===========================

Enhancements

Bug fixes

Other changes

v0.15.0

Compare Source

===========================

New features

Enhancements

API changes

Bug fixes

Other changes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Aug 19, 2022
@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #27 (c3bb188) into main (aae4a4b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   96.02%   96.02%           
=======================================
  Files           6        6           
  Lines         503      503           
=======================================
  Hits          483      483           
  Misses         20       20           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/ndarray-0.x branch from d0c9871 to 36bc6a7 Compare August 19, 2022 18:14
@renovate renovate bot force-pushed the renovate/ndarray-0.x branch from 36bc6a7 to c3bb188 Compare August 19, 2022 18:15
@tasshi-me tasshi-me merged commit ef30236 into main Aug 19, 2022
@tasshi-me tasshi-me deleted the renovate/ndarray-0.x branch August 19, 2022 19:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant