Skip to content

Releases: eyurtsev/fcsparser

Version 0.2.8

17 Oct 15:48
5bffb03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

Version 0.2.7

06 Sep 19:44
7b44cae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

Version 0.2.6

26 Apr 16:12
7ae25ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

Version 0.2.5

26 Apr 15:47
6ca7e70
Compare
Choose a tag to compare

What's Changed

@bpteague and @CaRniFeXeR provided a fix for:
A quick fix for FCS files that have multiple datasets. See details @eyurtsev in #43

Swap to relative imports: @bpteague in #42

Full Changelog: v0.2.4...v0.2.5

Bug fix for handling whitespace delimiters

24 Oct 17:25
92c3abf
Compare
Choose a tag to compare

Bug fix by @gergelycsegzi to handle whitespace delimiters

Version 0.2.3

07 Oct 18:12
1fc4364
Compare
Choose a tag to compare

Support for parsing FCS files generated by Cytek xP5 (Brian Teague)

Version 0.2.2

13 Aug 18:17
e84109f
Compare
Choose a tag to compare

Bug fix to handle some malformed TEXT segments in FCS

Bug fixes

13 May 23:20
Compare
Choose a tag to compare

Bug fixes from various members of the community:

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)

Version 0.2.0

19 Feb 17:54
Compare
Choose a tag to compare
  • python2/3 compatibility fix when reading fcs files with mixed data types
  • 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)

Breaking changes

  • pandas is required
  • removed (output_datatype) kwarg in parse

Version 0.1.4

26 Aug 23:11
Compare
Choose a tag to compare
  • Added support for loading files in memory (Thanks @OMantere)