Releases: open2c/cooltools
Releases · open2c/cooltools
v0.5.0rc1
v0.4.1
v0.4.0
Maintenance
- Make saddle strength work with NaNs
- Add output option to diamond-insulation
- Upgrade bioframe dependency
- Parallelize random sampling
- Various compatibility fixes to expected, saddle and snipping and elsewhere to work with standard formats for "expected" and "regions": #217
New features
- New dataset download API
- New functionality for smoothing P(s) and derivatives (API is not yet stable):
logbin_expected
,interpolate_expected
v0.4.0rc1
Date: 2021-04-05
Maintenance
- Make saddle strength work with NaNs
- Add output option to diamond-insulation
- Upgrade bioframe dependency
- Parallelize random sampling
- Various compatibility fixes to expected, saddle and snipping and elsewhere to work with standard formats for "expected" and "regions": #217
New features
- New dataset download API
- New functionality for smoothing P(s) and derivatives (API is not yet stable):
logbin_expected
,interpolate_expected
v0.3.2
v0.3.1
v0.3.0
-
Several library utilities added:
plotting.gridspec_inches
,adaptive_coarsegrain
, singleton interpolation, and colormaps. -
New tools:
cooltools sample
for random downsampling,cooltools coverage
for marginalization. -
compute-saddle
now saves saddledata without transformation, and thescale
argument (with optionslog
orlinear
) now only determines how the saddle is plotted. Consequently,saddleplot
function now expects untransformedsaddledata
, and plots it directly or with log-scaling of the colormap. (#105)