Skip to content

Releases: whitews/FlowIO

0.9.11

10 May 19:24
Compare
Choose a tag to compare

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

04 Mar 16:23
Compare
Choose a tag to compare

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

0.9.9

03 Mar 13:26
Compare
Choose a tag to compare

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

28 Oct 02:12
Compare
Choose a tag to compare
  • BUGFIX: Addresses issue where writing a new FCS file can result in mismatched PnN & PnS channel labels (Issue #5)

0.9.7

07 Oct 01:01
Compare
Choose a tag to compare
  • 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

12 Aug 14:48
Compare
Choose a tag to compare

BUGFIX: Fixes issue where some FCS files were not properly parsed (see #3)

0.1

25 Nov 20:36
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
initial commit