Oliver Schulz
Oliver Schulz
@jpsamaroo is the a chance that Dagger will support Julia v1.6 (again)? If not, should we just require Julia v1.9 instead of v1.7 and get rid of Requires completely?
Ok, I'll keep Requires in then and try to fix the CI failures.
On the backend side, ArraysOfArray definitely supports nested-nested-arrays.
This could also remove some function name redundancy between MeasureBase/MeasureTheory and Distributions, since MeasureBase could depend on DistributionsInterface.
> They want to dispatch on "if I see a Distribution", but don't need any distributions themselves. This use case may be (partially) solvable using the trait-based DensityInterface.jl API, which...
Let's bring this home. :-) @Micki-D and @Cornelius-G , can you check if this is good to merge?
> I'm still working on the cartesian indexing for the vsel argument So should we hold off on this, or will that be a separate PR?
Replaced by #392 to resolve merge conflicts.
Thanks, good point, @nalimilan. I thought ZMQ really needed the -dev package for some reason, but it seems to be perfectly happy with just "libzmq3" installed. I've created a PR...
I agree with @azric - in bigger, more "formal" computing environments, things like automatic sudo can be very problematic. I try to prevent this by providing software containers with all...