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

Update references to Base.SparseArrays #30057

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

dlfivefifty
Copy link
Contributor

Base.SparseArrays no longer exists, so the docs are outdated. This corrects this by removing the reference to Base..

@@ -1215,7 +1215,7 @@ julia> A = sparse(Diagonal([1, 2, 3, 4]))
[3, 3] = 3
[4, 4] = 4

julia> Base.SparseArrays.fkeep!(A, (i, j, v) -> isodd(v))
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did these doctests pass? Is this docstring not included anywhere?

@kshyatt kshyatt added docs This change adds or pertains to documentation sparse Sparse arrays labels Dec 12, 2018
@kshyatt
Copy link
Contributor

kshyatt commented Dec 12, 2018

Can we merge this and maybe open an issue for the weird doctest?

@fredrikekre fredrikekre merged commit a5f23c0 into JuliaLang:master Dec 12, 2018
KristofferC pushed a commit that referenced this pull request Dec 12, 2018
@KristofferC KristofferC mentioned this pull request Dec 12, 2018
52 tasks
@KristofferC
Copy link
Sponsor Member

This was already backported to 1.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation sparse Sparse arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants