From 749b1f5caa5c00274f3bcd53f9ad34a385df335a Mon Sep 17 00:00:00 2001 From: Zhian Kamvar Date: Fri, 20 Oct 2017 16:26:42 -0500 Subject: [PATCH] update NEWS --- DESCRIPTION | 4 ++-- NEWS | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cb766396..834a3f61 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: poppr Type: Package Title: Genetic Analysis of Populations with Mixed Reproduction -Version: 2.5.0.99-3 -Date: 2017-10-18 +Version: 2.5.0.99-12 +Date: 2017-10-20 Authors@R: c(person(c("Zhian", "N."), "Kamvar", role = c("cre", "aut"), email = "zkamvar@gmail.com", comment = c(ORCID = "0000-0003-1458-7108")), person(c("Javier", "F."), "Tabima", role = "aut", diff --git a/NEWS b/NEWS index d81dc339..b4f5ad83 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,18 @@ poppr 2.5.0.99 =========== +NEW FUNCTIONS +------------- + +* The new function `boot.ia()` is conceptually similar to `resample.ia()`, + except it resamples with replacement. This may be absorbed into `resample.ia()` + as an extra parameter of "replace". + +NEW FEATURES +------------ +* The function `resample.ia()` now can resample individuals weighted by their + Psex value. poppr 2.5.0 ===========