qtl2fst
R package qtl2fst by rqtl — release notes from GitHub.
The out-of-memory backend for R/qtl2, feature-complete since 2020 and now purely on upkeep
◆Recent moves
- 1mo ago
cores=0 now leaves one core free instead of taking all
Redefines cores=0 as detectCores()-1 rather than every available core. The same change landed in qtl2convert the following day, making this a cohort-wide convention change rather than a qtl2fst-specific decision.
View source ↗ - 1y ago
Windows fix for the replace_path() example
Repairs a documentation example that errored on Windows. Example-level only, with no change to the on-disk storage behavior itself.
View source ↗ - 2y ago
Documentation link fix
A single broken documentation link corrected. Representative of the low-amplitude releases that have followed the package reaching feature completeness.
View source ↗ - 4y ago
Creates missing directories instead of erroring out
fst_genoprob() and bind_fst() now create a missing target directory rather than stopping, and validate that inputs are calc_genoprob objects. Small ergonomics work on the rough edges of a file-backed workflow.
View source ↗ - 5y ago
Test coverage for qtl2 functions against fst-backed probabilities
Adds tests for calc_het(), calc_entropy(), calc_geno_freq() and compare_genoprob() against fst-backed probabilities, and raises the qtl2 dependency to 0.24 because those paths previously did not work. Closing compatibility gaps with the parent package is the recurring theme of this package's mid-life releases.
View source ↗ - 6y ago
Documentation and metadata cleanup for CRAN
Documentation, vignette, title and description revisions made to satisfy CRAN. Packaging work that follows the substantive 0.22 release rather than adding to it.
View source ↗