This release includes:
- Support for sklearn isolation forest courtesy of @JiechengZhao
- New check_additivity tests to ensure no errors in DeepExplainer and TreeExplainer
- Fix #861, #860
- Fix missing readme example html file
- Support for spark decision tree regressor courtesy of @QuentinAmbard
- Better safe isinstance checking courtesy of @parsatorb
- Fix eager execution in TF < 2 courtesy of @bottydim