From 94e05d80c7852831d6151d753629fad78db68542 Mon Sep 17 00:00:00 2001 From: Danny Colligan Date: Fri, 15 Apr 2016 12:55:27 -0400 Subject: [PATCH] Version 0.2.2 release notes --- docs/status.rst | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/status.rst b/docs/status.rst index 3f2e7dc80..704128a2a 100644 --- a/docs/status.rst +++ b/docs/status.rst @@ -10,7 +10,7 @@ reads API. Some missing features are: - Unmapped reads. We do not support searching for unmapped reads. -- Searching over multiple ReadGroups. +- Searching over multiple ReadGroups in different ReadGroupSets. For more detail on individual development issues, please see the project's `issue page `_. @@ -19,6 +19,30 @@ For more detail on individual development issues, please see the project's Release Notes +++++++++++++ +***** +0.2.2 +***** + +Alpha pre-release supporting major feature update. This release is backwards +incompatible with previous releases, and requires a revised data directory +layout. + +- Added sequence and variant annotations (which introduces a sqlite + database component) + +- Added repo manager, a command line tool to manage data files and + import them into the server's data repository + +- Supported searching over multiple ReadGroups, so long as they are + all in the same ReadGroupSet and all of the ReadGroups in the + ReadGroupSet are specified + +***** +0.2.1 +***** + +Bugfix release that fixes a problem introduced by upstream package changes + ***** 0.2.0 *****