-
-
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
RSS feed for the julia blog #415
Labels
docs
This change adds or pertains to documentation
Comments
ghost
assigned StefanKarpinski
Feb 20, 2012
Yeah, I think there's a way to do this. Will figure it out. |
looks like this is in place? |
yes, it's done. |
Has the RSS feed gone from https://julialang.org/blog/? |
No idea. I set it up long ago, but I wouldn't be surprised if it's gone away for whatever reason. |
This should probably be reopened, I see nothing resembling an RSS feed at https://julialang.org/blog/ :( |
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this issue
Oct 11, 2021
Corrected attribution of algorithm for Kendall tau calculation - See https://www.jstor.org/stable/2282833?seq=1#page_scan_tab_contents
cmcaine
pushed a commit
to cmcaine/julia
that referenced
this issue
Nov 11, 2022
New exercises should NOT introduce new configlet errors anymore, to prevent the number of errors from growing out of control before launch. Making it annoying hopefully helps with that
dkarrasch
pushed a commit
that referenced
this issue
Jul 22, 2023
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: b4b0e72 New commit: 99c99b4 Julia version: 1.11.0-DEV SparseArrays version: 1.10.0 (Does not match) Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@b4b0e72...99c99b4 ``` $ git log --oneline b4b0e72..99c99b4 99c99b4 Specialize 3-arg `dot` for sparse self-adjoint matrices (#398) cb10c1e use unwrapping mechanism for triangular matrices (#396) b3872c8 added warning for iterating while mutating a sparse matrix (#415) f8f0f40 bring coverage of fixed SparseMatrixCSC to 100% (#392) 0eb9c04 fix typos (#414) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
KristofferC
pushed a commit
that referenced
this issue
Jul 24, 2023
Stdlib: SparseArrays URL: https://github.com/JuliaSparse/SparseArrays.jl.git Stdlib branch: main Julia branch: master Old commit: b4b0e72 New commit: 99c99b4 Julia version: 1.11.0-DEV SparseArrays version: 1.10.0 (Does not match) Bump invoked by: @dkarrasch Powered by: [BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl) Diff: JuliaSparse/SparseArrays.jl@b4b0e72...99c99b4 ``` $ git log --oneline b4b0e72..99c99b4 99c99b4 Specialize 3-arg `dot` for sparse self-adjoint matrices (#398) cb10c1e use unwrapping mechanism for triangular matrices (#396) b3872c8 added warning for iterating while mutating a sparse matrix (#415) f8f0f40 bring coverage of fixed SparseMatrixCSC to 100% (#392) 0eb9c04 fix typos (#414) ``` Co-authored-by: Dilum Aluthge <dilum@aluthge.com> (cherry picked from commit 6691a75)
Keno
pushed a commit
that referenced
this issue
Oct 9, 2023
This supports SSAValue args for cglobal while also fixing a bug in which a GotoIfNot ended up going to the wrong statement. The latter was a consequence of incorrect :call unnesting. Fixes #455 Fixes #454 Fixes #415 Fixes JuliaDebug/Debugger.jl#275 Improves #354
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Someone asked for an RSS feed for the julia blog. I don't think we expose one.
The text was updated successfully, but these errors were encountered: