David Widmann
David Widmann
The design matrices for Sobol's method are not randomized (https://github.com/SciML/GlobalSensitivity.jl/blob/394dc74c5290bce28a470789da93b699cac6874c/src/sobol_sensitivity.jl#L348), leading to the warning ```julia ┌ Warning: The generate_design_matrices(n, d, sampler, R = NoRand(), num_mats) method does not produces true...
There's quite a few changes since the latest release: https://github.com/JuliaMath/HypergeometricFunctions.jl/compare/v0.3.23...master Could we maybe release them?
Fixes #37.
To compare with the CI run in #2975.
This PR adds support for SymbolicUtils 1.7.1 for MTK v8 in a backport to make the bugfix for the ConstructionBase/SymbolicUtils issue available for people stuck on MTK v8. Compatibility with...
When investigating the [diff between master and release-0.10](https://github.com/JuliaDiff/ForwardDiff.jl/compare/master...release-0.10), I noticed that #656 was only applied to the release-0.10 branch. It doesn't contain any explanation or discussion, so it's a bit...
This PR backports #708 to the branch for ForwardDiff 0.10 and bumps the version number to prepare for a new release.
The PR fixes the test errors (due to method overwritten warnings in the doctests) and incorporates updates (bug fixes + additional tests) from https://github.com/JuliaLang/julia/pull/55911, https://github.com/JuliaLang/julia/pull/54172, https://github.com/JuliaLang/julia/pull/50894 and https://github.com/JuliaLang/julia/pull/46054.
This PR backports the following PRs from the master branch to the release-0.10 branch such that they can be released: - #586 - #615 (backport requested in https://github.com/JuliaDiff/ForwardDiff.jl/pull/615#issuecomment-1946030042) - #631...