Releases: open2c/cooler
Releases · open2c/cooler
v0.7.10
v0.7.9
v0.7.8
- New
cooler cload pairs
command provides index-free loading of pairs. - Changed name of
create_from_unsorted
to more correctcreate_from_unordered
.
Bug fixes
v0.7.7
New features
- Implementation of unsorted (index-free) loading
cooler.io.create_from_unsorted
takes an iterable of pixel dataframe chunks that need not be properly sorted.- Use input sanitization procedures for pairs
sanitize_records
and binned datasanitize_pixels
to feed data tocreate_from_unsorted
. #87 #108 #109 - The
cooler load
command is now index-free: unsortedCOO
andBG2
input data can be streamed in. #90. This will soon be implemented as an option for loading pairs as well.
- Prevent
cooler balance
command from exiting with non-zero status upon failed convergence using convergence error policies. #93 - Improve the
create
API to support pandas read_csv-stylecolumns
anddtype
kwargs to add extra value columns or override default dtypes. #108 - Experimental implementation of trans-only balancing. #56
Bug fixes
- Fix argmax deprecation. #99
v0.7.6
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
andjoin
options in the matrix selector.
Happy Halloween!