diff options
author | Pjotr Prins | 2021-08-25 14:09:02 +0200 |
---|---|---|
committer | Pjotr Prins | 2021-08-25 14:09:02 +0200 |
commit | d8b22eb893bc00e1bfa8ef923c513f00ce95eb01 (patch) | |
tree | 407b12ff537bcafd42ce1c6c0b0f3565580e9372 /RELEASE-NOTES.md | |
parent | 54b19503e3a4a999b9e16d0d83d536e859f8657c (diff) | |
download | pangemma-d8b22eb893bc00e1bfa8ef923c513f00ce95eb01.tar.gz |
Get ready for release 0.98.6
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r-- | RELEASE-NOTES.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 135d1a2..6e0f66a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,7 +4,9 @@ see and [commits](https://github.com/genetics-statistics/GEMMA/commits/master). -## ChangeLog v0.98.5 (2021/mm/dd) +## ChangeLog v0.98.6 (2021/--/--) + +## ChangeLog v0.98.5 (2021/08/25) * Changed banner to show 'Copyright (C) 2012–2021, Xiang Zhou, Pjotr Prins and team' * Fixed tests for new Debian stable release - mostly roundoff confusion @@ -12,6 +14,8 @@ and * Fix of GSL ERROR: function value is not finite in brent.c at line 202 errno 9, see #210 * Added profiler support in Guix profile and make file. Profiling issue #243 * Added new test suite to replace shunit2 scripts - should make it more robust for different architectures, see github issues #242 and #247. +* Fixed iter could go out of bounds in CalcLambda, see 43bbfda6253d1c5b88cb4ef5c092eb8be716592f +* Make sure P_yy=0 does not fail ## ChangeLog v0.98.4 (2021/01/29) |