From 1b71fc64719ba5c5b56d23aad9d9dc45bc2898a9 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 19 Apr 2015 12:57:10 +0200 Subject: pylmm: Release --- wqflask/wqflask/my_pylmm/README.md | 7 +++++++ wqflask/wqflask/my_pylmm/pyLMM/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wqflask/wqflask/my_pylmm/README.md b/wqflask/wqflask/my_pylmm/README.md index 4845ec03..b844c845 100644 --- a/wqflask/wqflask/my_pylmm/README.md +++ b/wqflask/wqflask/my_pylmm/README.md @@ -1,5 +1,12 @@ # Genenetwork2/pylmm RELEASE NOTES +## 0.51-gn2 (April 19, 2015) + +- Improved GN2 integration +- Less matrix transposes +- Able to run pylmm standalone without Redis again (still requires + the modules) + ## 0.50-gn2 (April 2nd, 2015) - Replaced the GN2 genotype normalization diff --git a/wqflask/wqflask/my_pylmm/pyLMM/__init__.py b/wqflask/wqflask/my_pylmm/pyLMM/__init__.py index 6ab60d02..f33c4e74 100644 --- a/wqflask/wqflask/my_pylmm/pyLMM/__init__.py +++ b/wqflask/wqflask/my_pylmm/pyLMM/__init__.py @@ -1 +1 @@ -PYLMM_VERSION="0.50-gn2-pre2" +PYLMM_VERSION="0.51-gn2" -- cgit v1.2.3