-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |