Skip to content

v0.29.0

Compare
Choose a tag to compare
@ararslan ararslan released this 05 Mar 18:29
· 216 commits to master since this release
1823086
Allow weighted means with arbitrary eltype (#476)

PR 442 introduced a restriction of the input element type to be <:Number,
which means that the method doesn't get chosen by dispatch for e.g. inputs
with missing values. This leads to bizarre behavior, as it dispatches to a
nonsensical method where the array is treated as a function.