From 62aed4a4a0627cbf2d824da79071b8470be6cc0b Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Mon, 9 Jan 2023 15:36:08 +0100 Subject: [PATCH] docs: update changelog --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 3e7b23d..f23f1b9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changes +## 1.0.2 + + - distribute a toy dataset for regression by modifying the Boston dataset adding noise and made up columns + +## 1.0.1 + + - fix pkg data distribution + ## 1.0.0 - Parallelization of functions applied on pandas dataframe