Skip to content

Releases: dpryan79/libBigWig

0.4.8

17 Jan 15:02
43c294e
Compare
Choose a tag to compare
  • Merge in pointer changes from #66 (thanks to @jayhesselberth !)
  • Merge in changes mentioned in deeptools/pyBigWig#152 , wherein a mismatch in the order between the chromosomes in the header and in the data section caused wrong results. This mismatch should now be supported, though the library will (correct, in my opinion) refuse to create such files.

0.4.7

13 Aug 12:57
Compare
Choose a tag to compare

Various small consistency changes and bug fixes.

0.4.6

07 Feb 10:32
09a1b92
Compare
Choose a tag to compare

Handle non-empty files that have all 0 values in their summaries. Previously a summary indicating 0 bases covered was used to indicate an empty bigWig file. This is apparently not the case for very old files.

0.4.4

14 May 14:42
fe5177e
Compare
Choose a tag to compare

Fix the uninitialized value from deeptools/pyBigWig#85

0.4.3

08 May 10:35
9c4eedf
Compare
Choose a tag to compare

Fixed issue #35

0.4.2

08 Jan 12:43
Compare
Choose a tag to compare
  • bwStats() and bwStatsFromFull() can accept the sum type, which is the per-base sum.
  • Regenerated the documentation, since I don't think I've done that recently.

0.4.1

23 Sep 15:24
Compare
Choose a tag to compare
  • For remote files accessed with https, most error checking of the certificate is now ignored by default.
  • You can now create and access bigWig files without entries. It's unlikely that other tools/libraries will support this.
  • Support for >65535 contigs has been fixed. Files with up to ~1 billion contigs in the header should be able to be produced and still parsed in java programs (e.g., IGV).

0.4.0

24 Jul 07:48
Compare
Choose a tag to compare
  • Renamed io.h to bigWigIO.h, fixing #30

0.3.4

15 Jul 12:45
Compare
Choose a tag to compare
  • Fixed issue #26, where an inappropriate bin size was being used for sparse data.

0.3.3

29 Mar 14:59
Compare
Choose a tag to compare

The method used for HTTPAUTH is now negotiated.