Skip to content

Commit

Permalink
Merge pull request #239 from CosmiQ/dev
Browse files Browse the repository at this point in the history
Bump to 0.1.3
  • Loading branch information
nrweir committed Aug 21, 2019
2 parents eb2ce05 + fe7898a commit f1042a8
Show file tree
Hide file tree
Showing 15 changed files with 895 additions and 234 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -24,8 +24,8 @@
copyright = u'2018-{}, CosmiQ Works: an IQT Lab'.format(time.strftime("%Y"))

# The full version, including alpha/beta/rc tags
release = '0.1.2'
version = '0.1.2'
release = '0.1.3'
version = '0.1.3'

# -- General configuration ---------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/index.rst
Expand Up @@ -43,6 +43,7 @@ on creating configuration files and running the CLI can be found below.
* `Creating training masks with the solaris CLI <notebooks/cli_mask_creation.ipynb>`_
* `Running a full deep learning pipeline using the solaris CLI <notebooks/cli_ml_pipeline.ipynb>`_
* `Evaluating prediction quality on SpaceNet data with the solaris CLI <notebooks/cli_spacenet_evaluation.ipynb>`_
* `Mapping vehicles with the cowc dataset <notebooks/map_vehicles_cowc.ipynb>`_

If these relatively narrow use cases don't cover your needs, the ``solaris`` python
API can help!
Expand Down
161 changes: 0 additions & 161 deletions docs/tutorials/notebooks/api_inference_spacenet.ipynb

This file was deleted.

14 changes: 0 additions & 14 deletions docs/tutorials/notebooks/api_inference_spacenet.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/tutorials/notebooks/api_masks_tutorial.ipynb
Expand Up @@ -399,9 +399,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "solaris",
"display_name": "Python 3",
"language": "python",
"name": "solaris"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -413,7 +413,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f1042a8

Please sign in to comment.