You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/release-history.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
Release History
3
3
===============
4
4
5
+
Version 0.11.1 (2023-08-14)
6
+
---------------------------
7
+
* Refactor the lines class to replace the `attr_length_units`` arg with separate `asum_units` and `width_units` args, and rename the `attr_height_units`` arg to `elevation_units`.
8
+
* replace references to `epsg` and `proj_str` input args with `crs`.
9
+
* add warning to :py:func:`~sfrmaker.utils.assign_layers` if more than 1% of reaches land in an inactive cell.
10
+
5
11
Version 0.11.0 (2023-07-25)
6
12
---------------------------
7
13
* enhancements to ``preprocessing.swb_runoff_to_csv()``:
0 commit comments