Skip to content

Commit

Permalink
Merge pull request #87 from fls-bioinformatics-core/release-3.0.0
Browse files Browse the repository at this point in the history
RnaChipIntgrator version 3.0.0
  • Loading branch information
pjbriggs committed Mar 18, 2024
2 parents 4121e24 + bd3008e commit 5176f04
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Version History and Changes
===========================

--------------------------
Version 3.0.0 (2024-03-18)
--------------------------

* Add option to compute distances from gene TES only (``--edge=tes``)
(`PR #77 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/78>`_).
* Add ``CITATION.cff`` file and updated information on how to cite
``RnaChipIntegrator`` (`PR #78 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/78>`_).
* Update the installation documentation and metadata
(`PR #85 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/85>`_,
`PR #86 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/86>`_).
* Add automated CI testing and deployment to PyPI via GitHub Actions,
and add support for Python 3.9
(`PR #74 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/74>`_).
* Drop support for Python 2.7
(`PR #76 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/76>`_).

--------------------------
Version 2.0.0 (2020-01-06)
--------------------------
Expand All @@ -20,7 +37,7 @@ Version 1.2.0 (2019-07-19)
options)
(`PR #58 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/58>`_).
* Drop support for Python 2.6
(`PR #58 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/66>`_).
(`PR #66 <https://github.com/fls-bioinformatics-core/RnaChipIntegrator/pull/66>`_).

--------------------------
Version 1.1.0 (2018-08-06)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cff-version: 1.2.0
title: RnaChipIntegrator
version: 1.2.0
version: 3.0.0
type: software
message: >-
If you use this software, please cite it using the
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__ = '3.0.0rc1'
__version__ = '3.0.0'

def get_version():
"""
Expand Down

0 comments on commit 5176f04

Please sign in to comment.