What's Changed * Fixed a bug in `ndfilters.generic_filter()` where an error was raised if all the elements of `mask` were False. by byrdie in https://github.com/sun-data/ndfilters/pull/20 * Added `ndfilters.convolve()` function by byrdie in https://github.com/sun-data/ndfilters/pull/21 * Unpin Numpy by byrdie in https://github.com/sun-data/ndfilters/pull/22
What's Changed * Modified `ndfilters.mean_filter()` to use `ndfilters.generic_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/18 * Added `ndfilters.variance_filter()` function. by byrdie in https://github.com/sun-data/ndfilters/pull/19
What's Changed * Added "nearest", "wrap", and "truncate" modes to `ndfilters.generic_filter()`. by byrdie in https://github.com/sun-data/ndfilters/pull/17