Profiler
- A library level seed value is now settable by the user to make the sampling during Profiling deterministic
dp.set_seed#271 - NumericalStats now include skewness, kurtosis, Counter Zeros, and Count Negatives #266, #267, #272, #273
- User can turn off bias correction for variance, skewness, and kurtosis #269
- Sum is returned in NumericalStats Profiles #264
Runtime Changes
- Warnings will be issued when invalid is received by the NumericalStats profilers #280
Bug fixes
- Default values for variance, skewness, and kurtosis are
np.nan#275 - Options no longer propagate to all levels when setting a single level property unless a wildcard is specified e.g.
*.is_enabled#270