Releases: FCS-analysis/PyCorrFit
Releases · FCS-analysis/PyCorrFit
PyCorrFit 0.8.9
- 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:
- 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
- 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:
- 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
- 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:
- 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
- Improved support for "ALV-7004" files.
- If you install the GUI with pip, you now need to include
theGUI
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
PyCorrFit 0.8.6-alpha1
PyCorrFit 0.8.6
- Bugfix: Opening .fcs files with only one AC curve works now
- Zip files with measurements may now contain subfolders
- Improved pt3-file support from
https://github.com/dwaithe/FCS_point_correlator (#89)
PyCorrFit 0.8.5-pt3dev1
Improved pt3-support by https://github.com/dwaithe/FCS_point_correlator.
PyCorrFit 0.8.5
- 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
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 thedoc
folder if it was not previously compiled with LaTeX.