From e9320f73eb3ad70c5ae9bc738a4ac1377c4ef18a Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Wed, 3 Jan 2024 16:59:32 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e61642f37..428a11580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -#### 0.28.0 - Upcoming +#### 0.28.0 - 2023-01-03 - Fixes bins that are far into the future with using `survival_table_from_events`, see #1587 - Removed `sklean_adaptor`. It was a terrible hack, and causing more confusion and support debt than I want. This cleans up our API and simplifies the library. ✨ There's no replacement, and I doubt I'll introduce one ✨ - Fix pandas>=2.0 compatibility.