From 999af18e24a9cdb04fda85d7be644a8ef6fb37a3 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Thu, 23 Feb 2023 15:10:24 +0000 Subject: [PATCH 1/2] feat: Adds link to license in readme Would resolve https://github.com/scikit-learn-contrib/sklearn-pandas/issues/261 if merged --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 630329b..50d9db4 100644 --- a/README.rst +++ b/README.rst @@ -516,7 +516,11 @@ Below example shows how to change logging level. >>> import logging >>> logging.getLogger('sklearn_pandas').setLevel(logging.INFO) - + +License +------- +For more details on the license of this repository see [License](https://github.com/scikit-learn-contrib/sklearn-pandas/blob/master/LICENSE). + Changelog --------- @@ -669,6 +673,7 @@ Changelog * Allow specifying a list of transformers to use sequentially on the same column. + Credits ------- From eac6ad3b4774fbeb1eba699fcadb047699f48594 Mon Sep 17 00:00:00 2001 From: Darigov Research <30328618+darigovresearch@users.noreply.github.com> Date: Sun, 2 Apr 2023 08:58:21 +0100 Subject: [PATCH 2/2] fix: Converts link to rst link --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 50d9db4..9de9751 100644 --- a/README.rst +++ b/README.rst @@ -519,8 +519,7 @@ Below example shows how to change logging level. License ------- -For more details on the license of this repository see [License](https://github.com/scikit-learn-contrib/sklearn-pandas/blob/master/LICENSE). - +For more details on the license of this repository see `License `__. Changelog ---------