Changelog
=========

Here you can see the full list of changes between each Wiggelen release.


Version 0.1.4
-------------

Release date to be decided.

- Fix parsing tracks in fixedStep mode.
- Intervals BED track is now correctly written tab-delimited.
- Fix distance module on Python 3.2+.


Version 0.1.3
-------------

Released on June 11th 2013.

- Fix distance calculation on values below threshold. Positions where both
  values are below the given threshold are ignored.


Version 0.1.2
-------------

Released on May 6th 2013.

- Coverage intervals. Module `intervals` implements extraction of coverage
  intervals from walkers and writing them to BED files. Coverage intervals
  with an optional value threshold can be written for any wiggle track to a
  BED file using the command line `coverage` command.
- Add name and description arguments to `write` (Jeroen Laros).
- Fix dependencies declaration in setup.py (only affects Python 2.6).


Version 0.1.1
-------------

Released on April 27th 2013.

- Fix installation from PyPi (``README.rst`` was missing in sdist).


Version 0.1.0
-------------

Released on April 26th 2013.

First public release.
