Releases: JuliaStats/HypothesisTests.jl
Releases · JuliaStats/HypothesisTests.jl
v0.11.7
HypothesisTests v0.11.7
Merged pull requests:
- Create docs site favicon (#347) (@abhro)
- Fix word doublet in doc strings. (#351) (@tstoeter)
- Bump actions/checkout from 5 to 6 (#352) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#353) (@dependabot[bot])
- Bump codecov/codecov-action from 5 to 6 (#354) (@dependabot[bot])
- CompatHelper: bump compat for Roots to 3, (keep existing compat) (#355) (@github-actions[bot])
v0.11.6
HypothesisTests v0.11.6
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#346) (@dependabot[bot])
- Use
[sources]in docs/Project.toml to manage self dependency (#348) (@abhro) - Add citation management with DocumenterCitations (#349) (@abhro)
- Handle discrete distributions in ExactOneSampleKSTest (#350) (@andreasnoack)
Closed issues:
- ExactOneSampleKSTest rejects hypothesis incorrectly (#280)
v0.11.5
HypothesisTests v0.11.5
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#326) (@dependabot[bot])
- Replace Rmath with StatsFuns (#334) (@devmotion)
- Add tests of left-tail + right-tail p-values for exact Mann-Whitney U and signed rank tests (#335) (@devmotion)
- Fix one-sided p-values of exact Mann-Whitney-U test with ties (#338) (@devmotion)
- Require Julia 1.10 (#339) (@devmotion)
- Use a finalize job in CI (#340) (@andreasnoack)
- new release (#342) (@ArnoStrouwen)
Closed issues:
- One-sided p-values of
ExactMannWhitneyUTestwith ties + unequal lengths of samples broken (#337)
v0.11.4
HypothesisTests v0.11.4
Merged pull requests:
- Allow vector of groups as an input for variance equality tests (#332) (@alyst)
- New release (#336) (@devmotion)
Closed issues:
v0.11.3
HypothesisTests v0.11.3
Merged pull requests:
- Shapiro-Wilk normality test (#124) (@kalmarek)
- Bump actions/checkout from 2 to 4 (#320) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 4 (#322) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#323) (@dependabot[bot])
- Use julia-actions/cache (#324) (@devmotion)
- Update LICENSE.md (#325) (@andreasnoack)
v0.11.2
HypothesisTests v0.11.2
Merged pull requests:
- CompatHelper: bump compat for Rmath to 0.8, (keep existing compat) (#319) (@github-actions[bot])
v0.11.1
v0.11.0
HypothesisTests v0.11.0
Closed issues:
- Please extend
pvaluefrom StatsAPI.jl (#290) - Wald interval with continuity correction (#292)
- Add documentation link on the about section. (#298)
Merged pull requests:
- Wald interval with continuity correction (#291) (@PharmCat)
- Use
StatsAPI.pvalue+StatsAPI.HypothesisTest(#297) (@devmotion)
v0.10.13
HypothesisTests v0.10.13
Closed issues:
- Lower and upper limits of CI for proportion (#295)
Merged pull requests:
v0.10.12
HypothesisTests v0.10.12
Merged pull requests:
- fix ApproximateMannWhitney for Float32 (#113) (@bjarthur)
- Enable the two sided KG Test to deal with Ties. (#282) (@FHell)
- Update z.jl (#283) (@itsdebartha)
- Pearson's Chi-Squared Test with 2 vectors (#289) (@itsdebartha)
- Modified Jarque-Bera test (Urzua, 1996) (#293) (@itsdebartha)
- CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#294) (@github-actions[bot])