1.0.0 #147
whitews
announced in
Announcements
1.0.0
#147
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 1.0.0 is a major milestone for the FlowKit project. This release adds support for custom sample gates in FlowJo 10 workspaces. As a major release, this version has significant API changes. Please read the release notes below and review the documentation for all the API changes.
New features:
sample_id
when adding a gate to the gate tree.remove_gate
method. The method includes an option to retain downstream (descendant) gates.get_index_sorted_locations
for FACs Diva index sorted files (see Retrieve index sorted information from FCS files (if available) #112)id
attribute, allowing identification of samples created from NumPy arrays or pandas DataFrames.id
attribute)plot_scatter
addshighlight_indices
option for highlighting events using a Boolean array.Removed features:
calculate_compensation_from_beads
, the function was moved to the flowkit_extras package (see Remove creating compensation from bead samples #123)API changes:
exceptions
module containing custom FlowKit exceptions and warnings. This module also imports FlowIO exceptions so users can import all of them from one source.get_group_samples
was removed.group_name
option removed from all Session methods.get_child_gates
was removed. A new methodget_child_gate_ids
was added. Gate instances are only available viaget_gate
.get_parent_gate
was removed. A new methodget_parent_gate_id
was added. Gate instances are only available viaget_gate
.is_custom_gate
method for determining whether a Gate ID, Sample ID combination has a custom gate or the template gate.plot_scatter
methods now take an optionalbin_width
argument to control the smoothness of the color densityparent_gate_name
argument. Gate relationships are handled completely by the GatingStrategy class.get_dimension_ids
for retrieving Dimension IDs.Bug fixes:
orig
data for FCS files with data type intDocumentation:
subsample_events
corrected to reflect that the method does not return anything (seesubsample_events()
does not return anything #129)Dependencies:
latest seaborn changes API, lock down version
This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions