Skip to content

1.1.0

Compare
Choose a tag to compare
@whitews whitews released this 25 Jan 03:42
· 93 commits to master since this release
  • Reduce time to create new FCS files
  • Support additional parameter related FCS keywords when creating new FCS files
  • Error raised when creating FCS files with non-float data type
  • API: Custom exceptions / errors are now thrown. These can be imported via the module flowio.exceptions
  • API: FlowData constructor added ignore_offset_discrepancy option to ignore discrepancy between the HEADER and TEXT values for the DATA byte offset location
  • API: FlowData constructor added use_header_offsets option to use the HEADER section for the data offset locations
  • BUGFIX: Remove invalid $PnE output for float data type (create_fcs still only supports exporting as float)

Special thanks to @zbjornson for PRs #16, #17, #18, #21