Skip to content

Commit f155c75

Browse files
committed
Update NEWS.md
1 parent fe574eb commit f155c75

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# TwoSampleMR v0.7.5
2+
3+
(Release date 2026-05-04)
4+
5+
* Amend <https://gwas.mrcieu.ac.uk> URLs to <https://opengwas.io/>
6+
* Bump version of roxygen2 to 8.0.0 and regenerate documentation
7+
* Replace `array(1:nexp)` placeholder allocations with `numeric(nexp)`/`integer(nexp)` in multivariable MR functions
8+
* Replace `1:n` with `seq_len(n)` in loop indices across `singlesnp`, `leaveoneout`, `rucker`, `mr_mode`, and `multivariable_mr` for empty-vector safety
9+
* Pre-generate jackknife resample indices in `mr_rucker_jackknife_internal` and switch to `lapply`, matching the bootstrap function pattern
10+
* Vectorise `get_population_allele_frequency` by inlining the quadratic-root logic from `contingency()` and picking the valid root with vectorised constraint checks
11+
* Skip `mr_wald_ratio` inside `mr()` when more than one SNP is provided and other methods are also requested, suppressing the multi-SNP warning for default method runs while preserving the warning when `mr_wald_ratio` is requested on its own
12+
113
# TwoSampleMR v0.7.4
214

315
(Release date 2026-04-02)

0 commit comments

Comments
 (0)