Skip to content

Commit

Permalink
RLS: 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Dec 6, 2023
1 parent 5ab8ce6 commit b0231e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cff-version: 1.2.0
message: "Please cite this software using these metadata."
type: software
title: "Surface water network"
version: "0.6"
date-released: "2023-05-25"
version: "0.7"
date-released: "2023-12-07"
doi: 10.5281/zenodo.6866082
abstract: "A Python package to create and analyze surface water networks."
repository-artifact: https://pypi.org/project/surface-water-network
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Python 3.8+ is required.

### Optional

- `flopy` - read/write MODFLOW models
- `flopy >=3.3.6` - read/write MODFLOW models
- `netCDF4` - used to read TopNet files

## Testing
Expand Down
12 changes: 12 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Change log

.. currentmodule:: swn

Version 0.7
-----------

:Date: 7 December 2023

This is primarily a maintenance release.

- Require FloPy 3.3.6 or later (:pr:`80`)
- Accommodate different reach index names ``rno`` or ``ifno`` since FloPy 3.5.0 (:pr:`83`)
- Maintenance updates to work with the latest pandas and FloPy releases (:pr:`91`)
- Update :py:meth:`swn.file.gdf_to_shapefile` to keep number data types (:pr:`79`)

Version 0.6
-----------

Expand Down

0 comments on commit b0231e9

Please sign in to comment.