v0.9.0
v0.9.0 (2022-03-17)
Added
- Added the ContextMMDDrift detector. The context-aware maximum mean discrepancy drift detector (Cobb and Van Looveren, 2022) is a kernel based method for detecting drift in a manner that can take relevant context into account.
Fixed
- Fixed an issue experienced when the Model uncertainty based drift detection example is run on GPU's (#445).
- Fixed an issue with the Text drift detection on IMDB example to allow PyTorch to be used (#438).
Development
- The maximum
tensorflow
version has been bumped from 2.7 to 2.8 (#444).