We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63d6fe commit 2e6dacfCopy full SHA for 2e6dacf
CHANGES.md
@@ -1,3 +1,6 @@
1
+### 0.7.3 (2017-05-22) ###
2
+* Added function to print higlass zoom resolutions for a given genome and base resolution.
3
+
4
### 0.7.2 (2017-05-09) ###
5
6
* Improve chunking and fix pickling issue with aggregating very large text datasets
cooler/__init__.py
@@ -11,7 +11,7 @@
11
12
"""
13
import logging
14
-__version__ = '0.7.2'
+__version__ = '0.7.3'
15
__format_version__ = 2
16
_logger = None
17
0 commit comments