Skip to content

Commit

Permalink
Merge pull request #387 from Ouranosinc/release-0.13
Browse files Browse the repository at this point in the history
Release 0.13
  • Loading branch information
cjauvin authored May 14, 2021
2 parents 52eeee2 + ef53cf7 commit 33c4766
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"project_repo_name": "raven",
"project_readthedocs_name": "pavics-raven",
"project_short_description": "Raven offers processes related to hydrological modeling, and in particular, the Raven hydrological modeling framework.",
"version": "0.12.1",
"version": "0.13.0",
"open_source_license": "MIT license",
"http_port": "9099",
"_copy_without_render": [
Expand Down
16 changes: 13 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
Changes
=======

0.13
----

* Update RavenPy to 0.5.1
* Remove the ``name`` (watershed name) from the WPS interface for Raven processes
* Add ``random_numbers`` WPS param to pass optional ``OstRandomNumbers.txt`` file to Ostrich processes
* Add error handlers for regionalisation and climatology processes

0.12.1
------

* Fix bug where the name of configuration files was used, while the client transmission of data does not carry the file name.
* Update notebooks
* Move draft notebooks to sandbox

0.12.0
------

* Update RavenPy to 0.4.2
* Migrate utilities to RavenPy
* Add notebook for advanced forecasting
Expand All @@ -33,7 +43,7 @@ Changes
* Factor out extra project RavenPy (at version 0.2.2), using Raven 3.0.1
* Upgrade to xclim +0.23.0
* Upgrade to xarray +0.16.2
* Add configuration options: `deaccumulate`
* Add configuration options: ``deaccumulate``
* Clean notebooks
* Pin RavenPy to 0.3.0
* Pin owslib to 0.21
Expand All @@ -42,14 +52,14 @@ Changes
* Regionalization data is now bundled with RavenPy
* Upgrade and pin PyWPS to 4.4.1
* Factor out most GIS functions to RavenPy (0.3.0)
* Add ``nalcms-zonal-stats-raster`` process using `pymetalink`
* Add ``nalcms-zonal-stats-raster`` process using ``pymetalink``
* Simplify documentation build environment.


0.10.x (2020-03-09) Oxford
--------------------------

* `suppress_ouput` also triggers `:DontWriteWatershedStorage`
* ``suppress_ouput`` also triggers ``:DontWriteWatershedStorage``
* Added support for ERA5 (hourly), NRCan and CANOPEX datasets
* Support linear transforms (unit changes)
* Calibration now uses :SuppressOutput by default
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim:set ft=dockerfile:
FROM continuumio/miniconda3
MAINTAINER https://github.com/huard/raven
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.12.1"
LABEL Description="Raven WPS" Vendor="Birdhouse" Version="0.13.0"

# Update Debian system
RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.12.1"
version = "0.13.0"
# The full version, including alpha/beta/rc tags.
release = "0.12.1"
release = "0.13.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion raven/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """David Huard"""
__email__ = "[email protected]"
__version__ = "0.12.1"
__version__ = "0.13.0"
10 changes: 0 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
current_version = 0.12.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[metadata]
description-file = README.rst
Expand All @@ -14,12 +10,6 @@ description-file = README.rst
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:part:release]
optional_value = final
values =
beta
final

[bumpversion:file:docs/source/conf.py]
parse = version|release = {current_version}
replace = {new_version}
Expand Down

0 comments on commit 33c4766

Please sign in to comment.