Skip to content

Releases: taborlab/FlowCal

Version 1.0 beta 2

18 Mar 19:48
Compare
Choose a tag to compare

Changes in Excel UI:

  • Titles in density/histogram plots produced by the Excel UI now have the sample ID instead of the file name.
  • Corrected bug that interfered with the Excel UI's file selection window in OSX.

Other changes:

  • Earlier versions of some requirements are now supported.

Version 1.0 beta 1

06 Jan 17:40
Compare
Choose a tag to compare

Code changes:

  • Package name has been officially changed to FlowCal.
  • Reorganized modules plot and mef.

Version 0.8.1

08 Dec 17:22
Compare
Choose a tag to compare

New feaures:

  • New Excel interface!
  • Scripts for easy installation and launch of Excel UI .

Others:

  • Code style changes.
  • New unit tests.

Version 0.7.1

05 Oct 02:19
Compare
Choose a tag to compare

New features:

  • Template excel file, with explanations of fields.
  • fc now optionally uses palettable for default colors.

Bug fixes:

  • If using pip, openpyxl 2.0.2 is installed instead of using the last version. This fixes some installation problems.

Others:

  • Small code style changes
  • Importing fc imports all the submodules by default.

Version 0.7

17 Aug 20:31
Compare
Choose a tag to compare

New features:

  • Full support for FCS2.0 and 3.0 files.

Bug fixes:

  • Changed color of gate in plots to increase contrast.
  • Solved bug in acquisition time calculation in windows.

Version 0.6

03 Aug 05:20
Compare
Choose a tag to compare

Improvements in the excel input/output script:

  • Channels in which statistics and plots can be calculated can now be specified in the input excel spreadsheet.
  • Channels in which MEF transformations should be done can now be specified.
  • Acquisition time is now reported as one of the statistics.

Other new features:

  • Bar plotting functions.
  • Fixed ellipse gate.
  • Acquisition time reported via .acquisition_time property in the FCSData object.

First release!

30 Jul 01:38
Compare
Choose a tag to compare
Merge pull request #35 from castillohair/package

Use setuptools for easier installation.