Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 16:50
· 208 commits to main since this release

Release Notes

Bug Fixes

  • Address an issue in compute_fdc_slope where if the input includes NANs, it returns NAN. Now, the function correctly handles NAN values. Also, this function now works with any array-like input, i.e., pandas.Series, pandas.DataFrame, numpy.ndarray, and xarray.DataArray. Also, the denominator should have been divided by 100 since the input bins are percentiles.
  • Fix a bug in compute_ai where instead of using mean annual average values, daily values was being used. Also, this function now accepts xarray.DataArray too.

Internal Changes

  • Sync all minor versions of HyRiver packages to 0.14.0.