Skip to content

Commit

Permalink
Update for v1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Oct 24, 2019
1 parent 7ea7d94 commit ec578c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.4 (in progress)
- Enable cb_histogram to be used on samples without UMIs.
- Enable filtering of cells during `demultiplex_cells`.
- Fix incorrect pandas.read_csv call with header=-1.

## 1.0.3
- Python 3 support
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='umis',
version='1.0.3',
version='1.0.4',
description='Package for estimating UMI counts in Transcript Tag Counting data.',
packages=find_packages(),
install_requires=['click', 'pysam>=0.8.3', 'pandas', 'regex', 'scipy', 'toolz'],
Expand Down
2 changes: 1 addition & 1 deletion umis/umis.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import scipy.io, scipy.sparse
import click

VERSION = "1.0.3"
VERSION = "1.0.4"

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit ec578c1

Please sign in to comment.