Skip to content

Commit 9d83586

Browse files
Merge pull request #95 from juliangehring/tag-v0.3.1
Describe v0.3.1 changes in the news file
2 parents 501d70b + a51a0ab commit 9d83586

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliangehring.github.io/MultipleTesting.jl/stable)
131131
132132
[![DOI](https://zenodo.org/badge/27935122.svg)](https://zenodo.org/badge/latestdoi/27935122)
133133
@@ -136,3 +136,5 @@ The package is actively developed and uses [semantic versioning](https://semver.
136136
[![Linux/Mac Build Status](https://travis-ci.org/juliangehring/MultipleTesting.jl.svg?branch=master)](https://travis-ci.org/juliangehring/MultipleTesting.jl)
137137
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/1ld0ppptisirryt1/branch/master?svg=true)](https://ci.appveyor.com/project/juliangehring/multipletesting-jl/branch/master)
138138
[![Coverage Status](https://codecov.io/gh/juliangehring/MultipleTesting.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliangehring/MultipleTesting.jl)
139+
140+
The package uses [semantic versioning](https://semver.org/).

0 commit comments

Comments
 (0)