PR from Brian Teague to support FCS files generated by Cytek xP5 which involve 3-byte fields.
0.2.2
Author: Brian Teague <bpteaguegmail.com> Date: Fri Aug 13 13:42:19 2021 -0400
parse TEXT segments that don't end with a delimiter (27)
0.2.1
Max Zhao (2): Adding encoding option setting for reading fcs files Add bitmask to mask bits outside of specified data range (22)
cericson (1): Bugfix: Handle repeated TEXT delimiter (18)
monchin (1): To avoid 'text end' equals 'data start' (20)
0.2.0
- python2/3 compatibility fix
*Breaking changes*
- pandas is required - removed (output_datatype) kwarg in parse - data is automatically converted to float32 to protect the user from making mistakes when the data type is mixed (but the user can choose to turn conversion off).