Dilum Aluthge
Dilum Aluthge
I think that this is the cause of https://github.com/JuliaData/DataFrames.jl/issues/2846. In that particular issue, they are testing output by using `sprint` to get the output into a string, and then checking...
We should: 1. Make a list of the important packages in the LoopVectorization.jl ecosystem 2. Try to get to 100% code coverage in that list
If the answer to the first question is yes, then the second question is: is it safe to annotate the `for` loop in the fallback path with `@simd ivdep` instead...
#916 would be breaking since it modifies the existing `DiscreteNonParametric` distribution. But we could add a new distribution, separate from the existing `DiscreteNonParametric`, that allows the support to be any...
It might be worth making two separate lists of: 1. What breaking changes are actually blocking a 1.0 release? 2. Breaking changes that could wait until a 2.0 or 3.0...
Bump. Is there any update on this? I don't necessarily need a unit string that can be parsed by Julia. But I would like a unit string that can at...
I very strongly prefer that all Julia-related stuff (including anything that `juliaup` creates) goes under the `~/.julia` directory by default. I think it's fine to have an option that lets...
Somewhat related: https://github.com/JuliaLang/julia/issues/4630
> Note that if the Juliaup binaries are installed system-wide and you turn on symlink creation for channels, those symlinks will actually be installed into `~/.local/bin` by default. Is `~/.local/bin`...
Then why not just make the symlinks in e.g. `~/.julia/juliaup/bin`, and then add `~/.julia/juliaup/bin` to the `PATH`? (At least by default, with an option for users to change it if...