File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cff-version: 1.2.0
22message : " Please cite this software using these metadata."
33type : software
44title : " Surface water network"
5- version : " 0.6 "
6- date-released : " 2023-05-25 "
5+ version : " 0.7 "
6+ date-released : " 2023-12-07 "
77doi : 10.5281/zenodo.6866082
88abstract : " A Python package to create and analyze surface water networks."
99repository-artifact : https://pypi.org/project/surface-water-network
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Python 3.8+ is required.
2121
2222### Optional
2323
24- - ` flopy ` - read/write MODFLOW models
24+ - ` flopy >=3.3.6 ` - read/write MODFLOW models
2525 - ` netCDF4 ` - used to read TopNet files
2626
2727## Testing
Original file line number Diff line number Diff line change @@ -3,6 +3,18 @@ Change log
33
44.. currentmodule :: swn
55
6+ Version 0.7
7+ -----------
8+
9+ :Date: 7 December 2023
10+
11+ This is primarily a maintenance release.
12+
13+ - Require FloPy 3.3.6 or later (:pr: `80 `)
14+ - Accommodate different reach index names ``rno `` or ``ifno `` since FloPy 3.5.0 (:pr: `83 `)
15+ - Maintenance updates to work with the latest pandas and FloPy releases (:pr: `91 `)
16+ - Update :py:meth: `swn.file.gdf_to_shapefile ` to keep number data types (:pr: `79 `)
17+
618Version 0.6
719-----------
820
You can’t perform that action at this time.
0 commit comments