-
@JuliaRegistrator register()
-
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API…
-
When using Conjure with Julia and Tree-Sitter evaluating a form, when over a simple function call correctly send the function call to the repl. i.e `abs(-3)` => 3 evaluates correctly.
When however …
-
I am experiencing the error above using Julia v1.11, JLD2 v0.5.9. JLD2 0.5.5 works fine. If you prefer, I can try a bisection. Unfortunately the dataset is huge and I was not able to create an MWE, b…
tpapp updated
7 hours ago
-
Hi, I just tested the code from README, but it has error with CUDA.jl:
```julia
using CUDA
using ImplicitBVH
using ImplicitBVH: BBox, BSphere
# Generate some simple bounding spheres; save t…
-
After updating to v0.1.2, `ternaryscatter!` no longer seems to work with recent versions of `CairoMakie` or `GLMakie` (`ternarylines!` and `ternarycontourf` work fine).
Here is a minimal example (`…
-
**Affects:** PythonCall
**Describe the bug**
The following code throws an error:
```julia
using PythonCall
np = pyimport("numpy")
d3 = pyimport("dedalus.public")
coords = d3.CartesianCoordina…
-
-
**Submitting author:** @smillerc (Samuel Miller)
**Repository:** https://github.com/smillerc/CurvilinearGrids.jl
**Branch with paper.md** (empty if default branch): paper
**Version:** v0.6.5
**Editor:…
-
- what version of Makie are you running? (`]st -m Makie`)
Makie v0.21.16
- can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
yes
- What platform + GPU are yo…