From c60650aca6f576a082bd0830d12f57e74ef84d13 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Thu, 16 Apr 2020 10:35:11 +0100 Subject: [PATCH] Update docs (#87) * add gitter info * readme typo * update coverage dependency * deploy to linux and windows * update coverage dependency * add six dependency * travis revert * update travis * speed up test * change cibuildtools syntax * docker deploy * update travis * update travis * update travis * docker into jobs * name deplot stage * change deploy * update testing script * update coverage dependency * new curation interface * update stages * remove matrix * update jobs * update python versions * update wheelbuilding * remove script and add os * update travis * formatting check with black * update wheelbuilding * ls before deployment * remove install from deployment job * move install to script * conditional deployment * update conditions * update conditions * twine upload * install twine * install twine * update travis * change twine upload * update testing * retry twine upload * retry twine upload * bump * full deploy test * update manifest * update travis * full deployment * fix typo in travis.yml * tag * edit conditional deployment * remove sudo * update travis * update travis * update travis * remove wheelbuilding * update conditions * Update conditions * tag condition * update conditions * add branch to condition * remove branch * update conditions * add branch to conditions * add repo to conditions * add repo to conditions * reorder conditions * reorder conditions * add condition * add matrix * revert travis * update tests * more job detail * more job detail * full test and deploy * bump * update coverage * remove unneeded line in travis * remove unneeded line in travis * test coveralls * pin coveralls version * update coveralls * windows tests * Upgrade setuptools * upgrade setuptools * bump * update coverage call * update coveralls depedency * update coveralls depedency * fix documentation * fix import statement * fix conflicts * update napari points api usage * update docs * update amap api useage * fix imlib source_files import errors * bump * bump * update docs --- cellfinder/__init__.py | 2 +- doc_build/main/about/release_notes.md | 3 +++ docs/_sources/main/about/release_notes.md.txt | 3 +++ docs/main/about/release_notes.html | 5 +++++ setup.py | 2 +- 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/cellfinder/__init__.py b/cellfinder/__init__.py index 0c703c7d..551a4bb4 100644 --- a/cellfinder/__init__.py +++ b/cellfinder/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.3.10" +__version__ = "0.3.11" __author__ = "Adam Tyson, Christian Niedworok, Charly Rousseau" __license__ = "GPL-3.0" diff --git a/doc_build/main/about/release_notes.md b/doc_build/main/about/release_notes.md index 30cebb4d..4be3e384 100644 --- a/doc_build/main/about/release_notes.md +++ b/doc_build/main/about/release_notes.md @@ -1,5 +1,8 @@ # Releases +## Version 0.3.10 (2020-04-16) +Minor refactoring + ## Version 0.3.9 (2020-03-11) ### Added Training can now be saved every N epochs using `--checkpoint-interval` diff --git a/docs/_sources/main/about/release_notes.md.txt b/docs/_sources/main/about/release_notes.md.txt index 30cebb4d..4be3e384 100644 --- a/docs/_sources/main/about/release_notes.md.txt +++ b/docs/_sources/main/about/release_notes.md.txt @@ -1,5 +1,8 @@ # Releases +## Version 0.3.10 (2020-04-16) +Minor refactoring + ## Version 0.3.9 (2020-03-11) ### Added Training can now be saved every N epochs using `--checkpoint-interval` diff --git a/docs/main/about/release_notes.html b/docs/main/about/release_notes.html index d3384686..e2e89c55 100644 --- a/docs/main/about/release_notes.html +++ b/docs/main/about/release_notes.html @@ -100,6 +100,7 @@