Viral B. Shah
Viral B. Shah
We'll be removing `Base.libm_name` in Julia 1.9, and eventually remove OpenLibm from base. https://github.com/JuliaLang/julia/pull/42299 To continue using OpenLibm, simply use `OpenLibm_jll` explicitly in your Project.toml, and this recipe should allow...
Reverting https://github.com/JuliaLang/julia/pull/44247 in order to avoid the impact on startup time for several packages. The impact is about 2 seconds, but it affects several packages that do not always need...
On the Gadfly website, there are several examples with dataframes, where different data series are colored differently. I was writing a simple tutorial, where I wanted to give multiple `x`...
I wonder if it is a good idea to have a minimum requirement of a recent Julia version in the Project.toml. The README has Julia 1.4, but perhaps it should...
I got: ``` (@v1.5) pkg> add https://github.com/h-Klok/StatsWithJuliaBook Cloning git-repo `https://github.com/h-Klok/StatsWithJuliaBook` Updating git-repo `https://github.com/h-Klok/StatsWithJuliaBook` ERROR: expected a `name` entry in project file at `/var/folders/rj/njz8jnv11637flz6vgnb6bz00000gp/T/jl_mQRFNN/Project.toml ```
We should probably upgrade the CI to use GHA like many other Julia packages.
Sorry to use the DSP.jl repo for this, but I wasn't sure where else might be best. @gummif and @jakubwro are the only two members in the org who don't...
Is there a published paper or JOSS entry that can be cited? If so, would be great to have a CITATION.bib file in the package.
``` ┌ Franklin Warning: in │ Encountered an issue processing 'miletus.md' in om/products/juliapro. │ Verify, then re-start the Franklin server. │ The error is displayed below: ``` Note that in...
Julia ships with openblas (w/lapack) compiled to have the suffix `64_` in the 64-bit case. This is a convention that many libraries have started adopting. It would be great for...