From 9b47057bcdc81c6b0f94c6d8872b934a9b88cdf1 Mon Sep 17 00:00:00 2001 From: Ryan Wolbeck <41489316+ryan-wolbeck@users.noreply.github.com> Date: Fri, 31 Jan 2025 22:37:10 -0600 Subject: [PATCH] update for 0.5.3 release (#370) --- RELEASE_NOTES.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f867cfe..db203a1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # RELEASE NOTES +## Version 0.5.3 + +* Allow NAN as input +* Poetry update + ## Version 0.5.2 * Support for Numpy 2.0 diff --git a/pyproject.toml b/pyproject.toml index 8d7c03b..ebf5248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ngboost" -version = "0.5.2dev" +version = "0.5.3dev" description = "Library for probabilistic predictions via gradient boosting." authors = ["Stanford ML Group "] readme = "README.md"