Skip to content

Commit

Permalink
Bump version to 1.1.0 and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Aug 6, 2018
1 parent 00382b3 commit 79c862c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Version History and Changes
===========================

--------------------------
Version 1.1.0 (2018-08-06)
--------------------------

* Fix bug in gene-centric analysis when using ``--edge=both``,
which meant valid peaks could sometimes be dropped from the
results
(`PR #60 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/60>`_).
* New ``--peak_id`` option enables peak names to be read from
an ``ID`` column in the peaks file, which will be carried
through to the output files
(`PR #56 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/56>`_).
* New ``--analyses`` option enables specific analyses to be
selected (i.e. either peak-centric only, gene-centric only,
or both peak- and gene-centric)
(`PR #46 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/46>`_).

--------------------------
Version 1.0.3 (2018-01-23)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion rnachipintegrator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the library
__version__ = '1.0.3'
__version__ = '1.1.0'

def get_version():
"""Returns a string with the current version of the library (e.g., "0.2.0")
Expand Down

0 comments on commit 79c862c

Please sign in to comment.