Skip to content

Commit

Permalink
Merge pull request #223 from mirnylab/develop
Browse files Browse the repository at this point in the history
v0.8.10
  • Loading branch information
nvictus committed Sep 25, 2020
2 parents 583ca35 + 87a17ac commit ac779db
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.6"
- "3.7"
- "3.8"
Expand Down
7 changes: 6 additions & 1 deletion CHANGES.md
@@ -1,6 +1,11 @@
# Release notes #

## Upcoming release...
## [v0.8.10](https://github.com/mirnylab/cooler/compare/v0.8.9...v0.8.10)

Date : 2020-09-25

### Bug fixes
* Fixed the new header parsing in `cooler cload pairs` to handle esoteric file stream implementations. Specifically `GzipFile` had stopped working. By @golobor

## [v0.8.9](https://github.com/mirnylab/cooler/compare/v0.8.8...v0.8.9)

Expand Down
2 changes: 1 addition & 1 deletion cooler/_version.py
@@ -1,4 +1,4 @@
__version__ = "0.8.9"
__version__ = "0.8.10"
__format_version__ = 3
__format_version_mcool__ = 2
__format_version_scool__ = 1
9 changes: 7 additions & 2 deletions requirements-dev.txt
@@ -1,6 +1,11 @@
-r requirements.txt
biopython<1.77
dask[array,dataframe]
pytest
ipytree
matplotlib
mock
psutil
pysam
pytest
pytest-flake8
pytest-cov
pytest-cov
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,7 +4,7 @@ scipy>=0.16
pandas
h5py>=2.5
click>=7
cytoolz
cytoolz<0.11
multiprocess
pyfaidx
pypairix
Expand Down

0 comments on commit ac779db

Please sign in to comment.