2016-04-20 - Lin-BASEX method of Thomas Gerber and co-workers available (see #167)
2016-04-15 - Made changes to .travis.yml to have Travis CI automatically release new version of PyAbel to PyPi
2016-03-20 - Dasch two-point, three-point (updated), and onion-peeling available (see PR #155)
2016-03-19 - onion-peeling algorithm now available (see #53)
2016-03-15 - Changed abel.transform to be a class rather than a function. The previous syntax of abel.transform(IM)['transform']
has been replaced with abel.Transform(IM).transform
.