Skip to content

Commit 536b834

Browse files
committed
update release history; bump version number
1 parent 1071944 commit 536b834

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SFRmaker
33
SFRmaker is a python package for automating construction of stream flow routing networks from hydrography data. Hydrography are input from a polyline shapefile and intersected with a structured grid defined using a shapefile or a Flopy `StructuredGrid` instance. Attribute data are supplied via `.dbf` files (NHDPlus input option) or via specified fields in the hydrography shapefile. Line fragments representing intersections between the flowlines and model grid cells are converted to SFR reaches using the supplied attribute data. MODFLOW-NWT/2005 or MODFLOW-6 SFR package input can then be written, along with shapefiles for visualizing the SFR package dataset.
44

55

6-
### Version 0.11
6+
### Version 0.12
77

88
![Tests](https://github.com/doi-usgs/sfrmaker/workflows/Tests/badge.svg)
99
[![Coverage Status](https://codecov.io/github/doi-usgs/SFRmaker/coverage.svg?branch=develop)](https://codecov.io/github/doi-usgs/SFRmaker/coverage.svg?branch=develop)

docs/source/release-history.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Release History
33
===============
44

5+
Version 0.12.0 (2025-04-28)
6+
---------------------------
7+
New Features:
8+
**************
9+
* Add support for preprocessing NHDPlus HR flowlines and waterbodies to shapefiles (`preprocessing.preprocess_nhdplus_hr_flowlines()` and `preprocessing.preprocess_nhdplus_hr_waterbodies()` functions)
10+
* Add support for readling multiple NHDPlus HR geodatabases (which can then be consolidated)
11+
* Add demo for converty MODFLOW SFR2 to MODFLOW 6
12+
13+
Internal Refactor:
14+
*******************
15+
* Use strings universally for line and other feature identifiers, to avoid confusion with floats vs ints, and issues with long identifiers such as those in NHDPlus HR that can't be represented as integers in 32-bit contexts
16+
17+
Bug Fixes:
18+
*************
19+
* fix issue with intersections when there are invalid geometries, by employging shapely’s `make_valid()` method.
20+
* fix issue with reading and writing shapefiles when there are multiple geometry types (e.g. Multipolygon and Polygon)
21+
* fix issue with convering MODFLOW 2005 SFR2 packages to MODFLOW 6, where line_id auxiliary variable wasn't included in the MODFLOW 6 packagedata.
22+
23+
524
Version 0.11.3 (2024-10-18)
625
---------------------------
726
* fix issue where SFR reach slopes were not being updated when streambed top elevations were resampled from a DEM

0 commit comments

Comments
 (0)