Skip to content

Commit 34d2052

Browse files
authored
0.5.4 release (#373)
1 parent 84347f8 commit 34d2052

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RELEASE NOTES
22

3+
## Version 0.5.4
4+
5+
* Update to partial fit to respect validation data
6+
37
## Version 0.5.3
48

59
* Allow NAN as input

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ngboost"
3-
version = "0.5.3dev"
3+
version = "0.5.4dev"
44
description = "Library for probabilistic predictions via gradient boosting."
55
authors = ["Stanford ML Group <avati@cs.stanford.edu>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)