Releases: eyurtsev/fcsparser
Releases · eyurtsev/fcsparser
Version 0.2.8
What's Changed
- Update versions of dependencies and constraints by @cebasfu93 in #65
- Bump version by @eyurtsev in #66
New Contributors
- @cebasfu93 made their first contribution in #65
Full Changelog: v0.2.7...v0.2.8
Version 0.2.7
What's Changed
- Fix unsafe loading from file buffer by @felixthebeard in #58
New Contributors
- @felixthebeard made their first contribution in #58
Full Changelog: v0.2.6...v0.2.7
Version 0.2.6
Version 0.2.5
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
Bug fix by @gergelycsegzi to handle whitespace delimiters
Version 0.2.3
Support for parsing FCS files generated by Cytek xP5 (Brian Teague)
Version 0.2.2
Bug fix to handle some malformed TEXT segments in FCS
Bug fixes
Version 0.2.0
- 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
- Added support for loading files in memory (Thanks @OMantere)