Skip to content

Commit

Permalink
458 prepare 0140 release (#524)
Browse files Browse the repository at this point in the history
* updated whatsnew

* Bump version: 0.13.2 → 0.14.0
  • Loading branch information
veenstrajelmer committed Sep 15, 2023
1 parent ced07c5 commit 7956d0d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.13.2
current_version = 0.14.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -8,5 +8,5 @@ authors:
orcid: https://orcid.org/0000-0002-6349-818X
title: "dfm_tools: A Python package for pre- and postprocessing D-FlowFM model input and output files"
type: software
version: 0.13.2
version: 0.14.0
doi: https://doi.org/10.5281/zenodo.7857393
2 changes: 1 addition & 1 deletion dfm_tools/__init__.py
Expand Up @@ -4,7 +4,7 @@

__author__ = """Jelmer Veenstra"""
__email__ = 'jelmer.veenstra@deltares.nl'
__version__ = '0.13.2'
__version__ = '0.14.0'

from dfm_tools.deprecated import *
from dfm_tools.errors import *
Expand Down
3 changes: 2 additions & 1 deletion docs/whats-new.md
@@ -1,11 +1,12 @@
## Unreleased
## 0.14.0 (2023-09-15)

### Feat
- decoding of default fillvalues with `dfmt.decode_default_fillvals()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#496](https://github.com/Deltares/dfm_tools/pull/496)
- interpolation of edge variables to faces with `dfmt.uda_edges_to_faces()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#482](https://github.com/Deltares/dfm_tools/pull/482)
- interpolation of variables on layer interfaces to layer centers with `dfmt.uda_interfaces_to_centers()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#482](https://github.com/Deltares/dfm_tools/pull/482)
- generate polyline only for open boundary with `dfmt.generate_bndpli_cutland()` (deprecates `dfmt.generate_bndpli()`) by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#466](https://github.com/Deltares/dfm_tools/pull/466)
- automatically remove unassociated edges with `dfmt.remove_unassociated_edges()` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#470](https://github.com/Deltares/dfm_tools/pull/470) and [#494](https://github.com/Deltares/dfm_tools/pull/494)
- clarifying error message when providing incorrectly formatted cds api key by [@JulienGroenenboom](https://github.com/JulienGroenenboom) in [#514](https://github.com/Deltares/dfm_tools/pull/514)

### Fix
- removed `matplotlib._api` import to also support `matplotlib<3.4.0` by [@veenstrajelmer](https://github.com/veenstrajelmer) in [#465](https://github.com/Deltares/dfm_tools/pull/465)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = dfm_tools
version = 0.13.2
version = 0.14.0
author = Jelmer Veenstra
author_email = Jelmer.Veenstra@Deltares.nl
description = dfm_tools are pre- and post-processing tools for Delft3D FM
Expand Down

0 comments on commit 7956d0d

Please sign in to comment.