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

doc: LinearAlgebra.BLAS; add compat note for spr!, spmv!, hpmv! #45990

Merged
merged 3 commits into from
Jul 11, 2022

Conversation

inkydragon
Copy link
Sponsor Member

After adding these three functions to doc in #45978, I forgot to check for version compatibility.

You can check if other export functions in BLAS need to be marked for version compatibility, by looking at the last modified time of the line in the git blame: https://github.com/JuliaLang/julia/blame/master/stdlib/LinearAlgebra/src/blas.jl#L12-L63

rot! Already have a note: "requires at least Julia 1.5."

@inkydragon inkydragon added domain:docs This change adds or pertains to documentation domain:linear algebra Linear algebra labels Jul 11, 2022
@ViralBShah ViralBShah merged commit 1e5b095 into JuliaLang:master Jul 11, 2022
@inkydragon inkydragon deleted the doc-blas-note branch July 11, 2022 15:21
ffucci pushed a commit to ffucci/julia that referenced this pull request Aug 11, 2022
…JuliaLang#45990)

* doc: LinearAlgebra.BLAS; add compat note for `spr!`

need v1.8+
add by: JuliaLang@ae336ab

* doc: LinearAlgebra.BLAS; add compat note for `spmv!`

need v1.5+
add by: JuliaLang@d8b2209

* doc: LinearAlgebra.BLAS; add compat note for `hpmv!`

need v1.5+
add by: JuliaLang@0b034fd
pcjentsch pushed a commit to pcjentsch/julia that referenced this pull request Aug 18, 2022
…JuliaLang#45990)

* doc: LinearAlgebra.BLAS; add compat note for `spr!`

need v1.8+
add by: JuliaLang@ae336ab

* doc: LinearAlgebra.BLAS; add compat note for `spmv!`

need v1.5+
add by: JuliaLang@d8b2209

* doc: LinearAlgebra.BLAS; add compat note for `hpmv!`

need v1.5+
add by: JuliaLang@0b034fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation domain:linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants