diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60cea951..cb0646bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,6 @@ conda:build:windows: - win script: - conda activate base - - cd tools && git pull --force && cd.. - .\tools\build.bat conda:test:linux: diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 214919d5..bf6cdd00 100755 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -33,6 +33,7 @@ requirements: - hdf5 - python - setuptools + - typing # [py27] - numpy run: - python diff --git a/doc/conf.py b/doc/conf.py index ff9ca692..15eea3b7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -180,8 +180,7 @@ # index.html release_highlights_dir = Path("..") / "examples" / "release_highlights" # Finds the highlight with the latest version number -latest_highlights = sorted(release_highlights_dir.glob( - "plot_release_highlights_*.py"))[-1] +latest_highlights = sorted(release_highlights_dir.glob("plot_release_highlights_*.py"))[-1] latest_highlights = latest_highlights.with_suffix('').name html_context["release_highlights"] = \ f"auto_examples/release_highlights/{latest_highlights}" diff --git a/doc/templates/index.html b/doc/templates/index.html index 97d00551..20c66b18 100755 --- a/doc/templates/index.html +++ b/doc/templates/index.html @@ -102,15 +102,15 @@

time-tagged time-re
-

Photon distribution analysis

-

Recover fluorescence lifetimes and distance distributions.

+

Photon distribution analysis

+

Analyze intensities and recover distances.

Applications: Interaction studies, recover distances
Methods: MLE, and more...

@@ -148,7 +148,7 @@

News

  • On-going development: What's new (Changelog) -
  • April 2021. tttrlib 0.21.2 is available for download (Changelog). +
  • January 2024. tttrlib 0.25.0 is available for download (Changelog).
  • tttrlib from 0.21 requires Python 3.8 or greater.
  • diff --git a/doc/themes/scikit-learn-modern/nav.html b/doc/themes/scikit-learn-modern/nav.html index 8054815e..d9237047 100755 --- a/doc/themes/scikit-learn-modern/nav.html +++ b/doc/themes/scikit-learn-modern/nav.html @@ -53,7 +53,7 @@ API {%- for title, link in drop_down_navigation %}