Skip to content

Commit

Permalink
version bump -> 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wkopp committed Feb 26, 2020
1 parent 32a51d7 commit 5cc74bb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
5 changes: 3 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
Authors
=======

Main developer: Wolfgang Kopp (https://github.com/wkopp)
Main developer: Wolfgang Kopp `@wkopp <https://github.com/wkopp>`_

We are greatful for contributions from

* Annalaura Tamburrini (https://github.com/Annalaura94) for advancing the filtering options of the GenomicIndexer and for developing `plotGenomeTrack`.
* `@Annalaura94 <https://github.com/Annalaura94>`_ for advancing the filtering options of the GenomicIndexer and for developing `plotGenomeTrack`.
* `@remomomo <https://github.com/remomomo>`_ introducing RandomShift and suggesting how to improve the efficiency for Cover.export_to_bigwig.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog
=========

0.9.6 (2020-02-26)
------------------

- Retired support for python 2.7
- RandomShift wrapper for data augmentation applied to DNA/Protein sequences was added by (thanks to @remomomo).
- Bedgraph files can be read using Cover.create_from_bed
- Improved efficiency of Cover.export_to_bigwig
- Improved efficiency of Cover.create_from_bed
- Internal refactoring

0.9.5 (2019-10-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
year = u'2017-2019'
author = u'Wolfgang Kopp'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.9.5'
version = release = '0.9.6'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _read(*names, **kwargs):

setup(
name='janggu',
version='0.9.5',
version='0.9.6',
license='GPL-3.0',
description='Utilities and datasets for deep learning in genomics',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/janggu/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.9.5'
version = '0.9.6'

# As of v0.9.4 there should be a separate
# dataversion. in case the dataset structure
Expand Down

0 comments on commit 5cc74bb

Please sign in to comment.