Skip to content

chore: release v0.19.1 - #425

Open
YeungOnion wants to merge 2 commits into
mainfrom
release-plz-2026-07-27T02-09-17Z
Open

chore: release v0.19.1#425
YeungOnion wants to merge 2 commits into
mainfrom
release-plz-2026-07-27T02-09-17Z

Conversation

@YeungOnion

@YeungOnion YeungOnion commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • statrs: 0.19.0 -> 0.19.1 (✓ API compatible changes)
Changelog

0.19.1 - 2026-07-31

Added

  • let callers choose the binomial sampling algorithm

Fixed

  • order the selection fast paths by total_cmp, not <=
  • replace hand-rolled quickselect with select_nth_unstable_by
  • address review on the BINV/BTPE sampler

Other

  • add a selection benchmark, and ordered fast paths it exposed
  • build the NaN order-statistic test under no_std
  • move binomial sampling into its own module
  • split the sampler's branch selection out of the RNG path
  • require std for the BTPE chi-square test
  • sample Binomial via BINV/BTPE instead of n Bernoulli trials
  • Bound the Newton iteration count and cover the quantile guards
  • Add safeguarded-Newton inverse_cdf for Chi and InverseGamma


This PR was generated with release-plz.

@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.86%. Comparing base (02fdab6) to head (46302d4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #425   +/-   ##
=======================================
  Coverage   94.86%   94.86%           
=======================================
  Files          62       62           
  Lines       13974    13974           
=======================================
  Hits        13256    13256           
  Misses        718      718           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@YeungOnion
YeungOnion force-pushed the release-plz-2026-07-27T02-09-17Z branch from a126584 to e6adc4a Compare July 29, 2026 14:19
@YeungOnion
YeungOnion force-pushed the release-plz-2026-07-27T02-09-17Z branch from a23d3e0 to 89ef77c Compare July 31, 2026 19:35
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.

1 participant