From 8a964e8b296e211b7558928767db411e73cf68af Mon Sep 17 00:00:00 2001 From: oooo26 <1160141009@qq.com> Date: Fri, 13 Jan 2023 22:41:52 +0800 Subject: [PATCH] Update changelog --- docs/Changelog.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Changelog.rst b/docs/Changelog.rst index f143a4b1..03181403 100644 --- a/docs/Changelog.rst +++ b/docs/Changelog.rst @@ -1,18 +1,21 @@ Changelog ========= -Unreleased ----------- +Version 0.4.6 +------------- - R package - Python package + - Support `score` function for all GLM estimators. - Rearrange some arguments to improve legibility. Please check `here `__ for the latest API. + - Better docstring, e.g. move important arguments to the front. + - Combine `metrics.py` and `functions.py`. - C++ - - Support the base model for GLM. The Sparse GLM model can be implemented easilier. + - Support the base model for GLM. The Sparse GLM model can be implemented much easilier. - Re-write logistic, poisson and gamma regression on the basis of GLM base model. Versions 0.4.2 -- 0.4.5