Skip to content

Small adjustments to recent/future changes in LinAlg.jl #139

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

Merged
merged 4 commits into from
Jan 2, 2023
Merged

Conversation

dkarrasch
Copy link
Member

Starting from Julia v1.9, axpy! is owned by LinearAlgebra, and BLAS.axpy! does no longer work for non-strided arrays. Also, in the future AbstractQ will no longer subtype AbstractMatrix, so in tests we need to convert to Matrix manually.

@codecov
Copy link

codecov bot commented Dec 10, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@bd54341). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #139   +/-   ##
=========================================
  Coverage          ?   86.81%           
=========================================
  Files             ?       10           
  Lines             ?     1191           
  Branches          ?        0           
=========================================
  Hits              ?     1034           
  Misses            ?      157           
  Partials          ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dkarrasch dkarrasch merged commit e2798ad into master Jan 2, 2023
@dkarrasch dkarrasch deleted the dk/axpy_q branch January 2, 2023 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant