You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### 0.7.7 (2018-03-16) ###
2
+
3
+
New features
4
+
5
+
* Implementation of unsorted (index-free) loading
6
+
*`cooler.io.create_from_unsorted` takes an iterable of pixel dataframe chunks that need not be properly sorted.
7
+
* Use input sanitization procedures for pairs `sanitize_records` and binned data `sanitize_pixels` to feed data to `create_from_unsorted`. #87#108#109
8
+
* The `cooler load` command is now index-free: unsorted `COO` and `BG2` input data can be streamed in. #90. This will soon be implemented as an option for loading pairs as well.
9
+
* Prevent `cooler balance` command from exiting with non-zero status upon failed convergence using convergence error policies. #93
10
+
* Improve the `create` API to support pandas read_csv-style `columns` and `dtype` kwargs to add extra value columns or override default dtypes. #108
11
+
* Experimental implementation of trans-only balancing. #56
0 commit comments