v0.10.0
What's Changed
- Bump codecov action to v4 in Github test workflow. by @byrdie in #71
- Added missing
mode
andproportion
keyword arguments tonamed_arrays.ndfilters.trimmed_mean_filter()
. by @byrdie in #70 - Fixed bug in
named_arrays.random
where all vector components were initialized with the same seed. by @byrdie in #72 - Added momentum to
named_arrays.optimize.minimize_gradient_descent()
by @byrdie in #73 - Increased the default max line width when printing. by @byrdie in #74
Full Changelog: v0.9.0...v0.10.0