From 7e890d2415e6207d6a949ac7f98e0834d9d26686 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 12 Apr 2024 06:23:54 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c79c580..82d50dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## v0.2.0 (2024-04-12) + +### Feature + +* feat: updated feature importance function and test ([`8acfa22`](https://github.com/DSCI-310-2024/py_predpurchase/commit/8acfa22b620a5c40a56d20a0d8dd106fd9273df0)) + +### Unknown + +* Merge branch 'main' of https://github.com/DSCI-310-2024/py_predpurchase ([`adae5ff`](https://github.com/DSCI-310-2024/py_predpurchase/commit/adae5ff054e8ee7ea4bff81b35e98a6c3c338eff)) + +* Update README.md + +Updated the use case justification for pandas in the 'other packages' section ([`5c20767`](https://github.com/DSCI-310-2024/py_predpurchase/commit/5c20767ec9e67cee1a268e962be295a7c7d439be)) + +* Update README.md + +linked code of conduct ([`37640a6`](https://github.com/DSCI-310-2024/py_predpurchase/commit/37640a69354312a4a7e5fff1fe8b2aad1a3b6eb4)) + + ## v0.1.3 (2024-04-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index cd4f653..cf4aade 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py_predpurchase" -version = "0.1.3" +version = "0.2.0" description = "```py_predpurchase```is a package for predicting online shopper purchasing intentions, containing functions to aid with data analysis processes including conducting data preprocessing as well as calculating classification metrics, cross validation scores and feature importances.The package features functions that focus mainly on analyzing the data and evaluating model performance." authors = ["Nour Abdelfattah, Sana Shams, Calvin Choi, Sai Pusuluri"] license = "MIT"