Releases: JuliaStats/HypothesisTests.jl
Releases · JuliaStats/HypothesisTests.jl
v0.10.7
HypothesisTests v0.10.7
Closed issues:
- A paired t-test is not necessarily a one sample test (#246)
- Help with Kruskal-Wallis Test (#253)
- Wrong calculation for p-value for FDist (#255)
- Tail are opposite for
pvalue
andconfint
(#256) - docs need an update (#258)
Merged pull requests:
- Mention other names for OneSampleTTest (#247) (@rikhuijzer)
- Use StableRNG in more tests to avoid breakage in Julia 1.7 (#252) (@andreasnoack)
- Update badges and TagBot action (#259) (@nalimilan)
- Use more recent Documenter (#260) (@nalimilan)
- Run CompatHelper also for docs subdirectory (#261) (@devmotion)
- Fix TagBot action (#262) (@nalimilan)
- Fix some type instabilities of
pvalue
+confint
(#264) (@devmotion)
v0.10.6
HypothesisTests v0.10.6
v0.10.5
HypothesisTests v0.10.5
Closed issues:
- Help with the reviewing process (#240)
- FisherExactTest(1,1,1,1) "Need extrema to return two distinct values" (#245)
Merged pull requests:
- Add t-test for cases where only stats are known (#237) (@rikhuijzer)
- Fix incorrect bracket and type instability in FisherExactTest (#249) (@devmotion)
v0.10.4
HypothesisTests v0.10.4
Closed issues:
- 32-bit CI failures (#230)
Merged pull requests:
- Stop testing on 32 bit (#231) (@andreasnoack)
- CompatHelper: bump compat for "Distributions" to "0.25" (#232) (@github-actions[bot])
- Fix tests with Distributions 0.25 (#233) (@devmotion)
v0.10.3
HypothesisTests v0.10.3
Closed issues:
- Difference in p-values using R and Julia for BinomialTest (#212)
- Interpretation of Fisher's Exact Test p-value difference in Julia and R (#221)
- MannWhitneyUTest returns p-value of 1.05 (#222)
- Fischer's Exact test does extraneous calculations when printing (#224)
Merged pull requests:
- CompatHelper: bump compat for "Rmath" to "0.7" (#227) (@github-actions[bot])
- Enable GitHub Actions for CI (#229) (@nalimilan)
v0.10.2
v0.10.1
HypothesisTests v0.10.1
Closed issues:
- Feature request: Diebold-Mariano test (#179)
- Test for heteroskedasticity (White's etc) (#199)
- Add Clark-West test for time series (#202)
- two sample kstest had different pvalue compared to scipy (#209)
Merged pull requests:
- Add Diebold-Mariano test (#180) (@guilhermebodin)
- Update permutation.jl (#197) (@yakir12)
- Add the ClarkWestTest for time series (#203) (@guilhermebodin)
- Tests for Equality of Variances (#204) (@wildart)
- Fix Diebold-Mariano as a TTest (#205) (@guilhermebodin)
- add White's test (heteroskedasticity) (#206) (@PaulSoderlind)
- CompatHelper: bump compat for "Distributions" to "0.24" (#215) (@github-actions[bot])
- Always print compactly in show method for PowerDivergenceTest (#216) (@andreasnoack)
v0.10.0
HypothesisTests v0.10.0
Closed issues:
- p-value for permutation tests is opposite the convention for other tests (#195)
Merged pull requests:
- fix direction of comparison for two-tailed permutation test (#196) (@kleinschmidt)
v0.9.2
HypothesisTests v0.9.2
Closed issues:
Merged pull requests:
- Bump version to 0.9.1 (#183) (@nalimilan)
- CompatHelper: bump compat for "Roots" to "1.0" (#184) (@github-actions[bot])
- Improve
ADFTest
documentation (#187) (@pabloferz) - Faster Mann-Whitney (#189) (@alyst)
- CompatHelper: bump compat for "Distributions" to "0.23" (#191) (@github-actions[bot])
- CompatHelper: bump compat for "StatsBase" to "0.33" (#192) (@github-actions[bot])
- Bump version to 0.9.2 (#193) (@ararslan)
v0.9.1
HypothesisTests v0.9.1
Closed issues:
- "Distributions" version clash (#182)
Merged pull requests:
- Enable CompatHelper (#175) (@nalimilan)
- CompatHelper: bump compat for "Distributions" to "0.22" (#177) (@github-actions[bot])
- Install TagBot as a GitHub Action (#178) (@JuliaTagBot)
- Bump version to 0.9.1 (#183) (@nalimilan)