Skip to content

Releases: deeptools/pyBigWig

0.3.23

19 Jun 09:45
335b04e
Compare
Choose a tag to compare

Build with numpy 2.x, python build with 3.9 instead of 3.7

0.3.22

07 Apr 18:32
Compare
Choose a tag to compare

Try fixing wheels

0.3.21

31 Mar 07:30
Compare
Choose a tag to compare

Update wheel creation (issue #140)

0.3.20

01 Mar 20:32
961f97d
Compare
Choose a tag to compare
Merge pull request #139 from deeptools/MANIFEST

Add MANIFEST.in

0.3.19

28 Feb 08:12
Compare
Choose a tag to compare

Build and wheel updates courtesy of @EricR86 #135

0.3.18

07 Feb 12:46
afb9ee2
Compare
Choose a tag to compare

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

05 Aug 09:19
414ce53
Compare
Choose a tag to compare
  • 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.16

14 May 18:53
f0c6e16
Compare
Choose a tag to compare

Fixed #85

0.3.15

08 May 11:21
Compare
Choose a tag to compare

Copied over changes from libBigWig dealing with segfaults when accessing remote files.

0.3.14

11 Apr 12:06
Compare
Choose a tag to compare
  • Fixed issue #81, which caused errors upon installation if curl was absent