Skip to content

Fix type of argument of weighted quantile function#977

Merged
devmotion merged 1 commit intomasterfrom
dmw/fix_quantile_arg
Nov 10, 2025
Merged

Fix type of argument of weighted quantile function#977
devmotion merged 1 commit intomasterfrom
dmw/fix_quantile_arg

Conversation

@devmotion
Copy link
Member

The problem was introduced unintentionally when the old type aliases were removed in #840.

@devmotion devmotion merged commit f82aab7 into master Nov 10, 2025
21 of 24 checks passed
@devmotion devmotion deleted the dmw/fix_quantile_arg branch November 10, 2025 07:00
nalimilan added a commit that referenced this pull request Dec 14, 2025
This is consistent with `Statistics.quantile` and avoids breakage due to #977.
It's particularly useful for `Union{T, Missing}`, e.g. a view of nonmissing entries
in a vector. This also allows supporting some types such as `Date`, though currently
this only works for some values (would need to implement `type=1`).
nalimilan added a commit that referenced this pull request Dec 14, 2025
This is consistent with `Statistics.quantile` and avoids breakage due to #977.
It's particularly useful for `Union{T, Missing}`, e.g. a view of nonmissing entries
in a vector. This also allows supporting some types such as `Date`, though currently
this only works for some values (would need to implement `type=1`).
nalimilan added a commit that referenced this pull request Dec 17, 2025
This is consistent with `Statistics.quantile` and avoids breakage due to #977.
It's particularly useful for `Union{T, Missing}`, e.g. a view of nonmissing entries
in a vector. This also allows supporting some types such as `Date`, though currently
this only works for some values (would need to implement `type=1`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants