Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed May 7, 2018
1 parent a59b2a6 commit 3be6572
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.7.10 (2018-05-07) ###

* Fix a shallow copy bug in validate pixels causing records to sometimes flip twice.
* Add ignore distance (bp) filter to cooler balance
* Start using shuffle filter by default

### 0.7.9 (2018-03-30) ###

* Indexed pairs loading commands now provide option for 0- or 1-based positions (1-based by default). #115
Expand Down
2 changes: 1 addition & 1 deletion cooler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""
import logging
__version__ = '0.7.10-dev'
__version__ = '0.7.10'
__format_version__ = 2
_logger = None

Expand Down

0 comments on commit 3be6572

Please sign in to comment.