Skip to content

Conversation

@dlfivefifty
Copy link
Contributor

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

[3, 3] = 3
[4, 4] = 4
julia> Base.SparseArrays.fkeep!(A, (i, j, v) -> isodd(v))
Copy link
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
Member

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
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