Skip to content

Commit

Permalink
updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Jun 14, 2024
1 parent 0b1aeaf commit 63b3a8e
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions documentation/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
v1.2.0 (main)
v1.2.0 (June 14, 2024)
---------------------------------------------------
WNTR version 1.2.0 includes the following updates:

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

0 comments on commit 63b3a8e

Please sign in to comment.