diff --git a/DESCRIPTION b/DESCRIPTION index 43240193..060f9b92 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: poppr Type: Package Title: Genetic Analysis of Populations with Mixed Reproduction -Version: 2.3.0.99-61 -Date: 2017-04-05 +Version: 2.3.0.99-64 +Date: 2017-04-06 Authors@R: c(person(c("Zhian", "N."), "Kamvar", role = c("cre", "aut"), email = "zkamvar@gmail.com"), person(c("Javier", "F."), "Tabima", role = "aut", diff --git a/NEWS b/NEWS index 30c8b658..a06ef193 100644 --- a/NEWS +++ b/NEWS @@ -54,12 +54,20 @@ BUG FIX * A bug where round-robin allele frequencies calculated with by_pop = TRUE were inaccurate for all but the first population was fixed. For details, see https://github.com/grunwaldlab/poppr/issues/132. +* A potential integer overflow was fixed in `SEXP association_index_haploid`. + This was a ghost from https://github.com/grunwaldlab/poppr/issues/100. +* PROTECT statements were placed around allocation statements. For details, see + https://github.com/grunwaldlab/poppr/issues/133. MISC ---- * The documentation for `bitwise.dist()` clarifies the role of the `differences_only` flag (see https://github.com/grunwaldlab/poppr/issues/119). +* Interruptions in C code is now handled gracefully via `R_CheckUserInterrupt()`. + The benefit is that long-running calculations are interrupted near instantly, + but at the cost of a few more milliseconds of computation time. + (see https://github.com/grunwaldlab/poppr/issues/86) poppr 2.3.0 =========== diff --git a/README.md b/README.md index 857c3397..c49d0263 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Poppr version 2 -[![Build Status](https://travis-ci.org/grunwaldlab/poppr.svg?branch=master)](https://travis-ci.org/grunwaldlab/poppr) -[![Coverage Status](https://coveralls.io/repos/grunwaldlab/poppr/badge.svg?branch=master)](https://coveralls.io/r/grunwaldlab/poppr?branch=master) +[![Build Status](https://travis-ci.org/grunwaldlab/poppr.svg?branch=use-protection)](https://travis-ci.org/grunwaldlab/poppr) +[![Coverage Status](https://coveralls.io/repos/grunwaldlab/poppr/badge.svg?branch=use-protection)](https://coveralls.io/r/grunwaldlab/poppr?branch=use-protection) [![CRAN version](http://www.r-pkg.org/badges/version/poppr)](https://cran.r-project.org/package=poppr)