Skip to content

Commit b0231e9

Browse files
committed
RLS: 0.7
1 parent 5ab8ce6 commit b0231e9

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ cff-version: 1.2.0
22
message: "Please cite this software using these metadata."
33
type: software
44
title: "Surface water network"
5-
version: "0.6"
6-
date-released: "2023-05-25"
5+
version: "0.7"
6+
date-released: "2023-12-07"
77
doi: 10.5281/zenodo.6866082
88
abstract: "A Python package to create and analyze surface water networks."
99
repository-artifact: https://pypi.org/project/surface-water-network

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/source/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
618
Version 0.6
719
-----------
820

0 commit comments

Comments
 (0)