From f0ce6ff075023b5b75bd676a0128841e5cbf9a44 Mon Sep 17 00:00:00 2001 From: kaklise Date: Tue, 19 Nov 2024 09:49:39 -0800 Subject: [PATCH] Prep for 1.3 release --- documentation/attention.rst | 2 +- documentation/whatsnew.rst | 4 ++++ documentation/whatsnew/v1.3.0.rst | 15 +++++++++++++++ wntr/__init__.py | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 documentation/whatsnew/v1.3.0.rst diff --git a/documentation/attention.rst b/documentation/attention.rst index 5f18bb2eb..5f4b5213e 100644 --- a/documentation/attention.rst +++ b/documentation/attention.rst @@ -1,4 +1,4 @@ .. attention:: - Version 1.2.0 is now available. + Version 1.3.0 is now available. See `release notes `_ for more information. \ No newline at end of file diff --git a/documentation/whatsnew.rst b/documentation/whatsnew.rst index d1d2659db..a05d71786 100644 --- a/documentation/whatsnew.rst +++ b/documentation/whatsnew.rst @@ -1,6 +1,10 @@ Release notes ================ +.. _whatsnew_130: + +.. include:: whatsnew/v1.3.0.rst + .. _whatsnew_120: .. include:: whatsnew/v1.2.0.rst diff --git a/documentation/whatsnew/v1.3.0.rst b/documentation/whatsnew/v1.3.0.rst new file mode 100644 index 000000000..badc87b68 --- /dev/null +++ b/documentation/whatsnew/v1.3.0.rst @@ -0,0 +1,15 @@ +v1.3.0 (main) +--------------------------------------------------- +WNTR version 1.3.0 includes the following updates: + +* Removed obsolete EPANET warning by @angusmcb in https://github.com/USEPA/WNTR/pull/436 +* Fixed bug caused by GIS files written with column title 'name' by @angusmcb in https://github.com/USEPA/WNTR/pull/435 +* Updated workflow actions and forced Fiona<1.10 by @kbonney in https://github.com/USEPA/WNTR/pull/445 +* Updated workflows to test documentation by @kbonney in https://github.com/USEPA/WNTR/pull/453 +* Updated workflow quick_check to no longer fast-fail by @dbhart in https://github.com/USEPA/WNTR/pull/454 +* Added raster sampling function by @kbonney in https://github.com/USEPA/WNTR/pull/446 +* Fixed bug in valid GIS names used to create water network models by @kaklise in https://github.com/USEPA/WNTR/pull/452 +* Fixed bug in roughness unit conversion when using D-W by @kaklise in https://github.com/USEPA/WNTR/pull/450 +* Added base_demand, demand_pattern and demand_category attributes to GIS junction data by @angusmcb in https://github.com/USEPA/WNTR/pull/447 +* Fixed bug in documentation by @smaspons in https://github.com/USEPA/WNTR/pull/459 +* Fixed bug when using to_gis() with a model that includes a leak by @kbonney in https://github.com/USEPA/WNTR/pull/458 \ No newline at end of file diff --git a/wntr/__init__.py b/wntr/__init__.py index 2028f34c3..3c40c6928 100644 --- a/wntr/__init__.py +++ b/wntr/__init__.py @@ -8,7 +8,7 @@ from wntr import gis from wntr import utils -__version__ = '1.2.0' +__version__ = '1.3.0rc0' __copyright__ = """Copyright 2023 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525