Skip to content

Commit

Permalink
Prep for 1.0.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Sep 27, 2021
1 parent cf8fec2 commit 94872ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.8
- Add support for dual UMI indexes. Thanks @lbeltrame!

## 1.0.7
- Ensure headers are not written when writing out a Series, to make us compatible with pandas > 0.24.
- Fix for deprecated .ix call, .loc is the new replacement. Thanks to @naumenko-sa.
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.7',
version='1.0.8',
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 94872ac

Please sign in to comment.