Skip to content

Releases: dpryan79/libBigWig

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.

0.3.2

17 Mar 18:02
Compare
Choose a tag to compare

This release includes fixes for access to remote uncompressed files (issues #20 and #22). Thanks to @andrewyatz for pointing out these issues.