Added - add `gardner` package with `yarden2seq` module that converts `annotation.mat` files to `crowsetta.Sequence` objects + will be installed along with TweetyNet so that `vak` knows how to use `yarden` format
0.1.1a4
Changed - change README.md to state that TweetyNet can be run with `vak` + point to the `vak` docs
Removed - remove `teweetynet/graphs.py` that was no longer being used - remove tweetynet-cli script + `console_script` entry point + old version of script no longer worked with `vak` + tried just using `vak` cli but this can give user confusing error messages where `vak` and `tweetynet` are both mentioned; getting that to work cleanly seems like more trouble than its worth
0.1.1a3
Changed - Change dependency to `vak` (<https://github.com/NickleDave/vak>) after renaming `songdeck` to `vak`--shouldn't affect usage of TweetyNet, but need to release new version so dependencies work when installing from PyPI
0.1.1a2
Changed - Version where network is abstracted away from code for benchmarking; put that code in a separate library, `songdeck`