You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the method of handling dynamic versioning. For now the package __version__ attribute is still defined, but it is deprecated and will be removed in 0.6.0. Use from importlib.metadata.version('redflag') to get the version information instead.
Changed the default get_outliers() method from isolation forest ('iso') to Mahalanobis ('mah') to match other functions, eg has_outliers() and the sklearn pipeline object.