Skip to content

Bump the all-julia-packages group across 3 directories with 1 update - #209

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-449095de83
Open

Bump the all-julia-packages group across 3 directories with 1 update#209
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-449095de83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on and HypothesisTests to permit the latest version.
Updates HypothesisTests to 0.12.0

Release notes

Sourced from HypothesisTests's releases.

v0.12.0

HypothesisTests v0.12.0

Diff since v0.11.8

Breaking changes in 0.12.0 (rank tests)

  • One-sided confint flips its endpoint (#368): tail = :left now gives (-Inf, hi), matching the rest of the package and R. Values unchanged; callers need the other tail or index.
  • The reported point estimate is now the Hodges-Lehmann estimate (#363), not the sample median (or difference of medians); Mann-Whitney's label reads Location shift.
  • Signed rank intervals change value (#361, #362): the approximate type gets a real normal-approximation interval instead of the exact one, zeros are dropped as they already were from the p-value, and level selection is conservative like R's, so intervals never narrow.
  • Exact signed rank two-sided p-values are capped at 1; they could reach 1.25.
  • Refused computations throw ComputationTooLarge instead of hanging (tied enumerations, oversized interval/estimate sets).
  • StatsFuns 2.2.1+ required; older versions gave invalid exact p-values from n = 72.
  • The rank-test structs lose their type parameters (all fields Float64), and the six-argument positional Mann-Whitney constructor is gone.

New features:

  • Mann-Whitney confint and hodgeslehmann, a method keyword, more element types and AbstractVector inputs, unattainable-level warnings, a specification appendix in the docs.

Merged pull requests:

Closed issues:

  • calculate_ci uses the exact null distribution for Approximate* tests, and selects the wrong order statistic from n = 73 (#361)
  • Zero differences are dropped for the signed-rank statistic but retained for its confidence interval (#362)
  • Wilcoxon rank tests report a point estimate that is not the one their confidence interval is built around (#363)
  • Allow choosing between the exact and approximate methods for the Wilcoxon rank tests (#364)
  • SignedRankTest rejects Float32, Float16, BigFloat and Rational input (#365)
  • One-sided confint uses opposite conventions for the rank tests and everything else (#368)
Commits
  • c589e96 Merge pull request #389 from yoninazarathy/yn/spec-appendix
  • f45b5cf Say the median field is carried, not reported
  • 6d6dec9 Add an appendix of mathematical specifications
  • b807fea Merge pull request #388 from yoninazarathy/yn/recalibrate-exact-ci-bound
  • cfca218 Re-measure the exact interval bound against the bisection that replaced the scan
  • e287ec5 Merge pull request #386 from yoninazarathy/yn/signedrank-interval-routing
  • 434d482 Give the signed rank tests intervals that match the test, dropping zeros
  • cd1e99a Merge pull request #387 from JuliaStats/andreasnoack-patch-2
  • bb66da7 Update HypothesisTests version to 0.12
  • 96ec50b Bump version from 0.11.8 to 0.12.0
  • Additional commits viewable in compare view

Updates HypothesisTests to 0.12.0

Release notes

Sourced from HypothesisTests's releases.

v0.12.0

HypothesisTests v0.12.0

Diff since v0.11.8

Breaking changes in 0.12.0 (rank tests)

  • One-sided confint flips its endpoint (#368): tail = :left now gives (-Inf, hi), matching the rest of the package and R. Values unchanged; callers need the other tail or index.
  • The reported point estimate is now the Hodges-Lehmann estimate (#363), not the sample median (or difference of medians); Mann-Whitney's label reads Location shift.
  • Signed rank intervals change value (#361, #362): the approximate type gets a real normal-approximation interval instead of the exact one, zeros are dropped as they already were from the p-value, and level selection is conservative like R's, so intervals never narrow.
  • Exact signed rank two-sided p-values are capped at 1; they could reach 1.25.
  • Refused computations throw ComputationTooLarge instead of hanging (tied enumerations, oversized interval/estimate sets).
  • StatsFuns 2.2.1+ required; older versions gave invalid exact p-values from n = 72.
  • The rank-test structs lose their type parameters (all fields Float64), and the six-argument positional Mann-Whitney constructor is gone.

New features:

  • Mann-Whitney confint and hodgeslehmann, a method keyword, more element types and AbstractVector inputs, unattainable-level warnings, a specification appendix in the docs.

Merged pull requests:

Closed issues:

  • calculate_ci uses the exact null distribution for Approximate* tests, and selects the wrong order statistic from n = 73 (#361)
  • Zero differences are dropped for the signed-rank statistic but retained for its confidence interval (#362)
  • Wilcoxon rank tests report a point estimate that is not the one their confidence interval is built around (#363)
  • Allow choosing between the exact and approximate methods for the Wilcoxon rank tests (#364)
  • SignedRankTest rejects Float32, Float16, BigFloat and Rational input (#365)
  • One-sided confint uses opposite conventions for the rank tests and everything else (#368)
Commits
  • c589e96 Merge pull request #389 from yoninazarathy/yn/spec-appendix
  • f45b5cf Say the median field is carried, not reported
  • 6d6dec9 Add an appendix of mathematical specifications
  • b807fea Merge pull request #388 from yoninazarathy/yn/recalibrate-exact-ci-bound
  • cfca218 Re-measure the exact interval bound against the bisection that replaced the scan
  • e287ec5 Merge pull request #386 from yoninazarathy/yn/signedrank-interval-routing
  • 434d482 Give the signed rank tests intervals that match the test, dropping zeros
  • cd1e99a Merge pull request #387 from JuliaStats/andreasnoack-patch-2
  • bb66da7 Update HypothesisTests version to 0.12
  • 96ec50b Bump version from 0.11.8 to 0.12.0
  • Additional commits viewable in compare view

Updates HypothesisTests to 0.12.0

Release notes

Sourced from HypothesisTests's releases.

v0.12.0

HypothesisTests v0.12.0

Diff since v0.11.8

Breaking changes in 0.12.0 (rank tests)

  • One-sided confint flips its endpoint (#368): tail = :left now gives (-Inf, hi), matching the rest of the package and R. Values unchanged; callers need the other tail or index.
  • The reported point estimate is now the Hodges-Lehmann estimate (#363), not the sample median (or difference of medians); Mann-Whitney's label reads Location shift.
  • Signed rank intervals change value (#361, #362): the approximate type gets a real normal-approximation interval instead of the exact one, zeros are dropped as they already were from the p-value, and level selection is conservative like R's, so intervals never narrow.
  • Exact signed rank two-sided p-values are capped at 1; they could reach 1.25.
  • Refused computations throw ComputationTooLarge instead of hanging (tied enumerations, oversized interval/estimate sets).
  • StatsFuns 2.2.1+ required; older versions gave invalid exact p-values from n = 72.
  • The rank-test structs lose their type parameters (all fields Float64), and the six-argument positional Mann-Whitney constructor is gone.

New features:

  • Mann-Whitney confint and hodgeslehmann, a method keyword, more element types and AbstractVector inputs, unattainable-level warnings, a specification appendix in the docs.

Merged pull requests:

Closed issues:

  • calculate_ci uses the exact null distribution for Approximate* tests, and selects the wrong order statistic from n = 73 (#361)
  • Zero differences are dropped for the signed-rank statistic but retained for its confidence interval (#362)
  • Wilcoxon rank tests report a point estimate that is not the one their confidence interval is built around (#363)
  • Allow choosing between the exact and approximate methods for the Wilcoxon rank tests (#364)
  • SignedRankTest rejects Float32, Float16, BigFloat and Rational input (#365)
  • One-sided confint uses opposite conventions for the rank tests and everything else (#368)
Commits
  • c589e96 Merge pull request #389 from yoninazarathy/yn/spec-appendix
  • f45b5cf Say the median field is carried, not reported
  • 6d6dec9 Add an appendix of mathematical specifications
  • b807fea Merge pull request #388 from yoninazarathy/yn/recalibrate-exact-ci-bound
  • cfca218 Re-measure the exact interval bound against the bisection that replaced the scan
  • e287ec5 Merge pull request #386 from yoninazarathy/yn/signedrank-interval-routing
  • 434d482 Give the signed rank tests intervals that match the test, dropping zeros
  • cd1e99a Merge pull request #387 from JuliaStats/andreasnoack-patch-2
  • bb66da7 Update HypothesisTests version to 0.12
  • 96ec50b Bump version from 0.11.8 to 0.12.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on  and [HypothesisTests](https://github.com/JuliaStats/HypothesisTests.jl) to permit the latest version.

Updates `HypothesisTests` to 0.12.0
- [Release notes](https://github.com/JuliaStats/HypothesisTests.jl/releases)
- [Commits](JuliaStats/HypothesisTests.jl@v0.11.0...v0.12.0)

Updates `HypothesisTests` to 0.12.0
- [Release notes](https://github.com/JuliaStats/HypothesisTests.jl/releases)
- [Commits](JuliaStats/HypothesisTests.jl@v0.11.0...v0.12.0)

Updates `HypothesisTests` to 0.12.0
- [Release notes](https://github.com/JuliaStats/HypothesisTests.jl/releases)
- [Commits](JuliaStats/HypothesisTests.jl@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: HypothesisTests
  dependency-version: 0.12.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: HypothesisTests
  dependency-version: 0.12.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: HypothesisTests
  dependency-version: 0.12.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants