Skip to content

Releases: deeptools/pyBigWig

0.2.3

26 Jan 21:41

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.

0.2.2

26 Jan 21:39

Choose a tag to compare

  • Copy over libBigWig-0.1.2
  • Various file creation bug fixes

0.2.1

26 Jan 21:38

Choose a tag to compare

  • Allowed the nosetests to run anywhere
  • Fixed a python2 -> python3 difference that caused memory issues.

0.2.0: Merge pull request #4 from dpryan79/WriterIntegration

26 Jan 21:37

Choose a tag to compare

0.1.11

26 Jan 21:36

Choose a tag to compare

  • fixed the download_url
  • Removed a NULL return from a void function (initpyBigWig()).

0.1.10

26 Jan 21:34

Choose a tag to compare

  • Added a Galaxy XML file
  • Removed excess Py_INCREF()s
  • Free memory once the module is no longer needed

0.1.9

26 Jan 21:31

Choose a tag to compare

  • Fixed the MANIFEST
  • Various compilation fixes, which should fix Galaxy installation

0.1.8

26 Jan 21:30

Choose a tag to compare

  • Added nose tests
  • libBigWig to 1.0.8
  • Transitioned to setuptools

0.1.7

26 Jan 21:28

Choose a tag to compare

  • Added initial python3 support
  • Started throwing RuntimeErrors on errors.
  • Added initial OSX support