Julien Schueller
Julien Schueller
### What happened? #2750 allowed to discover lots of distribution issues but while many were fixed some still remain: - recheck if pdf/cdf parameter gradients can be implemented analytically when...
### What happened? https://openturns.github.io/openturns/latest/user_manual/_generated/openturns.ProcessSample.html#openturns.ProcessSample.computeSpatialMean https://openturns.github.io/openturns/latest/user_manual/_generated/openturns.ProcessSample.html#openturns.ProcessSample.computeTemporalMean ### How to reproduce the issue? ```shell computeMeshMean ? computeMeanOverMesh ? ``` ### Version all ### Operating System unknown ### Installation media unknown ### Additional...
### What happened? the generic implementation is super slow for KernelMixture looks like the pdf has a good shape for us to do something here ### How to reproduce the...
using pcg64 stream operator make compilation fail with visual studio 2022 (pcg32 is ok though): ``` D:\a\pcg-cpp\pcg-cpp\include\pcg_random.hpp(336,31): error C2678: binary '|': no operator found which takes a left-hand operand of...
### Conda-forge documentation - [X] I could not solve my problem using the conda-forge documentation. ### Installed packages ```shell _openmp_mutex: 4.5-2_gnu conda-forge _sysroot_linux-aarch64_curr_repodata_hack: 4-h57d6b7b_16 conda-forge alsa-lib: 1.2.12-h68df207_0 conda-forge binutils_impl_linux-aarch64: 2.40-hf54a868_7...
I'm using the bound_relax_factor set to 0 to enforce strict bounds in my program but I got a crash on macos only (clang 17), here is a minimal program to...
Closes #606
Ensure parallel workers do not try to write the image depth multiple times to achieve reproducible builds without -j1. Typically some of my svg files randomly ended up like this:...
I would like to disable hyperlinks inside code cells because there are too much of them (most lines link to a new object or method) and it takes over the...