1.2.0 #223
whitews
announced in
Announcements
1.2.0
#223
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FlowKit 1.2.0 is out! Major updates include support for Boolean gates in FlowJo workspaces, renaming Sample channels and making the API more user-friendly. Thanks to everyone who contributed to this release, keep the bug reports and suggestions coming!
New features:
get_keywords
method to Workspace for getting sample keywords stored in a FlowJo workspace (see Load custom keywords from FlowJo .wsp file #210).get_gate_events
now supports source kwarg to control pre-processing of returned events (see Addsource
kwarg toWorkspace.get_gate_events
#196).rename_gate
method (see @219).sample_id
kwarg in theremove_gate
method (see Remove a Custom Gate from GatingStrategy #221).rename_channel
method (see Support renaming a channel in Sample class #198).get_events
,get_channel_events
andas_dataframe
supportevent_mask
kwarg for filtering events using a Boolean array (see Addevent_mask
toSample.get_events
#218).as_dataframe
supports newcol_multi_index
option to control column index type.generate_transforms
to generate a set of transforms for a Sample (see Add utility function to generate a set of transforms for a sample #162).API changes:
id
attribute. This allows more convenient use of independently using transforms outside of a GatingStrategy (see Removeid
attribute from Transform classes #191).add_transform
method.add_transform
method.get_transforms
now returns a dictionary LUT of transform IDs and transform instances.id
attribute. This allows more convenient use of independently using matrices outside of a GatingStrategy (see Removeid
attribute from Matrix class #199).get_comp_matrices
now returns a dictionary LUT of matrix IDs and Matrix instances.Bug fixes:
Documentation:
Dependencies:
This discussion was created from the release 1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions