Joshua Lampert

Results 124 comments of Joshua Lampert

Is there any chance this gets fixed? Unfortunately, in my case it is not really an option to replace the `norm(x)^2` by `sum(x.^2)` since I have a function calling `norm(x)`...

WP5 sounds like the `ParallelTreeMesh` works in 3d, but it doesn't, right, @sloede, @ranocha? Maybe adjust this point accordingly?

The last point in the list can be ticked (or refer to #1332).

The last point in the TODO list can also be checked now after closing #1308.

Is there any update regarding this? This is getting quite annoying because the restriction to DiffEqBase.jl prevents us from getting newer versions of OrdinaryDiffEq.jl.

Thanks for the references. Good to hear there is some progress!

Thanks a lot @jlchan for working on this! No worries, take your time. Get well soon!

IMO, it should also be possible without explicitly adding HDF5_jll. I look into it. But as a workaround you can add HDF5_jll to your project.

I cannot reproduce this. With an empty `~/.julia` directory in an empty project on julia 1.10.0: ```julia julia> using Pkg julia> Pkg.activate(".") Activating new project at `~/test_hdf5_set_libraries` julia> Pkg.status() Status...

Did you have any LocalPreferences.toml in your active project before, @johnomotani? If yes, it should also work again after deleting the LocalPreferences.toml.