Olav Møyner

Results 11 issues of Olav Møyner

Let us say that we have a sparse matrix where the entries are Dual numbers. ```julia using ForwardDiff, SparseArrays d = ForwardDiff.Dual(1.0, 2.0) a = sparse([0 d]) ``` Let us...

Two small improvements: - Short-circuit drop-tol check when drop == 0 - Use norm (Frobenius/2-norm by default) instead of abs to allow non-scalar element types. Here's an example of how...

Hi, thanks for the great work on this project! I migrated from standard Documenter output and I have a small issue. I generate a bunch of notebooks using Literate during...

- [0.11.3] what version of Makie are you running? (`]st -m Makie`) - [Yes] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`) - [Issue...

bug
GLMakie
WGLMakie
macOS

This is a companion PR to this JLL update: https://github.com/JuliaPackaging/Yggdrasil/pull/12254 I have run tests locally with the builds and they run after small tweaks. If JLLs can have compat bounds,...

hypre can optionally be built with openmp, but it is not the default option. hypre is traditionally fully mpi, but switching to openmp for some settings (e.g. interactive Julia usage)...

Check if this fixes docbuild

Support for alternative optimizer in `optimize`