From 7956d0d790c6dac469979ae297c960fc7b4c2a9b Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:45:42 +0200 Subject: [PATCH] 458 prepare 0140 release (#524) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * updated whatsnew * Bump version: 0.13.2 → 0.14.0 --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- dfm_tools/__init__.py | 2 +- docs/whats-new.md | 3 ++- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f9b5bb93..55bbe3912 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.2 +current_version = 0.14.0 commit = True tag = True diff --git a/CITATION.cff b/CITATION.cff index 2a0718771..50d0006dc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/dfm_tools/__init__.py b/dfm_tools/__init__.py index 07a6f027d..b8f4346bc 100644 --- a/dfm_tools/__init__.py +++ b/dfm_tools/__init__.py @@ -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 * diff --git a/docs/whats-new.md b/docs/whats-new.md index 05ba88999..4af33f634 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -1,4 +1,4 @@ -## 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) @@ -6,6 +6,7 @@ - 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) diff --git a/setup.cfg b/setup.cfg index 9f16fb489..ed51b6136 100644 --- a/setup.cfg +++ b/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