Skip to content

Commit

Permalink
update changelog and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed May 21, 2021
1 parent f399868 commit a3c83c4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion docs/changelog.rst
Expand Up @@ -8,18 +8,42 @@ The format is based on `Keep a Changelog`_, and this project adheres to
[Unreleased]
------------

v0.1.1 (21 May 2021)
--------------------
This release adds more functionnality for saving forcing data for wflow and fixes several bugs for some parameter values and soilgrids workflow.

Added
^^^^^

- Write the forcing with user defined chunking on time (default is 1) and none on the lat/lon dimensions (makes Wflow.jl run much faster).
- Rounding of the forcing data with user defined number of decimals (by default 2).
- Progress bar when writting the forcing file.

Changed
^^^^^^^

- Remove unused imports.

Fixed
^^^^^

- Fixed a mistake in the computation of the lake_b parameter for wflow.
- Missing no data values for soilgrids workflows.
- Streamorder reclass function for Manning roughness.
- New behavior of apply_ufunc from an update of xarray for passing attributes (need to specify keep_attrs=True).

Documentation
^^^^^^^^^^^^^

- Added changelog.

Tests
^^^^^

- Tests without hydroengine for the reservoirs (too long).

v0.1.0 (28 April 2021)
--------------------
----------------------
Initial open source release of hydroMT wflow plugin, also published on pypi. Noticeable changes are listed below.

Added
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/__init__.py
Expand Up @@ -2,7 +2,7 @@

from os.path import join, dirname, abspath

__version__ = "0.1.1.dev"
__version__ = "0.1.1"

try:
import pcraster as pcr
Expand Down

0 comments on commit a3c83c4

Please sign in to comment.