Skip to content

Commit 4077d6d

Browse files
committed
maintenance
1 parent 337a0ec commit 4077d6d

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
version: 2
12
formats:
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
413
python:
5-
version: 3
14+
install:
15+
- requirements: docs/requirements.txt
16+
- method: pip
17+
path: .

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
Documentation
@@ -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

0 commit comments

Comments
 (0)