diff options
author | Pjotr Prins | 2020-11-28 15:09:05 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-28 15:09:05 +0000 |
commit | 1d60d303945b4976984f379e420217a7230d79a9 (patch) | |
tree | b01768ffa8db773fc0c007ca1a7973c9811668e5 /RELEASE-NOTES.md | |
parent | b4c1212ccd8aa64ed31d584dcc7713bf392e9b97 (diff) | |
download | pangemma-1d60d303945b4976984f379e420217a7230d79a9.tar.gz |
Prepare for release
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 946774d..36243c1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -11,6 +11,15 @@ Maintenance release * Fix Travis build with gcc 5.5 (OpenBLAS related round-offs) * Fix Travis build on OSX (brew related) * GEMMA installs on FreeBSD (thanks @outpaddling) +* Added github issue templates to ascertain the github issue + tracker is only used for reporting bugs +* Added more debug output creating the GRM +* Remove info on the floating point version (gemmaf). +* Sane randomization handling: GEMMA now honours the -seed option + (mostly for bslmm). It also allows GSL_RNG_SEED and GSL_RNG_TYPE to + be used. See the + [docs](https://www.gnu.org/software/gsl/doc/html/rng.html). +* The tests now use a fixed seed for the randomizer ## ChangeLog v0.98.2 (2019/05/28) @@ -24,7 +33,7 @@ GCC 10.1 fix release Bug fix release -* Fixes regression on Plink analysis with missing data (thank you @voichek) +* Fixes regression on Plink analysis with missing data #188 (thank you @voichek) To install the image, download and |