Releases: deeptools/pyBigWig
Releases · deeptools/pyBigWig
0.3.3
- Includes libBigWig version 0.3.1, which fixes a potential bug with the creation of bigWig files with only very very (50+ megabase) long intervals. The phenotype of the previous bug was an infinite loop, so if you never got that then you never ran into this bug.
0.3.2
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
- There is now an
exact
option in thestats()
command. This implements the request from #12. The default isFalse
for the sake of speed and backward compatability. - libBigWig-0.1.5 was also copied over, which slightly increases the precision of one of the
mean
computations functions (this is related to the bullet point above).
0.2.5
0.2.4
- Fixed a critical issue wherein
None
, or a list containingNone
could be returned without the reference indicator first being incremented. This resulted in rare cases of python trying to freeNone
. See deeptools/deepTools#245