Releases: deeptools/pyBigWig
Releases · deeptools/pyBigWig
0.3.13
- Fixed some python 3 builds (PR #76 from @rmsds )
- Started testing for python 3.7 and dropped official support for python 2 (it should work, but I'm no longer testing it).
0.3.12
- Fixed compilation without curl
- Added at least partial support for pandas (issue #63)
0.3.10
- Fixed issue #54, which was due to incorrectly handling numpy vectors of unicode strings.
0.3.9
- Fixed a segfault caused by a misplaced reference count decrementation in version 0.3.8 (when numpy is not used).
0.3.8
- Fixed a memory leak when numpy is used during file creation. Thanks to @pmarks for both finding and patching this.
0.3.7
- Fixed issue #48. The object-specific functions are no longer exposed at the module level.
0.3.6
- Fixed issue #45, which only occurs if numpy was not installed at the time pyBigWig was. This will not affect pyBigWig if it's installed with
conda install pyBigWig
, since numpy is listed as a dependency.
0.3.5
- Fixed issue #36 and #39 . Now approximately one billion contigs are supported when writing files. The resulting files can be read by IGV now.
- Fixed issue #38. Files with no entries can now be opened.
- You can now use
with
with pyBigWig (see #35)
- A number of rare issues involving accessing remote files were resolved (#31 and #32)
0.3.4
pyBigWig can now be installed without support for remote files (this was issue #29). If python can't find curl-config
during installation then remote file access will be removed.