Skip to content

Commit a6c3c21

Browse files
authored
v0.5.5 release (#380)
* v0.5.5 release
1 parent 4f5e0d4 commit a6c3c21

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.5
4+
5+
* Upgrade sklearn > 1.6
6+
37
## Version 0.5.4
48

59
* Update to partial fit to respect validation data

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.4dev"
3+
version = "0.5.5dev"
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)