0.9.13
Added optional argument only_text
to FlowData constructor to only read the "text" segment of FCS files without loading event data. This allows faster parsing of a large number of files to inspect metadata, and also uses less memory.
Thanks to @JcGKitten for the feature request & implementation (pull request #11)