-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Deprecate implicit pseudo-inverses of vectors #50955
Conversation
|
We can still send a signal "this function was a mistake, don't use it, and hypothetically if we ever get around to making breaking changes we'll remove it" |
Can we merge this? |
We have moved the LinearAlgebra stdlib to an external repo: https://github.com/JuliaLang/LinearAlgebra.jl @antoine-levitt If you think that this PR is still relevant, please open a new PR on the LinearAlgebra.jl repo. |
See #49915. If we can't remove it, at least let's deprecate it. I'm still not super happy about it because deprecations aren't shown by default, but it's better than nothing.
Note that this now deprecates all pseudo-inverses, eg vector \ vector, unlike the previous PR that just removed real / vector.