BUGFIX: fixes issue where creating FlowData instances from TemporaryFile() would fail on some platforms (see PR 8)
ACKNOWLEDGEMENTS:
* Thanks to user matt-faria for reporting the temp file issue and submitting PR 8
0.9.8
* BUGFIX: Addresses issue where writing a new FCS file can result in mismatched PnN & PnS channel labels (Issue 5)
0.9.7
* Fixes FlowData.write_fcs method (Issue 4) * Fixes LMD int datatypes where FCS files specify incorrect byte offset * Improve performance when retrieving channel labels * Adds unit tests * Implement Travis CI for reporting build status * Implement CodeCov for reporting test coverage
0.9.6
BUGFIX: Fixes issue where some FCS files were not properly parsed (see 3)