Releases: open2c/cooler
Releases · open2c/cooler
v0.10.2
v0.10.1
v0.10.0
New features
Performance improvements and bug fixes
- Make annotate faster by using indexing instead of merge by @Phlya in #353
- Fix input text file handling on certain pandas versions by @thomas-reimonn in #384
- Reduce memory consumption of very high-resolution merges by @nvictus in #408
Maintenance
- Add windows and macos platforms to CI by @nvictus in #383
- Add type annotations by @GarrettNg in #387
- docs: Replace ftp with OSN storage bucket for example data. by @nvictus in #399
New Contributors
- @a-detiste made their first contribution in #346
- @manzt made their first contribution in #363
- @thomas-reimonn made their first contribution in #380
- @GarrettNg made their first contribution in #387
v0.9.3
v0.9.2
v0.9.1
v0.9.0
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 insertsdivisive_weights: False
metadata to balancing weights.
Maintenance
- Dropped Python 2 support.
- Removed deprecated
io
module. - Deprecated
tools
module; renamedparallel
. - Various dependency maintenance upgrades.
- Modernized CI and dev tools.
- Migrated to pyproject.toml and modernized packaging infra.
v0.8.11
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.