Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.1
->1.2.1
Release Notes
whitews/flowkit (flowkit)
v1.2.1
Compare Source
BUGFIX: Fixes regression in loading resources, dropping pkg_resources and using importlib (thanks to @tristan-ranff for PR #224)
v1.2.0
Compare Source
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 #210).get_gate_events
now supports source kwarg to control pre-processing of returned events (see #196).rename_gate
method (see @219).sample_id
kwarg in theremove_gate
method (see #221).rename_channel
method (see #198).get_events
,get_channel_events
andas_dataframe
supportevent_mask
kwarg for filtering events using a Boolean array (see #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 #162).API changes:
id
attribute. This allows more convenient use of independently using transforms outside of a GatingStrategy (see #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 #199).get_comp_matrices
now returns a dictionary LUT of matrix IDs and Matrix instances.Bug fixes:
Documentation:
Dependencies:
v1.1.2
Compare Source
Matrix.fluorochromes
attribute. Thanks to @okolupaev for reporting #206!v1.1.1
Compare Source
ModuleNotFoundError
forpkg_resources
package in newer Python versions. Now usingimportlib
when available for loading non-code resources. Thanks to @tristan-ranff for PR #192!v1.1.0
Compare Source
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 #168).Sample.plot_scatter_matrix
now displays histograms along the diagonal (Thanks @laserson for the suggestion in #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 #155).RectangleGate
instances (see #157).ValueError
thrown when compensating a Sample specifying null channels vianull_channel_list
(see #175).Session.plot_scatter
method where mixed compensations are specified for x & y channels (rare).Documentation:
Dependencies:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.