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

real(::SparseMatrixCSC) should not be deprecated #22065

Closed
dlfivefifty opened this issue May 25, 2017 · 3 comments · Fixed by #22090
Closed

real(::SparseMatrixCSC) should not be deprecated #22065

dlfivefifty opened this issue May 25, 2017 · 3 comments · Fixed by #22090

Comments

@dlfivefifty
Copy link
Contributor

This behaviour is inconsistent with real(::Array), which is not deprecated (per discussion in #20387)

julia> a = speye(Complex128,10,10);

julia> real(a)
WARNING: real(A::SparseMatrixCSC) is deprecated, use real.(A) instead.
@fredrikekre
Copy link
Member

Ref #19242 where conj got un-deprecated for the same reason.

@stevengj
Copy link
Member

Looks like a bug in #17265, cc @Sacha0

@Sacha0
Copy link
Member

Sacha0 commented May 27, 2017

Bug indeed, good catch! :)

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 a pull request may close this issue.

4 participants