Releases: whitews/FlowIO
Releases · whitews/FlowIO
0.9.11
This release updates documentation and adds an error when parsing FCS files where the data offset is reported incorrectly. Some FCS files incorrectly report a data offset that is off by 1 byte yet the file is not corrupt. For this case, the new FlowData option ignore_offset_error
can be set to True to force reading in these files.
0.9.10
This version drops support for Python 2 (0.9.9 is the last version that is compatible with Python 2).
BUGFIX: fixes issue parsing FCS files with mixed integer bit sizes for events in different channels (issue #9)
ACKNOWLEDGEMENTS:
Thanks again to @matt-faria for reporting the issue and submitting PR #9