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 @@
Recover fluorescence lifetimes and distance distributions.
+Analyze intensities and recover distances.
Applications: Interaction studies, recover distances Methods: MLE, and more...