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