-
Notifications
You must be signed in to change notification settings - Fork 45
/
CHANGE_LOG
41 lines (25 loc) · 1.04 KB
/
CHANGE_LOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
v0.2.3 (2021-10-07): Support for parsing more types of FCS files
PR from Brian Teague to support FCS files generated by Cytek xP5 which
involve 3-byte fields.
v0.2.2 (2021-08-13): Bug fixes
Author: Brian Teague <[email protected]>
Date: Fri Aug 13 13:42:19 2021 -0400
parse TEXT segments that don't end with a delimiter (#27)
v0.2.1 (2020-05-13): Bug fixes
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)
v0.2.0 (2018-02-19):
- 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).
v0.1.2 (2015-12-28): Bug fix for unicode issues
v0.1.0 (2015-09-03): Repository separated from FlowCytometryTools