Skip to content

Commit

Permalink
release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed May 25, 2018
1 parent d7e6e62 commit 4a45024
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CGAT/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
11 changes: 11 additions & 0 deletions doc/CGATRelease.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down
11 changes: 11 additions & 0 deletions doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============

Expand Down

0 comments on commit 4a45024

Please sign in to comment.