aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authoracenteno2020-04-21 17:35:34 -0500
committerGitHub2020-04-21 17:35:34 -0500
commit660589b9c2a507529e8e51ca6ce66ca97ad982c5 (patch)
tree27f63957278581bc2fce2b88744bfe20c8a81558 /RELEASE-NOTES.md
parentd97fdc18359233f07c1a1c7b83fe7e88eb225043 (diff)
parentf2a3ae13231a7d270a5bb6911c248aa713f1ef91 (diff)
downloadgenenetwork2-660589b9c2a507529e8e51ca6ce66ca97ad982c5.tar.gz
Merge pull request #1 from genenetwork/testing
Updating my testing branch
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
new file mode 100644
index 00000000..9ad75aa0
--- /dev/null
+++ b/RELEASE-NOTES.md
@@ -0,0 +1,42 @@
+## ChangeLog v2.11 pre-release (date unknown)
+
+This is a massive bug fix release with many improvements. For contributions
+see
+[contributors](https://github.com/genenetwork/genenetwork2/contributors)
+and
+[commits](https://github.com/genenetwork/genenetwork2/commits/master).
+
+The current GNU Guix checkout is at
+
+https://gitlab.com/genenetwork/guix-bioinformatics/tree/gn-latest-20190213
+
+and
+
+https://gitlab.com/genenetwork/guix/tree/gn-latest-20190213
+
+With these branches a binary install can be fetched with
+
+ env GUIX_PACKAGE_PATH=../guix-bioinformatics ./pre-inst-env guix package --substitute-urls="https://berlin.guixsd.org http://guix.genenetwork.org https://mirror.hydra.gnu.org" -i genenetwork2 -p ~/opt/gn-latest-20190213
+
+The key for guix.genenetwork.org is
+
+```scheme
+(public-key
+ (ecc
+ (curve Ed25519)
+ (q #D54AA5C8CBE268CBC82418AB83709611BAC88B39D44E68C18F6E16197B5B5CA0#)
+ )
+ )
+```
+
+### Migrated PIL to pillow (preparing for Python3 migration)
+
+### Dropped pylmm support
+
+### Added GEMMA support
+
+* Front-end support
+
+### Added test framework and unit tests
+
+* Added python integration and unit tests