File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11# MultipleTesting.jl News and Changes
22
3+ ## Version 0.3.1
4+
5+ ### New Features
6+
7+ - Build and deploy the package documentation (#94 )
8+
9+
10+ ### Changes
11+
12+ #### User-facing changes
13+
14+ - Fix Barber-Candes adjustemt if all p-values are < 0.5 (#93 )
15+ - Update the documentation notebooks (#88 )
16+ - Type the ` adjust ` methods (#90 )
17+ - Rename the adjustment field in ` TwoStep ` type (#89 )
18+
19+
20+ #### Internal changes
21+
22+ - Optimise the Hommel adjustment (#91 )
23+ - Enable fast finishing for CI builds (#92 )
24+
25+
326## Version 0.3.0
427
528### New Features
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ requests or issues with your questions or ideas.
127127
128128## Package Status
129129
130- The package is actively developed and uses [semantic versioning ](https://semver.org/).
130+ [](https://juliangehring.github.io/MultipleTesting.jl/stable)
131131
132132[](https://zenodo.org/badge/latestdoi/27935122)
133133
@@ -136,3 +136,5 @@ The package is actively developed and uses [semantic versioning](https://semver.
136136[](https://travis-ci.org/juliangehring/MultipleTesting.jl)
137137[](https://ci.appveyor.com/project/juliangehring/multipletesting-jl/branch/master)
138138[](https://codecov.io/gh/juliangehring/MultipleTesting.jl)
139+
140+ The package uses [semantic versioning](https://semver.org/).
You can’t perform that action at this time.
0 commit comments