-
Hello Sebastian,
I have the feeling like you went through the trouble of doing a full interface rewrite?
I had attempted a Fortran interface a few years ago, but never completed it: https://gith…
-
## 🐛 Bug
When loading Napari on a headless server remotely it crashes the Python terminal.
I've seen a few issues regarding usage of it. I'm not primarily interested in using it but to prevent tha…
-
One feature of SplitApplyCombine that's missing from the Flexiverse is `product`/`mapgrid`/`outer`. Like this, but without the intermediate allocation.
```jl
julia> foo(f, a, b) = map(splat(f), gr…
-
It would be nice to be able to extend it, in case e.g. something else needs to happen when collecting individual batch items for a particular type of Batcher or BatchItem. I think the issue is now we …
-
I thought for a moment this returned a different type, but it's just `show`.
```
julia> Extent()
ExtentNamedTuple()
```
But it made me think, should we allow these to be created?
And what ab…
-
We are currently implementing detailed docstrings for all MLJ models, following a standard we have developed. See this issue: https://github.com/alan-turing-institute/MLJ.jl/issues/913
@davnn If it…
-
In the current implementation of JuliaCall, RCall.jl is required for converting objects between R and Julia environments. While it may be sufficient for most operations, it does however lead to some p…
-
```julia
julia> using CUDA, SparseArrays
julia> dense = rand([0,1], 3, 4) # Matrix{Int64}
julia> sp = sparse(dense) # SparseMatrixCSC{Int64, Int64}
julia> cuarray = cu(dense) # CuArray{…
-
A couple things I've learned when developing packages for research:
1. It helps to have many people to push back on ideas (we seem to be doing good here :smile: )
2. It is impossible to successful…
-
Testing of Minuit2.jl fails on PkgEval (which tests julia#master) presumably because the CxxWrap-based glue layer hasn't been rebuilt recently, see https://github.com/JuliaInterop/CxxWrap.jl/issues/32…