Pinned Loading
-
JuliaArrays/ZeroDimensionalArrays.jl
JuliaArrays/ZeroDimensionalArrays.jl Publiczero-dimensional arrays/references/boxes for Julia. Ref-killer
Julia 8
-
JuliaIO/ParseUnparse.jl
JuliaIO/ParseUnparse.jl PublicGiven a context-free grammar, parse input data to get a parse tree. Supports unparsing, with perfect roundtripping.
Julia 3
-
JuliaCollections/Collects.jl
JuliaCollections/Collects.jl PublicCollect the elements of a given collection into a collection of the given type. Generalizes `collect`! Implement for types you own!
-
JuliaArrays/FixedSizeArrays.jl
JuliaArrays/FixedSizeArrays.jl PublicFixed-size multidimensional arrays. An Array-like type with less indirection at the cost of resizing capability.
967 contributions in the last year
Skip to contributions year listDay of Week | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
July 2025
Created 1 repository
-
nsajko/IterTools.jl
Julia
This contribution was made on Jul 8
Created a pull request in JuliaLang/julia that received 10 comments
redo sinpi
and cospi
kernel polynomial approximation
Make the Float32
variants use the same evaluation scheme already used for Float64
, instead of computing in a wider arithmetic and then rounding b…
Opened 4 other pull requests in 2 repositories
JuliaLang/julia
3
open
-
more accurate
rad2deg
anddeg2rad
forFloat16
andFloat32
This contribution was made on Jul 26 -
improve
cosc(::Float32)
andcosc(::Float64)
accuracyThis contribution was made on Jul 24 -
special: trig: smaller polynomials for sinpi,cospi kernels for f16,f32
This contribution was made on Jul 12
JuliaCollections/IterTools.jl
1
open
-
add
sliding_window_maxima
This contribution was made on Jul 9
Reviewed 4 pull requests in 2 repositories
JuliaLang/julia
3 pull requests
-
special: trig: smaller polynomials for sinpi,cospi kernels for f16,f32
This contribution was made on Jul 12
-
manual: methods: new section on avoiding ambiguity: "playing nicely"
This contribution was made on Jul 8
-
Define
@__FUNCTION__
as an alias tovar"#self#"
This contribution was made on Jul 7
JuliaCollections/IterTools.jl
1 pull request
-
add
sliding_window_maxima
This contribution was made on Jul 26
Created an issue in JuliaLang/julia that received 7 comments
floating-point range
may throw InexactError
when it tries to convert NaN to an integer
julia> range(start = Float16(0), stop = Float16(0.0004), length = 2^16) ERROR: InexactError: Int64(NaN16) Stacktrace: [1] Int64 @ ./float.jl:923 [i…
Opened 3 other issues in 2 repositories
JuliaLang/julia
2
open
-
cosc
: inaccuracy on the transition between two different implementationsThis contribution was made on Jul 22 -
cosc
: the error has spikes around the zeros of the functionThis contribution was made on Jul 22
JuliaPlots/Plots.jl
1
closed
-
[BUG] the docs don't mention PlotlyKaleido, however it is required for
plotly()
This contribution was made on Jul 8