You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# MultipleTesting.jl News and Changes
2
2
3
-
## Unreleased
3
+
## Version 0.5.0
4
4
5
5
### Changes
6
6
7
7
- Improve the reordering strategy of p-values in adjustment methods. This change saves one sorting step for all adjustment methods that require sorted p-values. As a result, the performance for these methods is significantly improved.
8
-
- Pin `Documenter` to v0.19 for building of the documentation (#104)
8
+
- Rename p-value combination types, in order to improve consistency with other types.
0 commit comments