Fixed: * Fixed issue in RunningStats where computation was incorrect when weights were given. * RunningStats now handles nans.
0.6.2
Added * Type stubs
0.6.1
Added * Add quantile to `kwarray.stats_dict`
Fixed * Corner cases in `kwarray.stats_dict` * Issue in `group_indices` when given a special view array * Fixed numpy warnings * Fixed usage of `torch.complex32`
0.6.0
Added * `util_robust` for robust normalization. * Add `return_index` to `unique_rows`
Fixed * Fixes to normalize * Remove support for Python < 3.6
0.5.21
Fixed * Release issues
0.5.20
Added * Added weights argument to RunningStats * argminima now supports axis * Add `unique_rows`