From 05cef023abcb1dcd104b8c7693914a068243db77 Mon Sep 17 00:00:00 2001 From: InterpretML Date: Mon, 21 Jun 2021 16:11:48 -0700 Subject: [PATCH] Update CHANGELOG.md date. Updated date for 0.2.5 release. Co-Authored-By: S Jenkins <69673492+nopdive@users.noreply.github.com> Co-Authored-By: Harsha-Nori <5302119+Harsha-Nori@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a85ba2583..e54375f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v0.2.5] - 2021-06-15 +## [v0.2.5] - 2021-06-21 ### Added - Sample weight support added for EBM. - Joint `predict_and_contrib` added to EBM where both predictions and feature contributions are generated in one call.