Skip to content

BUG: Quantile closest_observation to round to nearest even order#26959

Merged
charris merged 3 commits into
numpy:maintenance/2.0.xfrom
charris:backport-26769
Jul 16, 2024
Merged

BUG: Quantile closest_observation to round to nearest even order#26959
charris merged 3 commits into
numpy:maintenance/2.0.xfrom
charris:backport-26769

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Jul 16, 2024

Backport of #26769.

Detection of an even order statistic (1-based) must check for an odd index due to use of 0-based indexing.

See #26656

aherbert added 3 commits July 16, 2024 16:17
Detection of an even order statistic (1-based) must check for an odd
index due to use of 0-based indexing.

See numpy#26656
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Jul 16, 2024
@charris charris added this to the 2.0.1 release milestone Jul 16, 2024
@charris charris changed the title Backport 26769 BUG: Quantile closest_observation to round to nearest even order Jul 16, 2024
@charris charris merged commit 90dc886 into numpy:maintenance/2.0.x Jul 16, 2024
@charris charris deleted the backport-26769 branch July 16, 2024 23:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

00 - Bug 08 - Backport Used to tag backport PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants