Skip to content

Commit

Permalink
Prep for release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Oct 31, 2017
1 parent 2b9f140 commit 9ea526d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 0.7.6 (2017-10-31) ###
New features

* Cooler zoomify with explicit resolutions
* Towards standardization of multicooler structure
* Support for loading 1-based COO triplet input files

Bug fixes

* Fixed issue of exceeding header limit with too many scaffolds. If header size is exceeded, chrom IDs are stored as raw integers instead of HDF5 enums. There should be no effect at the API level.
* Fixed issue of single-column chromosomes files not working in `cload`.
* Fixed edge case in performing joins when using both `as_pixels` and `join` options in the matrix selector.

Happy Halloween!

### 0.7.5 (2017-07-13) ###
* Fix pandas issue affecting cases when loading single chromosomes
* Add transform options to higlass API
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.5'
__version__ = '0.7.6'
__format_version__ = 2
_logger = None

Expand Down

0 comments on commit 9ea526d

Please sign in to comment.