0.9.2: Add acq2txt, which (not surprisingly) turns acq files into text files.
0.9.1: Add ability to read file revision 61 (appears to be an old version 4.x for Mac). Thanks to <David.Gutmanmed.nyu.edu> for bug report & example file.
0.9.0: Change MATLAB file writer to create a cell array for channels instead of the silly named struct thing.
0.8.4: Add convenience method: bioread.read_file(). Add useful __unicode__(), __str__(), and __repr__() methods to biopac.Datafile and biopac.Channel.
0.8.3: Reading uncompressed data now ~50% faster. Fixed bug in improperly scaling data converted from int to float by AcqKnowledge.
0.8.2: Rewrite algorithm to read uncompressed data; now ~15x faster.
0.8.1: Small changes to make deploying without easy_install easier.