Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

JuliaLang/julia

dkarrasch created a review comment on a pull request on JuliaLang/julia
```suggestion return A ``` to be consistent and type-stable with the following "branch".

View on GitHub

dkarrasch created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash pushed 1 commit to master JuliaLang/julia
  • [CRC32c] Support AbstractVector{UInt8} as input (#56164) This is a similar PR to https://github.com/JuliaIO/CRC32.jl... f285de5

View on GitHub

vtjnash closed a pull request on JuliaLang/julia
[CRC32c] Support AbstractVector{UInt8} as input
This is a similar PR to https://github.com/JuliaIO/CRC32.jl/pull/12 I added a generic fallback method for `AbstractVector{UInt8}` similar to the existing generic `IO` method.
vtjnash closed a pull request on JuliaLang/julia
InteractiveUtils.jl: fixes issue where subtypes resolves bindings and causes deprecation warnings
The current version of `subtypes` will throw deprecation errors even if no one is using the deprecated bindings. A similar bug was fixed in Aqua.jl - https://github.com/JuliaTesting/Aqua.jl/pul...
Paul-Roux-Phys starred JuliaLang/julia
vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
Do we actually need this extra bootstrapping complexity for any reason? No reason not too I guess, but seems quite tedious for future people to understand what is going on when they try to make cha...

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

dkarrasch created a comment on a pull request on JuliaLang/julia
Honestly, I don't think we should mention this in NEWS. We should instead backport this to v1.10 and v1.11.

View on GitHub

vtjnash created a review comment on a pull request on JuliaLang/julia
```suggestion function lookup(ip::Base.InterpreterIP) ```

View on GitHub

vtjnash created a review on a pull request on JuliaLang/julia

View on GitHub

aravindh-krishnamoorthy created a review comment on a pull request on JuliaLang/julia
```suggestion * Fixed numerical stability (in some cases) of `log(A)` for matrix `A` ([#56311]). ```

View on GitHub

aravindh-krishnamoorthy created a review on a pull request on JuliaLang/julia

View on GitHub

KristofferC created a comment on an issue on JuliaLang/julia
On mac nothing, on linux there is some interleaved results. But the print + println and printstyled are there. ``` kristofferc@deepsea4:~$ julia +nightly --startup-file=no -e "Base.@time_imports @...

View on GitHub

IanButterworth pushed 1 commit to kc/warn_using JuliaLang/julia

View on GitHub

IanButterworth created a comment on a pull request on JuliaLang/julia
This still has issues ``` % ./julia --trace-compile=stderr --startup-file=no -e "@time @eval Base.Experimental.@force_compile" precompile(Tuple{typeof(Core.kwcall), NamedTuple{(:msg,), Tuple{Not...

View on GitHub

neuroctr forked JuliaLang/julia

neuroctr/julia

IanButterworth opened a pull request on JuliaLang/julia
Fix generate_precompile statement grouping & avoid defining new func
Fixes https://github.com/JuliaLang/julia/pull/56227#discussion_r1810900522 Also, I don't think these are supposed to be inside the for loop which is specific to `match` (which only runs once any...
flucium starred JuliaLang/julia
d-netto pushed 3 commits to dcn-all-task-profiler JuliaLang/julia
  • Matmul: dispatch on specific blas paths using an enum (#55002) This expands on the approach taken by https://github... bf6da77
  • Scaling `mul!` for generic `AbstractArray`s (#56313) This improves performance in the scaling `mul!` for `StridedArr... c188e0c
  • all tasks profiler d054e96

View on GitHub

jishnub deleted a branch JuliaLang/julia

jishnub/lrscale

jishnub pushed 1 commit to master JuliaLang/julia
  • Scaling `mul!` for generic `AbstractArray`s (#56313) This improves performance in the scaling `mul!` for `StridedArr... c188e0c

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Scaling `mul!` for generic `AbstractArray`s
This improves performance in the scaling `mul!` for `StridedArray`s by using loops instead of broadcasting. ```julia julia> using LinearAlgebra julia> A = zeros(200,200); C = similar(A); ju...
jishnub pushed 1 commit to master JuliaLang/julia
  • Matmul: dispatch on specific blas paths using an enum (#55002) This expands on the approach taken by https://github... bf6da77

View on GitHub

jishnub closed a pull request on JuliaLang/julia
Matmul: dispatch on specific blas paths using an enum
This expands on the approach taken by https://github.com/JuliaLang/julia/pull/54552. We pass on more type information to `generic_matmatmul_wrapper!`, which lets us convert the branches to metho...
IanButterworth created a comment on an issue on JuliaLang/julia
If you use the `@trace_compile` macro inside the `@time` it should remove all those precompiles in your mac example, as I believe they come from `@time`. ``` % julia +nightly --startup-file=no -e ...

View on GitHub

oscardssmith created a review comment on a pull request on JuliaLang/julia
If so, possibly rephrase to something like "fixed numerical stability of `Matrix` logarithm in some cases".

View on GitHub

oscardssmith created a review on a pull request on JuliaLang/julia

View on GitHub

Load more