Skip to content

Commit

Permalink
Increment version to 1.5.0. Update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusdv committed Sep 13, 2022
1 parent 7702931 commit 42523d8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: ribd
Title: Pedigree-based Relatedness Coefficients
Version: 1.4.0.9000
Version: 1.5.0
Authors@R:
person("Magnus Dehli", "Vigeland", , "m.d.vigeland@medisin.uio.no", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962"))
Expand All @@ -25,8 +25,8 @@ License: GPL-3
URL: https://github.com/magnusdv/ribd,
https://magnusdv.github.io/pedsuite/
Depends:
R (>= 3.5.0),
pedtools
pedtools,
R (>= 3.5.0)
Imports:
glue,
kinship2,
Expand Down
23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# ribd 1.5.0

## Breaking changes

* In the output of `coeffTable()` several columns have been renamed.

## New features

* New function `twoLocusInbreeding()`.

* New function: `realisedIbdVariance()`.

* New function `ELR()`, implementing method of Egeland & Slooten (2016).

* All two-locus functions have been cleaned up and improved, and new examples have been added.

## Bug fixes

* Check that the input vector to `detailed2condensed()` has sum 1 (#14).

* Fixed edge-case bug in `twoLocusIdentity()` (#9).


# ribd 1.4.0

## Breaking changes
Expand Down

0 comments on commit 42523d8

Please sign in to comment.