We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a495f1 commit d925791Copy full SHA for d925791
CHANGES.md
@@ -1,3 +1,7 @@
1
+### 0.7.4 (2017-05-25) ###
2
+* Fix regression in automatic --balance option in cooler zoomify
3
+* Fix special cases where cooler.io.create and append would not work with certain inputs
4
+
5
### 0.7.3 (2017-05-22) ###
6
* Added function to print higlass zoom resolutions for a given genome and base resolution.
7
cooler/__init__.py
@@ -11,7 +11,7 @@
11
12
"""
13
import logging
14
-__version__ = '0.7.4-dev'
+__version__ = '0.7.4'
15
__format_version__ = 2
16
_logger = None
17
0 commit comments