-
There were many issues with Julia 1.11 support, most are fixed:
- https://github.com/fonsp/Pluto.jl/pull/2661
- https://github.com/fonsp/Pluto.jl/issues/2806
- https://github.com/fonsp/Pluto.jl/pul…
-
I will generate an MWE in the morning. Testing out FNOs (https://github.com/SciML/NeuralOperators.jl/pull/52) with #245
```julia
julia> ∇fno_compiled = @compile ∇fno(fno, ps, st, x)
error: FFT/IFFT/…
-
Are there any up-to-date Julia bindings for MFEM? I've found the [AdFem.jl](https://github.com/kailaix/AdFem.jl) package, though it appears to not have been maintained for a while so I assume it's out…
-
I have Julia installed with Juliaup (1.10 and 1.11). When I try to setup juliacall in R with 1.10 I get a segfault:
```r
> library(JuliaCall)
> julia_setup(JULIA_HOME = "/home/juanjose/.julia/jul…
-
**Is your feature request related to a problem? Please describe.**
I found myself needing the [ellipsis metavariable](https://semgrep.dev/docs/writing-rules/pattern-syntax#ellipsis-metavariables) fea…
-
https://github.com/JuliaApproximation/SemiclassicalOrthogonalPolynomials.jl/blob/ed25acf4048bfea6051487b421480f0d55acf201/src/SemiclassicalOrthogonalPolynomials.jl#L453-L463
I'm trying to find a be…
-
It would be great to have a C-accessible API for Icechunk, as a "lowest common denominator" for access from Julia, C, GDAL, etc.
I am personally a contributor to Julia's Zarr implementation in htt…
-
For example:
```julia
julia> using BlockArrays
julia> a = BlockArray{Float64}(undef)
-blocked 0-dimensional BlockArray{Float64, 0}:
1.04e-322
julia> a[] = 2
2
julia> a
-blocked 0-dimens…
-
We are getting warnings in #109 but they are silent (in the sense that they don't cause the test to fail). We decided that we should try setting up warnings to be errors in the test.
raar1 updated
3 weeks ago
-
```julia-repl
julia> t = TensorMap([1 0 ; 0 -1], ℂ^2, ℂ^2)
TensorMap(ℂ^2 ← ℂ^2):
1 0
0 -1
julia> tsvd(t)
ERROR: MethodError: no method matching svd!(::Base.ReshapedArray{Int64, 2, SubAr…
Jutho updated
21 minutes ago