Releases: deeptools/pyBigWig
Releases · deeptools/pyBigWig
0.3.24
Handle cases where the contig order in the header and the data sections differ. This was previously impossible, but apparently not now. Thanks to https://github.com/VonAlphaBisZulu for indicating the root cause and suggesting a fix. This also brings in other unrelated updates from libBigWig, which are mostly not relevant for this python wrapper.
0.3.23
Build with numpy 2.x, python build with 3.9 instead of 3.7
0.3.21
Update wheel creation (issue #140)
0.3.20
Merge pull request #139 from deeptools/MANIFEST
Add MANIFEST.in
0.3.18
Fixed issue #111. Now bigWig files with all 0 summary values are not assumed to be empty (instead a header that indicates that the index is at position 0 is assumed to be empty).
0.3.17
- Fixed #91, wherein there was a memory leak if many files were written in a single python session.
- Fixed #88, so user-friendlier message should instead be printed if one attempts most operations on a file being written.
- Updated some documentation about zoom levels.
0.3.15
Copied over changes from libBigWig dealing with segfaults when accessing remote files.