Releases: deeptools/pyBigWig
Releases · deeptools/pyBigWig
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.
0.3.14
- Fixed issue #81, which caused errors upon installation if curl was absent