Skip to content

Commit 63b3a8e

Browse files
committed
updated release notes
1 parent 0b1aeaf commit 63b3a8e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

documentation/whatsnew/v1.2.0.rst

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
v1.2.0 (main)
1+
v1.2.0 (June 14, 2024)
22
---------------------------------------------------
33
WNTR version 1.2.0 includes the following updates:
44

5-
* Added basic and geospatial jupyter notebook demos, updated documentation, dropped Python 3.7 and 3.8 from testing https://github.com/USEPA/WNTR/pull/419
6-
* Fix: plot_network bug due to changed networkx draw function behavior https://github.com/USEPA/WNTR/pull/417
7-
* Fix: Addressing bug caused when units="SI" in a call to write_inp() https://github.com/USEPA/WNTR/pull/410
8-
* Added EpanetException class and subclasses that allow for cleaner error reporting during IO https://github.com/USEPA/WNTR/pull/381
9-
* Added google analytics key https://github.com/USEPA/WNTR/pull/406
5+
* Added setuptools and removed readthedocs config https://github.com/USEPA/WNTR/pull/396
106
* Documentation updates to install WNTR without Anaconda https://github.com/USEPA/WNTR/pull/403
11-
* Added setuptools and removed readthedocs config https://github.com/USEPA/WNTR/pull/396
7+
* Added google analytics key https://github.com/USEPA/WNTR/pull/406
8+
* Added EpanetException class and subclasses that allow for cleaner error reporting during IO https://github.com/USEPA/WNTR/pull/381
9+
* Fixed bug caused by units="SI" in a call to write_inp https://github.com/USEPA/WNTR/pull/410
10+
* Fixed bug caused by changes in NetworkX draw function https://github.com/USEPA/WNTR/pull/417
11+
* Added basic and geospatial jupyter notebook demos https://github.com/USEPA/WNTR/pull/419
12+
* Dropped Python 3.7 and 3.8 from testing https://github.com/USEPA/WNTR/pull/419
13+
* Resolved deprecation/future warnings and included GeoPandas in windows build test https://github.com/USEPA/WNTR/pull/423
14+
* Added nodes/pipes to excluded in skeletonization https://github.com/USEPA/WNTR/pull/384
15+
* Fixed bug related to link colormap https://github.com/USEPA/WNTR/pull/429
16+
* Fixed bug in GIS I/O caused by index names https://github.com/USEPA/WNTR/pull/395
17+
* Fixed bug in network_animation https://github.com/USEPA/WNTR/pull/405

0 commit comments

Comments
 (0)