Skip to content

Commit

Permalink
Changes version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cangermueller committed Dec 5, 2017
1 parent 773bbb1 commit 7641732
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Table of contents
News
====

* **171112**: Switch from Keras 2 to Keras 1.
* **171112**: Keras 2 is now the main Keras version (release 1.0.5).
* **170412**: New `notebook <./examples/notebooks/stats/index.ipynb>`_ on predicting inter-cell statistics!
* **170414**: Added `dcpg_eval_perf.py <./scripts/dcpg_eval_perf.py>`_ and `dcpg_eval_perf.Rmd <./R/dcpg_eval_perf.Rmd>`_ for evaluating and visualizing prediction performances! Find an example in `this notebook <./examples/notebooks/basics/index.ipynb#Evaluating-prediction-performances>`_!
* **170412**: New `notebook <./examples/notebooks/stats/index.ipynb>`_ on predicting inter-cell statistics!
Expand Down Expand Up @@ -212,6 +212,10 @@ Content
Changelog
=========

1.0.5
-----
Uses Keras 2 as main Keras version.

1.0.4
-----
Adds evaluation scripts and notebooks, improves documentation, and fixes minor bugs.
Expand Down
2 changes: 1 addition & 1 deletion deepcpg/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.4'
__version__ = '1.0.5'
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0.4'
version = '1.0.5'
# The full version, including alpha/beta/rc tags.
release = '1.0.4'
release = '1.0.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):


setup(name='deepcpg',
version='1.0.4',
version='1.0.5',
description='Deep learning for predicting CpG methylation',
long_description=read('README.rst'),
author='Christof Angermueller',
Expand Down

0 comments on commit 7641732

Please sign in to comment.