-
This proposal is related to #1182 #965, and maybe other issues that have to do with conversion (and promotion).
Currently, a number of convenient conversions are missing. Defining every possible co…
-
I have a Julia package with a lot of methods, metrics, preprocessing, etc. I find them to be highly useful, maybe you all would too? Feel free to scrape my repo for recyclable code:
https://github.…
-
https://github.com/JuliaMath/Bessels.jl has pure Julia bessel functions for real arguments and orders that are frequently significantly faster than the ones currently used (provided by AMOS). The pack…
-
I get an error message when I call `wcspih` with Julia 0.4, from line 206 in WCSLIB.jl. There also some warnings (see below) leading up to the error, but they don't look directly related to the error.…
-
It would be great to use the same mechanism that MKL.jl uses now, and leverage libblastrampoline.
https://github.com/JuliaLinearAlgebra/MKL.jl/blob/master/src/MKL.jl
-
Could you please add the files needed for the `relxill` model to the release? I believe we need the following:
standard xillver table: [xillver-a-Ec5.fits.gz](http://www.sternwarte.uni-erlangen.de/…
phajy updated
11 months ago
-
In the current implementation, transformation (such as log) are applied elementwise. AFAIU, this allows `StatModels` to work with any streaming interface, not just `DataFrame`. However,
this has tw…
-
I am trying to write large excel file (.xlsx). It is supposed to have 4.3 MB. Excel data size is within excel column and row limits.
Smaller excels write ok (like 2MB), but with the largest I get t…
-
When I set up a simple project with the latest MPI and HDF5 packages and configure it to use the system-provided OpenMPI installation, the call to `MPI.Init()` crashes with “orte_init failed” errors. …
mfsch updated
11 months ago
-
I'm not sure this is really a good idea, but I'd like to get some feedback :) The idea would be that `$x` is just syntactic sugar for `_.x` in the standalone query commands. So instead of writing:
``…