Skip to content

Commit

Permalink
Release 0.18 (#476)
Browse files Browse the repository at this point in the history
## Overview

Changes:

* Added release date for 0.18
* Update documentation
  • Loading branch information
huard authored May 23, 2023
2 parents f5ea7c9 + 89ac6ed commit 1f63594
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changes
=======


0.18.0 (unreleased)
0.18.0 (2023-05-23)
-------------------

Major Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/source/dev_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ raven-wps has been installed with ``make develop``::
Or::

# to test a single notebook (note the .run at the end of the notebook path)
$ make docs/source/notebooks/Assess_probabilistic_flood_risk.ipynb.run
$ make docs/source/notebooks/Subset_climate_data_over_watershed.ipynb.run

The notebooks may also require other WPS services (Finch and Flyingpigeon). By
default these are from the production server but we can point the notebooks to
Expand All @@ -103,7 +103,7 @@ local servers if needed for development purposes::
Or::

# to test a single notebook (note the .run at the end of the notebook path)
$ make FLYINGPIGEON_WPS_URL=http://localhost:8093 FINCH_WPS_URL=http://localhost:5000 docs/source/notebooks/Assess_probabilistic_flood_risk.ipynb.run
$ make FLYINGPIGEON_WPS_URL=http://localhost:8093 FINCH_WPS_URL=http://localhost:5000 docs/source/notebooks/Subset_climate_data_over_watershed.ipynb.run

If instead we want to run the notebooks against the production raven-wps server
or any other raven-wps servers::
Expand All @@ -114,7 +114,7 @@ or any other raven-wps servers::
Or::

# to test juste 1 notebook (note the .run at the end of the notebook path)
$ make WPS_URL=https://pavics.ouranos.ca/twitcher/ows/proxy/raven/wps docs/source/notebooks/Assess_probabilistic_flood_risk.ipynb.run
$ make WPS_URL=https://pavics.ouranos.ca/twitcher/ows/proxy/raven/wps docs/source/notebooks/Subset_climate_data_over_watershed.ipynb.run

We can also override all three of the server variables (WPS_URL, FINCH_WPS_URL,
FLYINGPIGEON_WPS_URL) to pick and choose any servers/services from anywhere we want.
Expand Down
34 changes: 0 additions & 34 deletions docs/source/developer.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ User documentation
dev_guide
processes
changes
developer

Credits
-------
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ build-backend = "flit_core.buildapi"
[project]
name = "raven"
authors = [
{name = "David Huard", email = "[email protected]"}
{name = "David Huard", email = "[email protected]"},
{name = "Richard Arsenault", email = "[email protected] "}
]
maintainers = [
{name = "Trevor James Smith", email = "[email protected]"},
Expand Down

0 comments on commit 1f63594

Please sign in to comment.