Releases: JuliaStats/HypothesisTests.jl
Releases · JuliaStats/HypothesisTests.jl
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
pvalue
from 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])
v0.10.11
v0.10.10
HypothesisTests v0.10.10
Closed issues:
- confint take either alpha everywhere or level everywhere (#268)
Merged pull requests:
- Remove
alpha
from docstrings (#270) (@devmotion)
v0.10.9
HypothesisTests v0.10.9
Closed issues:
- Error computing p-value for KruskalWallisTest in Julia v1.6 (#269)
Merged pull requests:
- Group docstrings for
pvalue
andconfint
with their tests (#265) (@nalimilan) - CompatHelper: bump compat for Roots to 2, (keep existing compat) (#271) (@github-actions[bot])
v0.10.8
HypothesisTests v0.10.8
Closed issues:
- p val > 1 in ExactMannWhitneyUTest (#126)
Merged pull requests:
- fix pvalue > 1 in MannWhitneyUTest (#126) (#243) (@pdeffebach)