-
`convert(Matrix, x')` is so slow that I haven't gotten it to finish. `convert(Matrix, x)` works just fine.
```julia
julia> using YAXArrays, Zarr
julia> path = "~/data/DataCube/v3.0.2/esdc-8d-0.…
-
Installing Julia on Google Colab
https://pyjulia.readthedocs.io/en/latest/usage.html#ipython-magic
### Version 1:
```bash
%%bash
wget https://julialang-s3.julialang.org/bin/linux/x64/1.11/…
-
I'm getting the following error attempting to run the tests on both my Mac and Linux, starting with a dev installation of Mousetrap up-to-date on the main branch.
```
Testing Running tests...
…
-
It's super easy to create dimension axes that have vector lookups:
```julia-repl
julia> using CairoMakie, DimensionalData
julia> points = Point2f.(1, 1:10)
10-element Vector{Point{2, Float32}}:
…
-
Does julia poses fundamental limitations to declare bindings withoud shared lib (executable with embedded julia), like pybind11 `PYBIND11_EMBEDDED_MODULE`?
I try to create julia module and sand …
-
```julia
julia> @time Chebyshev()\JacobiWeight(0,0.5)
0.027141 seconds (3.08 k allocations: 3.701 MiB)
ℵ₀-element LazyArrays.CachedArray{Float64, 1, Vector{Float64}, FillArrays.Zeros{Float64, 1, …
-
I'm not sure if this is expected behaviour, but I couldn't find any information about expected alignment in Julia.
Code to reproduce:
```julia
julia> using SIMD
julia> s = b"AAAAAAAAAAAAAABBBBBCBCBB…
-
Hello dependabot,
Julia support would be pretty great. What would this take? Do you take PRs for this sort of thing? Are there guidelines for adding new language support?
-
In Julia, and perhaps in some of the other languages, you are mostly measuring the one-time startup cost, rather than the cost of actually doing the mathematical calculation. So the results are misl…
-
Consider calling `eigen` for a `ComplexF64` matrix which happens to be real-diagonal:
```julia
julia> D = ComplexF64[1 0; 0 2];
julia> eigen(D)
Eigen{ComplexF64, ComplexF64, Matrix{ComplexF64}, Ve…