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

Remove checks in tril, triu, and diag #28480

Merged
merged 2 commits into from
Aug 6, 2018
Merged

Remove checks in tril, triu, and diag #28480

merged 2 commits into from
Aug 6, 2018

Conversation

andreasnoack
Copy link
Member

In #16959, we were almost indifferent between making the checks consistent and removing them. We ended up with checks but they have shown up to be problematic. I discussed the issue with @Sacha0 today and we decided that it would be better to remove the checks. Fixes #28447.

@JeffBezanson
Copy link
Sponsor Member

I assume this can be in 1.0, but is not needed in 0.7?

@ararslan ararslan mentioned this pull request Aug 6, 2018
7 tasks
@Keno Keno merged commit e76b005 into master Aug 6, 2018
@ViralBShah ViralBShah deleted the an/triul branch August 6, 2018 22:09
ararslan pushed a commit that referenced this pull request Aug 7, 2018
* Stop throwing for out of bounds diagonals in tril, triu and diag
defined in LinearAlgebra

* Remove checks from tril, triu and diag in SparseArrays

(cherry picked from commit e76b005)
Keno pushed a commit that referenced this pull request Aug 7, 2018
* Stop throwing for out of bounds diagonals in tril, triu and diag
defined in LinearAlgebra

* Remove checks from tril, triu and diag in SparseArrays

(cherry picked from commit e76b005)
@dlfivefifty
Copy link
Contributor

This change should be in NEWS

@ararslan ararslan added the needs news A NEWS entry is required for this change label Aug 8, 2018
@KristofferC KristofferC removed backport pending 0.7 needs news A NEWS entry is required for this change labels Nov 13, 2018
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
* Stop throwing for out of bounds diagonals in tril, triu and diag
defined in LinearAlgebra

* Remove checks from tril, triu and diag in SparseArrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants