-
-
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
oneunit of sparse matrix should return sparse matrix #30228
Conversation
Bumping for review. LGTM. |
* added sprandn methods with Type * oneunit of sparse matrix should return sparse array (cherry picked from commit 5c5489e)
This has already been backported to 1.1.0 and cannot be backported to 1.0 as a minor change. |
May I request not labelling this as a There is no urgency, but it would be nice to get it into the 1.0.x at some point. |
We should backport bugfixes, doc improvements and performance improvements to patch releases. Since we are aiming to do 4 month releases it is not too bad if a small change like this goes into the next minor release imo. |
I guess that is ok - even though this is probably a borderline bugfix. So folks who want LTS (the 1.0 branch) will not get this and have to wait for the next LTS. |
Yes, but the reason you are on an LTS in the first place likely because you don't want these type of changes until you decide to upgrade to a new minor version. |
currently we have:
where it should be. I think the behavour of
one
is as it should be, whileoneunit
is inconsistent.