Skip to content

Commit

Permalink
Prep for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Nov 19, 2024
1 parent 3d5d970 commit f0ce6ff
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/attention.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. attention::
Version 1.2.0 is now available.
Version 1.3.0 is now available.
See `release notes <https://usepa.github.io/WNTR/whatsnew.html>`_
for more information.
4 changes: 4 additions & 0 deletions documentation/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release notes
================

.. _whatsnew_130:

.. include:: whatsnew/v1.3.0.rst

.. _whatsnew_120:

.. include:: whatsnew/v1.2.0.rst
Expand Down
15 changes: 15 additions & 0 deletions documentation/whatsnew/v1.3.0.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion wntr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ce6ff

Please sign in to comment.