release v0.19.0
- Update interpret-core to 0.2.5
- Add predicted and predicted probabilities to raw explanations to allow model performance tab and other tabs to show information related to y_pred/y_pred_proba for raw explanations
- Update cuML version for GPUKernelExplainer
- Remove shap DenseData from supported input data
- Use scipy logit() function in mimic explainer to fix divide by zero error