v0.16.0
Release Notes
New Features
- Add a new function called
flashiness_index
for computing the flashiness index of a daily streamflow time series following Baker et al. (2004).
Breaking Changes
- Improve function naming convention by removing the
compute_
prefix from all functions and spelling out the full name of the function. For example,compute_fdc_slope
andcompute_ai
are nowflow_duration_curve_slope
andaridity_index
, respectively.