From 4a45024cbbd6ed8fe3ac8adc45b65c39d48c09e7 Mon Sep 17 00:00:00 2001 From: Sebastian Luna Valero Date: Fri, 25 May 2018 09:28:53 +0100 Subject: [PATCH] release v0.3.3 --- CGAT/version.py | 2 +- doc/CGATRelease.rst | 11 +++++++++++ doc/release.rst | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CGAT/version.py b/CGAT/version.py index f9aa3e11..e19434e2 100644 --- a/CGAT/version.py +++ b/CGAT/version.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.3.3" diff --git a/doc/CGATRelease.rst b/doc/CGATRelease.rst index 3d966ee0..e13e9831 100644 --- a/doc/CGATRelease.rst +++ b/doc/CGATRelease.rst @@ -7,6 +7,17 @@ latest code can always be found in the code repository. Nevertheless, we occasionally prepare releases. Notes on each release are below. +Release 0.3.3 +============= + +* Fix GO.py for dumping ensembl annotations for versions > 88 ; https://github.com/CGATOxford/cgat/pull/384 ; https://github.com/CGATOxford/cgat/pull/385 ; https://github.com/CGATOxford/cgat/pull/386 +* make sure we stick to conda 4.3 until a workaround is found for conda 4.4 ; https://github.com/CGATOxford/cgat/pull/387 +* bed2bed.py: new method rename-chr ; https://github.com/CGATOxford/cgat/pull/389 +* gff2gff.py: new method rename-chr ; https://github.com/CGATOxford/cgat/pull/390 +* put test_import.py and test_style.py back ; https://github.com/CGATOxford/cgat/pull/391 +* update conda from 4.3 to 4.5 (solving "CXXABI_1.3.9' not found" error ; https://github.com/ContinuumIO/anaconda-issues/issues/5191) ; https://github.com/CGATOxford/cgat/compare/beffc47c091b6...abfe82bcec1c7 +* added test for C/C++ compiler ; https://github.com/CGATOxford/cgat/pull/394 + Release 0.3.2 ============= diff --git a/doc/release.rst b/doc/release.rst index 3d966ee0..e13e9831 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -7,6 +7,17 @@ latest code can always be found in the code repository. Nevertheless, we occasionally prepare releases. Notes on each release are below. +Release 0.3.3 +============= + +* Fix GO.py for dumping ensembl annotations for versions > 88 ; https://github.com/CGATOxford/cgat/pull/384 ; https://github.com/CGATOxford/cgat/pull/385 ; https://github.com/CGATOxford/cgat/pull/386 +* make sure we stick to conda 4.3 until a workaround is found for conda 4.4 ; https://github.com/CGATOxford/cgat/pull/387 +* bed2bed.py: new method rename-chr ; https://github.com/CGATOxford/cgat/pull/389 +* gff2gff.py: new method rename-chr ; https://github.com/CGATOxford/cgat/pull/390 +* put test_import.py and test_style.py back ; https://github.com/CGATOxford/cgat/pull/391 +* update conda from 4.3 to 4.5 (solving "CXXABI_1.3.9' not found" error ; https://github.com/ContinuumIO/anaconda-issues/issues/5191) ; https://github.com/CGATOxford/cgat/compare/beffc47c091b6...abfe82bcec1c7 +* added test for C/C++ compiler ; https://github.com/CGATOxford/cgat/pull/394 + Release 0.3.2 =============