David Widmann

Results 196 issues of David Widmann

One of my take-aways from issues such as #1252, #1902, #894, #1783, #1041, and #1071 is that `eltype` is not only quite inconsistently implemented and unclearly documented currently but more...

The constructor of `DiscreteNonParametric` always sorts the support, but this can change the type of the inputs - which means that the constructor either has to lie about the type...

#477 changed the CI setup but IMO it's a bit dangerous to stop testing the oldest Julia version that is declared to be supported. It's just too easy to accidentally...

The confidence level `conf_level` of the `Sobol` method only shows up in https://github.com/SciML/GlobalSensitivity.jl/blob/1816f68d11e8b99d15d397c68696ea2f2955da96/src/sobol_sensitivity.jl#L299-L300 - but since `alpha` is not used in the further calculations, the returned confidence intervals are not...

bug

I propose to release StructArrays 0.7.1. I just came across #321 and only then realized that even older fixes such as #311 are not available in StructArrays 0.7. As large...

I propose to revert https://github.com/JuliaMath/NaNMath.jl/pull/71 which added generally unsafe fallback definitions. There's no guarantee in general that they do not error since argument values are not checked and no type...

SciMLOperators 0.3.13 added fallbacks of `isconstant` and `islinear` that conflict with the fallback definitions in SciMLBase

bug

I tried to add item-specific code to a Markdown list but it seems currently QuartoNotebookRunner only handles top-level code blocks? A simple comparison with knitr: ## Julia test_list.qmd: ````qmd ---...

IMO the default behaviour of `structural_simplify` caused by `sort_eqs = true` is very surprising, and actually leads to problems in our downstream application. Take the following example: ```julia t =...

The commit listed in the `.git-blame-ignore-revs` file does not point to the commit on the master branch, and therefore is not picked up by the Github web interface (the formatting...