Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 22, 2017
1 parent 5cecf58 commit 0e92056
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,31 @@
### 0.6.5 (2017-18-03) ###
### 0.6.6 (2017-03-21) ###

* Chromosome names longer than 32 chars are forbidden for now
* Improved pairix and tabix iterators, dropped need for slow first pass over contacts

### 0.6.5 (2017-03-18) ###

* Fixed pairix aggregator to properly deal with autoflipping of pairs

### 0.6.4 (2017-17-03) ###
### 0.6.4 (2017-03-17) ###

* Migrated higlass multires aggregator to `cooler coarsegrain` command
* Fixed pairix aggregator to properly deal with autoflipping of pairs

### 0.6.3 (2017-22-02) ###
### 0.6.3 (2017-02-22) ###

* Merge PairixAggregator patch from Soo.
* Update repr string
* Return matrix scale factor in balance stats rather than the bias scale factor: #35.

### 0.6.2 (2017-12-02) ###
### 0.6.2 (2017-02-12) ###

Fixed regressions in

* cooler cload tabix/pairix failed on non-fixed sized bins
* cooler show

### 0.6.1 (2017-06-02) ###
### 0.6.1 (2017-02-06) ###

* This fixes stale build used in bdist_wheel packaging that broke 0.6.0. #29

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.6.6-dev'
__version__ = '0.6.6'
__format_version__ = 2
_logger = None

Expand Down

0 comments on commit 0e92056

Please sign in to comment.