chelate

Results 6 issues of chelate

So I often write code like ``` add_vertex!(tree) # returns "true" for some reason ??? v = last(vertices(tree)) ... ``` wouldn't it be great if `add_vertex!` returned something useful, and...

enhancement

``` julia> StatsBase.weights([3,4,5], wsum = 12) ERROR: MethodError: no method matching weights(::Vector{Int64}; wsum=12) Closest candidates are: weights(::AbstractVector{T} where T

bug

So I would expect ```julia isambiguous(DNA_Gap) == true ``` however, in fact "DNA_Gap" is NOT ambiguous. This has some surprising implications, such as that gaps code for alanine. ``` julia>...

Hi all sorry about this. I just have this function from an old project, it works really well for log-gamma sampling for small shape parameter ```julia function randlogGamma(a;scale = 1)...

Comparing several quality indices, (thanks for these). These knn graph methods :dunn and :sillouette (which rely on graphical structures) have a hard termination and forced restart. In Pluto the error...

question

Im running into lots of issues from the constraints on the deps especially on distributions being so far behind master. Distributions v0.25.67 (