File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
12formats :
23 - pdf
3- requirements_file : docs/requirements.txt
4+ build :
5+ os : ubuntu-22.04
6+ tools :
7+ python : " 3.11"
8+ jobs :
9+ post_checkout :
10+ - git fetch --unshallow || true
11+ sphinx :
12+ configuration : docs/conf.py
413python :
5- version : 3
14+ install :
15+ - requirements : docs/requirements.txt
16+ - method : pip
17+ path : .
Original file line number Diff line number Diff line change 1- [unreleased]
1+ 1.3.0
22 - enh: add support for PicoQuant ptu file format
33 - setup: drop support for Python <3.11 (due to ptufile)
44 - tests: set up tox for all supported python version
Original file line number Diff line number Diff line change 11|PyCorrFit |
22===========
33
4- |PyPI Version | |Build Status Win | |Build Status Travis | |Coverage Status | |Docs Status |
4+ |PyPI Version | |Build Status | |Build Status Win | |Coverage Status | |Docs Status |
55
66
77Documentation
@@ -19,10 +19,10 @@ at the `issues page <https://github.com/FCS-analysis/PyCorrFit/wiki/Creating-a-n
1919.. |PyCorrFit | image :: https://raw.github.com/FCS-analysis/PyCorrFit/master/doc/Images/PyCorrFit_logo_dark.png
2020.. |PyPI Version | image :: https://img.shields.io/pypi/v/PyCorrFit.svg
2121 :target: https://pypi.python.org/pypi/pycorrfit
22- .. |Build Status Win | image :: https://img.shields.io/appveyor/ci/paulmueller/PyCorrFit/master.svg?label=win
22+ .. |Build Status | image :: https://img.shields.io/github/actions/workflow/status/FCS-analysis/PyCorrFit/check.yml
23+ :target: https://github.com/FCS-analysis/PyCorrFit/actions/workflows/check.yml
24+ .. |Build Status Win | image :: https://img.shields.io/appveyor/ci/paulmueller/PyCorrFit/master.svg?label=build_win
2325 :target: https://ci.appveyor.com/project/paulmueller/pycorrfit
24- .. |Build Status Travis | image :: https://img.shields.io/travis/FCS-analysis/PyCorrFit/master.svg?label=linux_osx
25- :target: https://travis-ci.com/FCS-analysis/PyCorrFit
2626.. |Coverage Status | image :: https://img.shields.io/codecov/c/github/FCS-analysis/PyCorrFit/master.svg
2727 :target: https://codecov.io/gh/FCS-analysis/PyCorrFit
2828.. |Docs Status | image :: https://readthedocs.org/projects/pycorrfit/badge/?version=latest
You can’t perform that action at this time.
0 commit comments