diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec44c4..f0acfc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.1.2 (2024-04-12) + +### Fix + +* fix: fixing syntax error in metrics function ([`d65e84e`](https://github.com/DSCI-310-2024/py_predpurchase/commit/d65e84e9ecb5395696ed09b6cbbfd8a1f7b1cc59)) + + ## v0.1.1 (2024-04-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index adccccc..87f5500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py_predpurchase" -version = "0.1.1" +version = "0.1.2" 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"