Skip to content

Commit

Permalink
Prep for v1.0.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Nov 5, 2019
1 parent d882314 commit 8e72e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 1.0.4 (in progress)
## 1.0.5
- Fix for cb_filter with python3.

## 1.0.4
- 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.
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.4',
version='1.0.5',
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

0 comments on commit 8e72e7c

Please sign in to comment.