Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cytoflow/cytoflow

0.9.1

29 Mar 15:53

Choose a tag to compare

Cytoflow release

0.8.0

10 Feb 23:38

Choose a tag to compare

Cytoflow release

0.5.2

21 May 16:58

Choose a tag to compare

Fix MANIFEST.in to include logicle.h

0.5.0 "GFP"

12 May 16:13

Choose a tag to compare

  • Significant re-work of summary statistics generation and plotting
  • Tighten down TASBE calibrated cytometry
  • MANY many bug fixes, both in modules and GUI

0.4.1

11 Sep 14:18

Choose a tag to compare

New in this release:

  • A GUI for the calibrated cytometry tools!
    • Bleedthrough compensation (both linear and piecewise-linear)
    • Bead calibration
    • Autofluorescence correction
    • Color mapping
  • Keep the same scales on plots in the same x, y facets
  • Significant under-the-hood re-wiring
  • Other bug-fixes

0.3.2 - "mVenus"

04 Jun 17:14

Choose a tag to compare

  • Fix some Logicle crashers
  • Add error bars to barplot, stats views
  • Use FastLogicle -- it's faster!

v0.3.0 - "mKate"

21 May 21:04

Choose a tag to compare

A public beta!

  • The point-and-click GUI is not only functional but useful. Serious restructuring behind the scenes, including a multi-process model to keep the GUI responsive.
  • More operations (GMMs) and views (2D histogram, 1 and 2D KDEs, violin plots.)
  • Lots (lots) of packaging work. One-click bundles and distribution infrastructure.

v0.2.0 "FITC"

04 Mar 02:24

Choose a tag to compare

A developer's beta!

  • Add a public API to Experiment to add conditions and channels.
  • Add scaling options to views, data-driven modules
  • Add 1D and 2D gaussian mixture models
  • Clean up import mess
  • Linear bleedthrough module, quad gate

v0.1.11 "Bimane"

03 Dec 22:53

Choose a tag to compare

v0.1.11 "Bimane" Pre-release
Pre-release
  • Drops the isValid() methods from the operations and views, expecting estimate(), plot() and apply() to instead check (early!) if it's valid and throw an exception if not.
  • Gave operations an optional defaultView() method, for interactive plots and the like: allows tighter coupling between an interactive plot and the module whose traits it's viewing or changing.
  • Unit testing infrastructure. At the moment, mostly smoke tests, not actual functionality testing.
  • More examples!
  • TASBE workflow fixes. Now they (mostly) match the implementation at synbiotools.bbn.com.

v0.1.8 "Alexa-594"

30 Sep 19:42

Choose a tag to compare

v0.1.8 "Alexa-594" Pre-release
Pre-release

Better packaging, better documentation, better instructions. Now the EasyInstall script should work on Windows!