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
Uh oh!
There was an error while loading. Please reload this page.
-
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_idwhen adding a gate to the gate tree.remove_gatemethod. The method includes an option to retain downstream (descendant) gates.get_index_sorted_locationsfor FACs Diva index sorted files (see Retrieve index sorted information from FCS files (if available) #112)idattribute, allowing identification of samples created from NumPy arrays or pandas DataFrames.idattribute)plot_scatteraddshighlight_indicesoption 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:
exceptionsmodule containing custom FlowKit exceptions and warnings. This module also imports FlowIO exceptions so users can import all of them from one source.get_group_sampleswas removed.group_nameoption removed from all Session methods.get_child_gateswas removed. A new methodget_child_gate_idswas added. Gate instances are only available viaget_gate.get_parent_gatewas removed. A new methodget_parent_gate_idwas added. Gate instances are only available viaget_gate.is_custom_gatemethod for determining whether a Gate ID, Sample ID combination has a custom gate or the template gate.plot_scattermethods now take an optionalbin_widthargument to control the smoothness of the color densityparent_gate_nameargument. Gate relationships are handled completely by the GatingStrategy class.get_dimension_idsfor retrieving Dimension IDs.Bug fixes:
origdata for FCS files with data type intDocumentation:
subsample_eventscorrected 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