|
1 | 1 | # MultipleTesting.jl News and Changes |
2 | 2 |
|
| 3 | +## Version 0.3.0 |
| 4 | + |
| 5 | +### New Features |
| 6 | + |
| 7 | +- Convex decreasing density estimator for π0 (#56) |
| 8 | +- Higher criticism scores (`HigherCriticismScores`) and threshold (`HigherCriticismThreshold`) estimation (#55) |
| 9 | +- List of publications which describe the implemented statistical methods (#54, #65, #81, #83) |
| 10 | + |
| 11 | + |
| 12 | +### Changes |
| 13 | + |
| 14 | +#### User-facing changes |
| 15 | + |
| 16 | +- Fix p-value adjustments with unsorted inputs (#66) |
| 17 | +- Speed up p-value combinations (#75) |
| 18 | +- Define return types for p-value combinations (#76) |
| 19 | +- Unify methods for weighted Stouffer combination (#84) |
| 20 | +- Update documentation notebooks (#67) |
| 21 | +- Drop support for julia 0.5, require julia 0.6 as the minimum version (#52, #64, #58, #82) |
| 22 | + |
| 23 | + |
| 24 | +#### Internal changes |
| 25 | + |
| 26 | +- Simplify the step functions for p-value adjustments (#77) |
| 27 | +- Simplify the method structure (#74) |
| 28 | +- Switch to new julia syntax, with preliminary support for julia 0.7 (#71, #78) |
| 29 | +- Update tests and references for p-value combinations (#70) |
| 30 | +- Use `clamp` for better bounding of estimates (#85, #82) |
| 31 | +- Support the new `Distributions` interface (#52) |
| 32 | +- Drop the `Compat` dependency (#53) |
| 33 | +- Link comic logo in the readme file as an external resource (#69) |
| 34 | + |
| 35 | + |
| 36 | +### Removed |
| 37 | + |
| 38 | +- Drop `qvalues` in favour of BH-adjusted p-values (#73). |
| 39 | + |
| 40 | + |
| 41 | +### Support |
| 42 | + |
| 43 | +- Requires julia 0.6 |
| 44 | +- Preliminary support for julia 0.7 nightly builds |
| 45 | + |
| 46 | + |
3 | 47 | ## Version 0.2.3 |
4 | 48 |
|
5 | 49 | ### Changes |
|
79 | 123 | ### New Features |
80 | 124 |
|
81 | 125 | - New π0 estimators: BUM, Censored BUM, Flat Grenander |
82 | | -- New p-value adjustment methods: Forward Step, Benjamini-Liu |
| 126 | +- New p-value adjustment methods: Forward Stop, Benjamini-Liu |
83 | 127 | - BUM model for simulating p-value distributions |
84 | 128 | - Fast isotonic regression |
85 | 129 | - Reference list of related software packages in documentation |
|
0 commit comments