1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590
|
# Release notes #
## [v0.10.3](https://github.com/open2c/cooler/compare/v0.10.2...v0.10.3)
### Maintenance
* Update to support numpy>=1.26 and numpy 2.x by @lrauschning in https://github.com/open2c/cooler/pull/446
* Dropped support for numpy < 1.26 and Python 3.8
## [v0.10.2](https://github.com/open2c/cooler/compare/v0.10.1...v0.10.2)
### Maintenance
* NumPy 2.0 was released. Pin `numpy < 2` until we achieve compatibility.
## [v0.10.1](https://github.com/open2c/cooler/compare/v0.10.0...v0.10.1)
### Bug fixes
* fix: Pixel annotation with partial bin table in https://github.com/open2c/cooler/pull/426
## [v0.10.0](https://github.com/open2c/cooler/compare/v0.9.3...v0.10.0)
### New features
* Support custom contig separator characters in pairix index by @nvictus in https://github.com/open2c/cooler/pull/398
### Performance improvements and bug fixes
* Make annotate faster by using indexing instead of merge by @Phlya in https://github.com/open2c/cooler/pull/353
* Fix input text file handling on certain pandas versions by @thomas-reimonn in https://github.com/open2c/cooler/pull/384
* Reduce memory consumption of very high-resolution merges by @nvictus in https://github.com/open2c/cooler/pull/408
### Maintenance
* Add windows and macos platforms to CI by @nvictus in https://github.com/open2c/cooler/pull/383
* Add type annotations by @GarrettNg in https://github.com/open2c/cooler/pull/387
* docs: Replace ftp with OSN storage bucket for example data. by @nvictus in https://github.com/open2c/cooler/pull/399
### New Contributors
* @a-detiste made their first contribution in https://github.com/open2c/cooler/pull/346
* @manzt made their first contribution in https://github.com/open2c/cooler/pull/363
* @thomas-reimonn made their first contribution in https://github.com/open2c/cooler/pull/380
* @GarrettNg made their first contribution in https://github.com/open2c/cooler/pull/387
## [v0.9.3](https://github.com/open2c/cooler/compare/v0.9.2...v0.9.3)
### Bug fixes
* Fix estimation of mean bin size when using variable-sized bins #332.
* Fix regression bug to handle multiple convergence statuses in balance CLI #334.
## [v0.9.2](https://github.com/open2c/cooler/compare/v0.9.1...v0.9.2)
### Bug fixes
Several fixes from @robomics
* Improve handling of uint attributes
* Fix incorrect variance stored by _balance_cisonly
* cload.py: fix detection of pandas v2.*.* causing IOHandles error
## [v0.9.1](https://github.com/open2c/cooler/compare/v0.9.0...v0.9.1)
Date 2023-01-23
### Maintenance
* Export `_IndexingMixin` from `cooler.core` to keep private API used by cooltools.
## [v0.9.0](https://github.com/open2c/cooler/compare/v0.8.11...v0.9.0)
Date 2023-01-18
### New features
* New query engine implementation (no user-facing API changes).
* New logging context and verbosity system.
### API changes
* `cooler.balance_cooler` now uses the same default argument values as the CLI.
### Schema
* `cooler balance` now inserts `divisive_weights: False` metadata to balancing weights.
### Maintenance
* Dropped Python 2 support.
* Removed deprecated `io` module.
* Deprecated `tools` module; renamed `parallel`.
* Various dependency maintenance upgrades.
* Modernized CI and dev tools.
* Migrated to pyproject.toml and modernized packaging infra.
## [v0.8.11](https://github.com/open2c/cooler/compare/v0.8.10...v0.8.11)
Date : 2021-04-01
### Bug fixes
* Hotfix `cooler cload pairs` file header parsing to work with the latest version of pandas (>=1.2).
* Update CLI help for `--balance-args` to clarify usage. By @gfudenberg.
## [v0.8.10](https://github.com/open2c/cooler/compare/v0.8.9...v0.8.10)
Date : 2020-09-25
### Bug fixes
* Fixed the new header parsing in `cooler cload pairs` to handle esoteric file stream implementations. Specifically `GzipFile` had stopped working. By @golobor
## [v0.8.9](https://github.com/open2c/cooler/compare/v0.8.8...v0.8.9)
Date : 2020-07-17
### Enhancements
* Added single-cell cooler file flavor (.scool) (#201)
## [v0.8.8](https://github.com/open2c/cooler/compare/v0.8.7...v0.8.8)
Date : 2020-06-23
### Maintenance
* Improved code coverage
* Added missing autodoc for cooler balance
* Dropped pysam and biopython as hard dependencies
* Officially sunsetting Python 2.7 support
### Enhancements
* Added zoom progressions (#203)
### Bug fixes
* Allow hashes in read IDs in cload pairs (#193)
## [v0.8.7](https://github.com/open2c/cooler/compare/v0.8.6...v0.8.7)
Date: 2020-01-12
### Maintenance
* Code styling with black
* Add coverage reporting
### Bug fixes
* Replace `json` with `simplejson` to deal with attrs stored as bytes
## [v0.8.6](https://github.com/open2c/cooler/compare/v0.8.5...v0.8.6)
Date: 2019-08-12
### Maintenance
* Added contributing guidelines
### Bug fixes
* Fixed a related regression that affected selection of the `chrom` column.
Post-release `v0.8.6.post0`: requirements files added to MANIFEST.in
## [v0.8.5](https://github.com/open2c/cooler/compare/v0.8.4...v0.8.5)
Date: 2019-04-08
### Bug fixes
* Fixed a regression that prevented selection of bins excluding the `chrom` column.
## [v0.8.4](https://github.com/open2c/cooler/compare/v0.8.3...v0.8.4)
Date: 2019-04-04
### Enhancements
* When creating coolers from unordered input, change the default temporary dir to be the same as the output file instead of the system tmp (pass '-' to use the system one). #150
* `cooler ls` and `list_coolers()` now output paths in natural order. #153
* New option in `cooler.matrix()` to handle divisive balancing weight vectors.
### Bug fixes
* Restore function of `--count-as-float` option to `cooler load`
* Fixed partitioning issue sometimes causing some bins to get split during coarsen
* `rename_chroms()` will refresh cached chromosome names #147
* `Cooler.bins()` selector will always properly convert bins/chrom integer IDs to categorical chromosome names when the number of contigs is very large and therefore the HDF5 ENUM header is missing. Before this would only happen when explicitly requesting `convert_enum=True`.
## [v0.8.3](https://github.com/open2c/cooler/compare/v0.8.2...v0.8.3)
Date: 2019-02-11
### Bug fixes
* Fixed import bug in `rename_chroms`
* `create_cooler` no longer requires a "count" column when specifying custom value columns
## [v0.8.2](https://github.com/open2c/cooler/compare/v0.8.1...v0.8.2)
Date: 2019-01-20
### Enhancements
New options for `cooler dump` pixel output:
* `--matrix` option: Applies to symmetric-upper coolers; no-op for square coolers. Generates all lower triangular pixels necessary to fill the requested genomic query window. Without this option, `cooler dump` will only return the data explicity stored in the pixel table (i.e. upper triangle).
* `-one-based-ids` and `--one-based-starts` convenience options.
### Bug fixes
* A bug was introduced into the matrix-as-pixels selector in 0.8.0 that also affected `cooler dump`. The behavior has been restored to that in 0.7.
## [v0.8.1](https://github.com/open2c/cooler/compare/v0.8.0...v0.8.1)
Date: 2019-01-02
### Enhancements
* `cooler zoomify` command can take additional base resolutions as input.
### Bug fixes
* Fixed regression that slowed down pre-processing during coarsen.
* Fixed missing import on handling bad URIs.
* Restore but deprecate `cooler.io.ls` for backwards compatibility.
## [v0.8.0](https://github.com/open2c/cooler/compare/v0.7.11...v0.8.0)
Date: 2018-12-31
This is a major release from 0.7 and includes an updated format version, and several API changes and deprecations.
### Schema
* New schema version: v3
* Adds required `storage-mode` metadata attribute. Two possible values: `"symmetric-upper"` indicates a symmetric matrix encoded as upper triangle (previously the only storage mode); `"square"` indicates no special encoding (e.g. for non-symmetric matrices).
### New features
* Support for **non-symmetric** matrices, e.g. RNA-DNA maps.
* Create function accepts a boolean `symmetric_upper` option to set the storage mode. Default is `True`.
* Creation commands also use `symmetric_upper` by default, which can be overridden with a flag.
* All main functionality exposed through top-level functions (create, merge, coarsen, zoomify, balance)
* New commands for generic file operations and file inspection.
### API changes
* `cooler.annotate()` option `replace` now defaults to `False`.
* Submodule renaming. Old names are preserved as aliases but are deprecated.
* `cooler.io` -> `cooler.create`.
* `cooler.ice` -> `cooler.balance`.
* New top level public functions:
* `cooler.create_cooler()`. Use instead of `cooler.io.create` and `cooler.io.create_from_unordered`.
* `cooler.merge_coolers()`
* `cooler.coarsen_cooler()`
* `cooler.zoomify_cooler()`
* `cooler.balance_cooler()`. Alias: `cooler.balance.iterative_correction()`.
* Refactored file operations available in `cooler.fileops`. See the API reference.
### CLI changes
* Various output options added to `cooler info`, `cooler dump`, `cooler makebins` and `cooler digest`.
* Generic data and attribute hierarchy viewers `cooler tree` and `cooler attrs`.
* Generic `cp`, `mv` and `ln` convenience commands.
* New verbosity and process info options.
### Maintenance
* Unit tests refactored and re-written for pytest.
## [v0.7.11](https://github.com/open2c/cooler/compare/v0.7.10...v0.7.11)
Date: 2018-08-17
* Genomic range parser supports humanized units (k/K(b), m/M(b), g/G(b))
* Experimental support for arbitrary aggregation operations in `cooler csort` (e.g. mean, median, max, min)
* Documentation updates
Bug fixes
* Fix newline handling for csort when p1 or p2 is last column.
* Fix `--count-as-float` regression in load/cload.
## [v0.7.10](https://github.com/open2c/cooler/compare/v0.7.9...v0.7.10)
Date: 2018-05-07
* Fix a shallow copy bug in validate pixels causing records to sometimes flip twice.
* Add ignore distance (bp) filter to cooler balance
* Start using shuffle filter by default
## [v0.7.9](https://github.com/open2c/cooler/compare/v0.7.8...v0.7.9)
Date: 2018-03-30
* Indexed pairs loading commands now provide option for 0- or 1-based positions (1-based by default). #115
* Fixed error introduced into cload pairix in last release.
## [v0.7.8](https://github.com/open2c/cooler/compare/v0.7.7...v0.7.8)
Date: 2018-03-18
### Enhancements
* New `cooler cload pairs` command provides index-free loading of pairs.
* Changed name of `create_from_unsorted` to more correct `create_from_unordered`.
### Bug fixes
* Fixed broken use of single-file temporary store in `create_from_unordered`.
* Added heuristic in pairix cload to prevent excessively large chunks. #92
* Added extra checks in `cload pairix` and `cload tabix`. #62, #75
## [v0.7.7](https://github.com/open2c/cooler/compare/v0.7.6...v0.7.7)
Date: 2018-03-16
### Enhancements
* 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 data `sanitize_pixels` to feed data to `create_from_unsorted`. #87 #108 #109
* 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.
* 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-style `columns` and `dtype` 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](https://github.com/open2c/cooler/compare/v0.7.5...v0.7.6)
Date: 2017-10-31
### Enhancements
* 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` and `join` options in the matrix selector.
Happy Halloween!
## [v0.7.5](https://github.com/open2c/cooler/compare/v0.7.4...v0.7.5)
Date: 2017-07-13
* Fix pandas issue affecting cases when loading single chromosomes
* Add transform options to higlass API
## [v0.7.4](https://github.com/open2c/cooler/compare/v0.7.3...v0.7.4)
Date: 2017-05-25
* Fix regression in automatic --balance option in cooler zoomify
* Fix special cases where cooler.io.create and append would not work with certain inputs
## [v0.7.3](https://github.com/open2c/cooler/compare/v0.7.2...v0.7.3)
Date: 2017-05-22
* Added function to print higlass zoom resolutions for a given genome and base resolution.
## [v0.7.2](https://github.com/open2c/cooler/compare/v0.7.1...v0.7.2)
Date: 2017-05-09
* Improve chunking and fix pickling issue with aggregating very large text datasets
* Restore zoom binsize metadata to higlass files
## [v0.7.1](https://github.com/open2c/cooler/compare/v0.7.0...v0.7.1)
Date: 2017-04-29
* `cooler load` command can now accept supplemental pixel fields and custom field numbers
* Fix parsing errors with unused pixel fields
* Eliminate hard dependence on dask to make pip installs simpler. Conda package will retain dask as a run time requirement.
## [v0.7.0](https://github.com/open2c/cooler/compare/v0.6.6...v0.7.0)
Date: 2017-04-27
### New features
* New Cooler URIs: Full support for Cooler objects anywhere in the data hierarchy of a .cool file
* Experimental dask support via `cooler.contrib.dask`
* New explicit bin blacklist option for `cooler balance`
* Various new CLI tools:
* `cooler list`
* `cooler copy`
* `cooler merge`
* `cooler csort` now produces Pairix files by default
* `cooler load` now accepts two types of matrix text input formats
* 3-column sparse matrix
* 7-column bg2.gz (2D bedGraph) indexed with Pairix (e.g. using csort)
* `cooler coarsegrain` renamed `cooler coarsen`
* Multi-resolution HiGlass input files can now be generated with the `cooler zoomify` command
* More flexible API functions to create and append columns to Coolers in `cooler.io`
#### API/CLI changes
* `cooler.io.create` signature changed; `chromsizes` argument is deprecated.
* `cooler csort` argument order changed
### Bug fixes
* Chromosome name length restriction removed
* `Cooler.open` function now correctly opens the specific root group of the Cooler and behaves like a proper context manager in all cases
## [v0.6.6](https://github.com/open2c/cooler/compare/v0.6.5...v0.6.6)
Date: 2017-03-21
* Chromosome names longer than 32 chars are forbidden for now
* Improved pairix and tabix iterators, dropped need for slow first pass over contacts
## [v0.6.5](https://github.com/open2c/cooler/compare/v0.6.4...v0.6.5)
Date: 2017-03-18
* Fixed pairix aggregator to properly deal with autoflipping of pairs
## [v0.6.4](https://github.com/open2c/cooler/compare/v0.6.3...v0.6.4)
Date: 2017-03-17
* Migrated higlass multires aggregator to `cooler coarsegrain` command
* Fixed pairix aggregator to properly deal with autoflipping of pairs
## [v0.6.3](https://github.com/open2c/cooler/compare/v0.6.2...v0.6.3)
Date: 2017-02-22
* Merge PairixAggregator patch from Soo.
* Update repr string
* Return matrix scale factor in balance stats rather than the bias scale factor: #35.
## [v0.6.2](https://github.com/open2c/cooler/compare/v0.6.1...v0.6.2)
Date: 2017-02-12
Fixed regressions in
* cooler cload tabix/pairix failed on non-fixed sized bins
* cooler show
## [v0.6.1](https://github.com/open2c/cooler/compare/v0.6.0...v0.6.1)
Date: 2017-02-06
* This fixes stale build used in bdist_wheel packaging that broke 0.6.0. #29
## [v0.6.0](https://github.com/open2c/cooler/compare/v0.5.3...v0.6.0)
Date: 2017-02-03
### Enhancements
* Dropped Python 3.3 support. Added 3.6 support.
* Added `contrib` subpackage containing utilities for higlass, including multires aggregation.
* Fixed various issues with synchronizing read/write multiprocessing with HDF5.
* Replacing prints with logging.
* Added sandboxed `tools` module to develop utilities for out-of-core algorithms using Coolers.
### New features
* Cooler objects have additional convenience properties `chromsizes`, `chromnames`.
* New file introspection functions `ls` and `is_cooler` to support nested Cooler groups.
* Cooler initializer can accept a file path and path to Cooler group.
* `cload` accepts contact lists in hiclib-style HDF5 format, the legacy tabix-indexed format, and new pairix-indexed format.
### API/CLI changes
* `create` only accepts a file path and optional group path instead of an open file object.
* `Cooler.matrix` selector now returns a balanced dense 2D NumPy array by default. Explicitly set `balance` to False to get raw counts and set `sparse` to True to get a `coo_matrix` as per old behavior.
* Command line parameters of `cload` changed significantly
### Bug fixes
* Fixed bug in `csort` that led to incorrect triangularity of trans read pairs.
## [v0.5.3](https://github.com/open2c/cooler/compare/v0.5.2...v0.5.3)
Date: 2016-09-10
* Check for existence of required external tools in CLI
* Fixed `cooler show` incompatibility with older versions of matplotlib
* Fixed `cooler.annotate` to work on empty dataframe input
* Fixed broken pipe signals not getting suppressed on Python 2
* `cooler cload` raises a warning when bin file lists a contig missing from the contact list
## [v0.5.2](https://github.com/open2c/cooler/compare/v0.5.1...v0.5.2)
Date: 2016-08-26
* Fix bug in `cooler csort` parsing of chromsizes file.
* Workaround for two locale-related issues on Python 3. Only affects cases where a machine's locale is set to ASCII or Unices which use the ambiguous C or POSIX locales.
* Fix typo in setup.py and add pysam to dependencies.
## [v0.5.1](https://github.com/open2c/cooler/compare/v0.5.0...v0.5.1)
Date: 2016-08-24
* Bug fix in input parser to `cooler csort`
* Update triu reording awk template in `cooler csort`
* Rename `cooler binnify` to `cooler makebins`. Binnify sounds like "aggregate" which is what `cload` does.
## [v0.5.0](https://github.com/open2c/cooler/compare/v0.4.0...v0.5.0)
Date: 2016-08-24
* Most scripts ported over to a new command line interface using the Click framework with many updates.
* New `show` and `info` scripts.
* Updated Readme.
* Minor bug fixes.
## [v0.4.0](https://github.com/open2c/cooler/compare/v0.3.0...v0.4.0)
Date: 2016-08-18
### Schema
* Updated file schema: v2
* `/bins/chroms` is now an enum instead of string column
### API changes
* Table views are a bit more intuitive: selecting field names on table view objects returns a new view on the subset of columns.
* New API function: `cooler.annotate` for doing joins
### New Features
* Support for nested Cooler "trees" at any depth in an HDF5 hierarchy
* Refactored `cooler.io` to provide "contact readers" that process different kinds of input (aggregate from a contact list, load from an existing matrix, etc.)
* Added new scripts for contact aggregation, loading, dumping and balancing
## [v0.3.0](https://github.com/open2c/cooler/compare/v0.2.1...v0.3.0)
Date: 2016-02-18
* 2D range selector `matrix()` now provides either rectangular data as coo_matrix or triangular data as a pixel table dataframe.
* Added binning support for any genome segmentation (i.e., fixed or variable bin width).
* Fixed issues with binning data from mapped read files.
* Genomic locus string parser now accepts ENSEMBL-style number-only chromosome names and FASTA-style sequence names containing pipes.
## [v0.2.1](https://github.com/open2c/cooler/compare/v0.2...v0.2.1)
Date: 2016-02-07
* Fixed bintable region fetcher
## [v0.2](https://github.com/open2c/cooler/compare/v0.1...v0.2)
Date: 2016-01-17
* First beta release
## [v0.1](https://github.com/open2c/cooler/releases/tag/v0.1)
Date: 2015-11-22
* Working initial prototype.
|