|
1 | | -v1.2.0 (main) |
| 1 | +v1.2.0 (June 14, 2024) |
2 | 2 | --------------------------------------------------- |
3 | 3 | WNTR version 1.2.0 includes the following updates: |
4 | 4 |
|
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 |
10 | 6 | * 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