aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2015-04-19 12:57:10 +0200
committerPjotr Prins2015-04-19 12:57:10 +0200
commit1b71fc64719ba5c5b56d23aad9d9dc45bc2898a9 (patch)
tree7d645fe9bfb3f90496358983078e68815f896d1f
parent6e4a01fbdf2ac72230346d6f474edaa56a623bfe (diff)
downloadgenenetwork2-1b71fc64719ba5c5b56d23aad9d9dc45bc2898a9.tar.gz
pylmm: Release
-rw-r--r--wqflask/wqflask/my_pylmm/README.md7
-rw-r--r--wqflask/wqflask/my_pylmm/pyLMM/__init__.py2
2 files changed, 8 insertions, 1 deletions
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"