1.1.0 #188
whitews
announced in
Announcements
1.1.0
#188
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey FlowKit community! Lots of changes in this release, including support for Python 3.11 & 3.12. The major updates: we've moved to a
src
based structure usingpyproject.toml
and finally converted all plotting functions to Bokeh (dropping matplotlib and Seaborn as requirements). Read the notes below for all the changes.Special thanks to @hbhargava7 and @laserson for their contributions to this release!
New features:
read_multi_dataset_fcs
for reading FCS files with multiple data sets (returns a list of Sample instances).Workspace
class now has an option to load FCS files from the URI parameter embedded in the WSP file (Many thanks to @hbhargava7 for PR Add automatic FCS file reading from FlowJo WSP files #168).Sample.plot_scatter_matrix
now displays histograms along the diagonal (Thanks @laserson for the suggestion inplot_scatter_matrix
should plot a histogram along the diagonal #169).WSPBiexTransform
.Sample.plot_scatter
addsevent_mask
option to filter the plotted events.Sample.plot_contours
&Sample.plot_channel
methods now use Bokeh.API changes:
Sample.plot_histogram
method addsdata_min
,data_max
, andx_range
kwargs for filtering data ranges and controlling the view range.ignore_transforms
inparse_wsp
utility function.Transform
sub-classes.gate_path
toplot_scatter
method in both Session & Workspace.sample_id
argument now required forGatingStrategy.is_custom_gate
method.plot_scatter
argumenthighlight_indices
tohighlight_mask
(since it takes a Boolean array and not a list of indices).plot_scatter
argumentdim_ids
split tox_label
&y_label
for specifying axis labels.plot_gate
argumentdim_ids
split tox_label
&y_label
for specifying axis labels.Bug fixes:
Workspace.summary
method when a sample has no gates (see Workspacesummary
method can fail when some samples have no gates #155).RectangleGate
instances (see Adding gates to a workspace and exporting as wsp #157).ValueError
thrown when compensating a Sample specifying null channels vianull_channel_list
(see Isnull_channels
implemented inSample
? #175).Session.plot_scatter
method where mixed compensations are specified for x & y channels (rare).Documentation:
Dependencies:
This discussion was created from the release 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions