-
HI, just wondering if you could please add a link to my BSON encode/decode package in the "Generic serialization of all Julia types to BSON" line in the README?
-
**Paper:** Golub, T. R., Slonim, D. K., Tamayo, P., Huard, C., Gaasenbeek, M., Mesirov, J. P., … Lander, E. S. (1999). Molecular Classification of Cancer: Class Discovery and Class Prediction by Gene …
-
Dear friends,
I have problems in installing OpenCV on a linux (debian) platform and julia 1.11.0. This is the error log I get:
julia> err
PkgPrecompileError: The following 1 direct dependency f…
-
one common thing is to using broadcasting on named vectors, for which one is put into another dimension.
``permutedims(a)`` as well as `reshape(a, 1, :)` can be used to bring a column vector `a` t…
-
Hi,
Are there any plans to add .NET Framework support in the future? In particular I am interested in versions 4.7/4.8.
Is Framework not supported because it is not really cross-platform compatible …
-
We have to keep MersenneTwister around and thus keep dSFMT as a dependency of Julia itself even though we no longer use it as our default PRNG. For 2.0 we should move it out and consider exporting no …
-
Many optimisation packages such as JuMP require user-supplied functions to be evaluated with scalar arguments, yielding scalar output (no doubt broadcasted internally). As it stands, functions like…
-
https://github.com/chenxm1986/cktso
In my preliminary comparison, it is much faster than KLU on solving multi-vector rhs.
-
the wrapped mj_* functions take in a Union of abstract array types such as un/safe views, marray, etc, but does not take in views from a Shapes.jl.
One would assume that this is just adding the new…
-
We used to be able to use `Symbolics.Num` in quaternions but https://github.com/JuliaGeometry/Quaternions.jl/pull/122/ broke our workflow; see https://github.com/dionysos-dev/Dionysos.jl/issues/211
…