v0.7.7
New features
- Implementation of unsorted (index-free) loading
cooler.io.create_from_unsortedtakes an iterable of pixel dataframe chunks that need not be properly sorted.- Use input sanitization procedures for pairs
sanitize_recordsand binned datasanitize_pixelsto feed data tocreate_from_unsorted. #87 #108 #109 - The
cooler loadcommand is now index-free: unsortedCOOandBG2input data can be streamed in. #90. This will soon be implemented as an option for loading pairs as well.
- Prevent
cooler balancecommand from exiting with non-zero status upon failed convergence using convergence error policies. #93 - Improve the
createAPI to support pandas read_csv-stylecolumnsanddtypekwargs to add extra value columns or override default dtypes. #108 - Experimental implementation of trans-only balancing. #56
Bug fixes
- Fix argmax deprecation. #99