Skip to content

Releases: FCS-analysis/PyCorrFit

PyCorrFit 0.8.9

29 Aug 07:00
Compare
Choose a tag to compare

  • Improved support for "ALV-7004" files (#104)
  • Increase resolution for image export
  • Load weights from PyCorrFit csv files
  • Tool 'Overlay Curves': show cropped correlation curves
  • Tool 'Trace view': increase size of window (#93)
  • Tool 'Global fitting': remove forced, joint weights
  • Session comment dialog: more intuitive behavior (#116)
  • Improve plot export (#95)
  • Bugfixes:
    • Weights for fit at borders of fit interval were
      computed incorrectly due to integer division
    • Fitting algorithms did not work (#94)
    • Creating averages did not work (#123)
    • ASCII errors in statistics tool (#112)
  • Under the hood:
    • Introduce new classes: Correlation, Fit, Trace
    • Code cleanup and rewrite to support planned features
    • In some cases support older versions of NumPy

PyCorrFit 0.8.8-beta2

21 Aug 11:38
Compare
Choose a tag to compare
PyCorrFit 0.8.8-beta2 Pre-release
Pre-release

downloads

  • Improved support for "ALV-7004" files (#104)
  • Increase resolution for image export
  • Load weights from PyCorrFit csv files
  • Tool 'Overlay Curves': show cropped correlation curves
  • Tool 'Trace view': increase size of window (#93)
  • Tool 'Global fitting': remove forced, joint weights
  • Bugfixes:
    • fitting algorithms did not work (#94)
    • creating averages did not work (#123)
    • ascii errors in statistics tool (#112)
  • Under the hood:
    • Introduce new classes: Correlation, Fit, Trace
    • Code cleanup and rewrite to support planned features
    • In some cases support older versions of NumPy

PyCorrFit 0.8.8-beta1

20 Aug 20:21
Compare
Choose a tag to compare
PyCorrFit 0.8.8-beta1 Pre-release
Pre-release

downloads

  • Improved support for "ALV-7004" files (#104)
  • Increase resolution for image export
  • Load weights from PyCorrFit csv files
  • Tool 'Overlay Curves': show cropped correlation curves
  • Tool 'Trace view': increase size of window (#93)
  • Tool 'Global fitting': remove forced, joint weights
  • Bugfixes:
    • fitting algorithms did not work (#94)
    • creating averages did not work (#123)
    • ascii errors in statistics tool (#112)
  • Under the hood:
    • Introduce new classes: Correlation, Fit, Trace
    • Code cleanup and rewrite to support planned features
    • In some cases support older versions of NumPy

PyCorrFit 0.8.8

20 May 08:36
Compare
Choose a tag to compare

downloads

  • Improved support for "ALV-7004" files.
  • If you install the GUI with pip, you now need to include
    the GUI requirement: pip install pycorrfit[GUI].
    The GUI depends on matplotlib and wxPython which is not
    required for scripting with the pycorrfit module.
  • Bugfix: missing version string on SuSe linux (#101)
  • Under the hood:
    • Python entry point script replaces "bin/" script
    • Windows build system hosted by appveyor.com
    • MacOS X build system hosted by travis-ci.org
    • New builds use wxPython3 (#85)
    • Unicode support without reload(sys)
    • Error messages are more verbose

PyCorrFit 0.8.7

16 Apr 09:13
Compare
Choose a tag to compare
  • Removed unused fitting parameter d_eva from model 6022 and
    secured backwards compatibility.
  • Improved support for ALV700X (#92)
  • Bugfix: Corrected false display of Unicode characters on Windows
  • Under the hood:
    • Code cleanup with pyflakes
    • Repo cleanup (#98)

PyCorrFit 0.8.6-alpha1

25 Mar 13:57
Compare
Choose a tag to compare
Pre-release
  • Improved support for ALV700X (#92)
  • Corrected false display of Unicode characters on Windows
  • Code cleanup (#98)

PyCorrFit 0.8.6

27 Feb 08:51
Compare
Choose a tag to compare

PyCorrFit 0.8.5-pt3dev1

29 Jan 21:15
Compare
Choose a tag to compare
Pre-release

PyCorrFit 0.8.5

07 Jan 20:21
Compare
Choose a tag to compare
  • Fixed bug that made it impossible to load data (#88)
  • Exceptions are now handled by wxPython
  • Under the hood:
    • pythonic repository structure
    • Relative imports
    • Windows build machine is now Windows 7
    • Removed strict dependency on matplotlib

PyCorrFit with pythonic simplifications

01 Jan 21:42
Compare
Choose a tag to compare
Pre-release

The repository was restructured to better fit pythonic standards.

  • This includes renaming the folders for documentation (doc-src -> doc), examples (userd_defined_model_functions, sample_sessions -> examples), pyinstaller files (pyinstaller-howto -> freeze_pyinstaller) and the source code itself (src -> pycorrfit).
  • Furthermore PyCorrFit can now be started with a python -m pycorrfit and the module now uses relative imports, which will make a port to Python3 easier.
  • The compiled documentation is stored in the PyCorrFit wiki, which reduces the size of the repository. With python setup.py build_ext --inplace all cython extensions are build and the documentation is downloaded to the doc folder if it was not previously compiled with LaTeX.