David Widmann

Results 196 issues of David Widmann

## Bug description The legend shows markers (lines) even though the corresponding plots do not show any markers (lines). ## Steps to reproduce ```julia julia> using AlgebraOfGraphics julia> df1 =...

Same as https://github.com/JuliaStats/GLM.jl/pull/603. I used YAS style to ensure a consistent style throughout JuliaStats. Closes #299. Edit: Marking as a draft until the discussion in https://github.com/JuliaStats/StatsFuns.jl/pull/181 is resolved.

The `...rand` methods in `StatsFuns.RFunctions` based on Rmath are not used in StatsFuns and not public API either. IMO if one wants to use these methods, it would be better...

Makes use of julia-actions/cache and the sources feature on Julia 1.11.

This PR updates a few links that were still referring to Invenia.

To emphasize that `value!` etc. are sometimes mutating, sometimes non-mutating, I suggest adopting the bang-bang notation (see https://github.com/JuliaFolds2/BangBang.jl) and renaming these functions to `value!!` etc. I also added explicit warnings...

Addresses https://github.com/SciML/Static.jl/issues/144. I added tests with ExplicitImports to avoid regressions. It turned out that currently there are quite many ExplicitImports test failures (e.g. due to stale imports).

Minor point, but for completeness and due to the very low level code in this package I'd suggest running CI tests also with the minimum supported Julia version. This is...

When adding tests with ExplicitImports in a downstream package, tests failed because the StatsAPI API is currently not declared as `public`. This PR declares all functionality in StatsAPI as `public`...