Changed * Enhanced the values accepted by `robust_normalize` params, added strict quantile method.
Fixed * Robust normalize did not respect custom params when normalizing across each axis * Robust normalize did not respect min/max value
0.6.8
Fixed: * Removed extraneous print statement in `robust_normalize`
0.6.7
Changed: * Nothing, this was an accidental release.
0.6.6
Fixed: * Bug in `isect_flags`, which returned a bad shape if there was no intersection. * Fix issue in normalize when empty arrays are given
Changed: * Updated ported robust normalizer code from kwimage * Move normalize from `util_numpy` to `util_robust`
0.6.5
Changed * Updated requirements for Python 3.11
0.6.4
Changed * `kwarray.embed_slice` now does error checking * Add `kwarray.RunningStats.update_many` to update with multiple observations at once. * Added missing `ArrayAPI.min`, `ArrayAPI.min_argmin` funcs.
Fixed * Fix ArrayAPI.max for torch in the case where not both items are ints * Fixed various ArrayAPI cases, added tests.