Releases: JuliaStats/HypothesisTests.jl
Releases · JuliaStats/HypothesisTests.jl
v0.9.0
v0.9.0 (2020-01-15)
Closed issues:
- Better support for
skipmissing
(#153) - Wrong and slow CI for PowerDivergenceTest with :sison_glaz method (#142)
- Anderson-darling tests against standard normal (#140)
- Package compatibility caps (#134)
Merged pull requests:
- Make alpha a keyword argument to confint (#176) (nalimilan)
- Remove unnecessary T<: (#171) (nalimilan)
- Call arguments x and y in VarianceFTest (#170) (nalimilan)
- Drop 0.7, add package compat bounds, remove REQUIRE (#169) (ararslan)
- Adding homoscedasticity test (#167) (raphaelsaavedra)
- Waldwolf Wolfowitz Test (#165) (mileslucas)
- Fix show methods to respect IOContext settings (#161) (rofinn)
- Rename BartlettsTest to BartlettTest (#160) (nalimilan)
- Allow Travis failures on Julia nightly (#159) (nalimilan)
- Rename some tests for consistency (#158) (nalimilan)
- Add sections for chi-squared and likelihood ratio tests in docs (#157) (nalimilan)
- Add Barlett's test (#147) (ararslan)
- Add partial correlation test (#146) (ararslan)
- Add Hotelling's T^2 test (#145) (ararslan)
- Add a Project file for the package and for docs (#144) (ararslan)
- automatic selection of CI method for PowerDivergenceTest (#143) (bkamins)
- Cap Documenter.jl to 0.19 on Travis (#139) (mortenpi)
- fix binom test edge case (#138) (bkamins)
- Correct OneSampleADTest (#135) (bkamins)
- Fix deprecations (#133) (femtocleaner[bot])
v0.8.0
Version 0.7.0
Merge pull request #130 from JuliaStats/an/07 Make things work on Julia 0.7
v0.6.0: Cleanup work related to doc transition (#112)
* Add toc to documentation * Assorted docstring updates * Update index.md
v0.5.1: Merge pull request #91 from JuliaStats/anj/overflow
Some fixes to PowerDivergenceTest
v0.5.0
HypothesisTests v0.2.9
Merge pull request #31 from JuliaStats/err FisherExactTest bugfixes and catching up with base