JuliaStats / PDMats.jl

Uniform Interface for positive definite matrices of various structures
Other
104 stars 43 forks source link

Fix calls of deprecated constructors #189

Closed devmotion closed 11 months ago

devmotion commented 11 months ago

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 commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

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

:loudspeaker: Thoughts on this report? Let us know!.