Skip to content

Releases: deeptools/pyBigWig

0.3.3

21 Feb 09:27
Compare
Choose a tag to compare
  • 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

25 Nov 12:32
Compare
Choose a tag to compare

Fix compilation when numpy isn't present.

0.3.1

25 Nov 12:34
Compare
Choose a tag to compare

Fixes compilation on OSX

0.3.0

22 Nov 14:21
Compare
Choose a tag to compare
  • If numpy is installed prior to pyBigWig then numpy vectors can be used to create bigWig files. Additionally, the values() function can then output numpy vectors.
  • bigBed files can now be read (but not created).

0.2.8

20 May 08:17
Compare
Choose a tag to compare
  • (Sorry about the delay on the actual release!) Finally fixed handling of large numbers of contigs. This release just fixed things for two different users, so hopefully this issue is now completely resolved.

0.2.7

18 Mar 11:12
Compare
Choose a tag to compare
  • Fixed a bug where bigWig files with more than ~256 chromsomes would cause a segmentation fault (issue #14). This involved including libBigWig-0.1.6.

0.2.6

15 Mar 15:10
Compare
Choose a tag to compare
  • There is now an exact option in the stats() command. This implements the request from #12. The default is False 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

05 Feb 10:37
Compare
Choose a tag to compare

Copy over libBigWig 0.1.4, which should fix JBrowse/et al. being able to parse the bigWig files.

0.2.4

27 Jan 11:12
Compare
Choose a tag to compare
  • Fixed a critical issue wherein None, or a list containing None could be returned without the reference indicator first being incremented. This resulted in rare cases of python trying to free None. See deeptools/deepTools#245

0.2.3

26 Jan 21:41
Compare
Choose a tag to compare
  • Copy over libBigWig-0.1.3, which contains additional file creation fixes. Written files now work in IGV as long as you include zoom levels.