-
It would be interesting to implement the method described in
* Leroy, B. "Fast calculation of the Lomb-Scargle periodogram using nonequispaced fast Fourier transforms", A&A, 545, September 2012, A5…
-
Julia seems to work in the latest version of this repo running in Devcontainer.
However, when you try to build the website with `quarto preview` it fails:
```
6/11 [unnamed-chunk-3]
Julia vers…
-
Hi,
I use third party library and it uses `LinearAlgebra` and `BLAS`.
I happen to pseudo-randomly encounter a segmentation fault:
```julia
From worker 2: [1781] signal (11.1): Segmentati…
-
**Describe the bug**
`CUDA.jl` is unable to find the appropriate runtime to use on the Satori cluster (PowerPC) with CUDA version above `5.3.5`. Regardless of the options I configured using `CUDA.set…
-
It could help to determine whether a symmetric or Hermitian sparse matrix wrapped in `Symmetric` or `Hermitian` contains both triangles or not ('F' = full).
With sparse matrices on GPUs, both trian…
-
It is copied from [my post on Julia discourse](https://discourse.julialang.org/t/massive-memory-leak-in-julia-due-to-tiny-memory-leak-in-c/119526).
The latest version (v4.9.2) of `netCDF-C` \(a C l…
-
I'm having troubles parsing a C++ project with Clang.jl v0.18.0 and julia v1.11 (which uses llvm16). To be clear, my current parsing script works fine with same version of Clang.jl but using julia v1…
-
## Long rambling introduction
Distributions.jl currently allows many weird edge-cases which result in Dirac-type degenerate point mass distributions.
There are numerous bugs related to many of t…
-
Right now I am getting this:
```
julia> using GAP_pkg_ferret
julia> GAP_pkg_ferret.load()
#W dlopen() error: dlopen(/Users/mhorn/.julia/artifacts/49b1930968bd5aa85f37a4c6770a3a524bba6db7/lib/gap…
-
I'd like to make it easy for Python denizens to use my Julia packages, so am writing a thin Python wrapper using pyjulia. But to make my wrapper easily installable, I'd need pyjulia to be easily insta…