Skip to content

Commit

Permalink
Bump version and add to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Jun 20, 2024
1 parent f5d2fae commit 9a2ab52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qtl2
Version: 0.36
Date: 2024-05-13
Version: 0.37-1
Date: 2024-06-20
Title: Quantitative Trait Locus Mapping in Experimental Crosses
Description: Provides a set of tools to perform quantitative
trait locus (QTL) analysis in experimental crosses. It is a
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## qtl2 0.37-1 (2024-06-20)

### Minor changes

- In `scan1()` with a polygenic effect (that is, that `kinship` is
provided) and when doing multi-core calculations, break up positions
into intervals for more fine-grained use of the multiple cores.


## qtl2 0.36 (2024-05-13)

### Minor changes
Expand Down

0 comments on commit 9a2ab52

Please sign in to comment.