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

Fix calls of deprecated constructors #189

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Conversation

devmotion
Copy link
Member

In the convert methods for PDMat, PDDiagMat, and PDSparseMat we call the inner constructors that were deprecated in #178. This PR fixes all calls of such deprecated constructors (can be seen e.g. in the output when running tests on Julia 1.0 and also checked with ripgrep).

@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Files Coverage Δ
src/pdiagmat.jl 97.47% <100.00%> (ø)
src/pdmat.jl 98.41% <100.00%> (ø)
src/pdsparsemat.jl 95.89% <100.00%> (ø)

📢 Thoughts on this report? Let us know!.

@devmotion devmotion merged commit f61c2c8 into master Oct 6, 2023
11 checks passed
@devmotion devmotion deleted the dw/rm_deprecated_calls branch October 6, 2023 17:14
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.

3 participants