Skip to content

Commit

Permalink
Update docs (#87)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
adamltyson authored Apr 16, 2020
1 parent 83bacec commit c60650a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cellfinder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.10"
__version__ = "0.3.11"
__author__ = "Adam Tyson, Christian Niedworok, Charly Rousseau"
__license__ = "GPL-3.0"
3 changes: 3 additions & 0 deletions doc_build/main/about/release_notes.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
3 changes: 3 additions & 0 deletions docs/_sources/main/about/release_notes.md.txt
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
5 changes: 5 additions & 0 deletions docs/main/about/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Releases</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#version-0-3-10-2020-04-16">Version 0.3.10 (2020-04-16)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-3-9-2020-03-11">Version 0.3.9 (2020-03-11)</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#added">Added</a></li>
<li class="toctree-l3"><a class="reference internal" href="#fixed">Fixed</a></li>
Expand Down Expand Up @@ -310,6 +311,10 @@

<div class="section" id="releases">
<h1>Releases<a class="headerlink" href="#releases" title="Permalink to this headline"></a></h1>
<div class="section" id="version-0-3-10-2020-04-16">
<h2>Version 0.3.10 (2020-04-16)<a class="headerlink" href="#version-0-3-10-2020-04-16" title="Permalink to this headline"></a></h2>
<p>Minor refactoring</p>
</div>
<div class="section" id="version-0-3-9-2020-03-11">
<h2>Version 0.3.9 (2020-03-11)<a class="headerlink" href="#version-0-3-9-2020-03-11" title="Permalink to this headline"></a></h2>
<div class="section" id="added">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

setup(
name="cellfinder",
version="0.3.10",
version="0.3.11",
description="Automated 3D cell detection and registration of whole-brain images",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c60650a

Please sign in to comment.