Skip to content

Commit

Permalink
Updated version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Nov 17, 2022
1 parent eba8d79 commit 9eef074
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions documentation/whatsnew/v0.5.0.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.. _whatsnew_050:

v0.5.0 (main)
v0.5.0 (November 17, 2022)
---------------------------------------------------
* Added GIS capabilities in a `wntr.gis` module, which includes the following
`#302 <https://github.com/USEPA/WNTR/pull/302>`_:
`#302 <https://github.com/USEPA/WNTR/pull/302>`_,
`#315 <https://github.com/USEPA/WNTR/pull/315>`_:

* Convert between water network models and GIS formatted data (GeoPandas GeoDataFrames)
and GIS formatted files (GeoJSON and Shapefiles)
Expand All @@ -24,6 +25,10 @@ v0.5.0 (main)

* WaterNetworkModel method `get_graph` renamed `to_graph`. Deprecation warning added.

* Added additional options to the EPANET toolkit, including the ability to set size limits and hydraulic initialization.
Added additional functions, including ENgetnodeid, ENgetnodetype, and ENgetlinktype.
`#298 <https://github.com/USEPA/WNTR/pull/298>`_

* Added support for Python 3.10, dropped support for Python 3.6.
The build workflow now creates wheel artifacts.
`#287 <https://github.com/USEPA/WNTR/pull/287>`_,
Expand Down
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__ = '0.5.0.rc8'
__version__ = '0.5.0'

__copyright__ = """Copyright 2019 National Technology & Engineering
Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525
Expand Down

0 comments on commit 9eef074

Please sign in to comment.