diff --git a/CHANGELOG.md b/CHANGELOG.md index 69302b3..2ec44c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,80 @@ # CHANGELOG + +## v0.1.1 (2024-04-11) + +### Fix + +* fix: updating docstrings in functions ([`ad585b7`](https://github.com/DSCI-310-2024/py_predpurchase/commit/ad585b7aa7ae829f50f6a92d799caf06fa40bc1b)) + +### Unknown + +* other packages docs added ([`550f39f`](https://github.com/DSCI-310-2024/py_predpurchase/commit/550f39feba0b52085b5155a4dc1b95eaacb9613e)) + +* minor update in packages for usage example ([`4cb880e`](https://github.com/DSCI-310-2024/py_predpurchase/commit/4cb880ea85e09bbecaade2ae05ea0e78d947eefa)) + +* added python to fenced code block ([`ee4f9d9`](https://github.com/DSCI-310-2024/py_predpurchase/commit/ee4f9d90aef244e9093db78e5e4be42475ecabaa)) + +* included usage example of calculate_classification_metrics function ([`edd382f`](https://github.com/DSCI-310-2024/py_predpurchase/commit/edd382f681dd95ddd3b5f72f062a68a979057f94)) + +* Reran all code blocks to fix import errors ([`9f864ee`](https://github.com/DSCI-310-2024/py_predpurchase/commit/9f864eed7dd43501912636b0080250b84e470741)) + +* Added the Read the Docs link for full documentation. ([`51f00c3`](https://github.com/DSCI-310-2024/py_predpurchase/commit/51f00c3a17143e4b2dbbcb4b3fe1861969e73f5c)) + +* change python version to string, removed requirements.txt for now ([`1a2cafa`](https://github.com/DSCI-310-2024/py_predpurchase/commit/1a2cafa10ecd5c2f6b2c17baaf63b68357f58a5e)) + +* change python version to non string ([`d21b3d3`](https://github.com/DSCI-310-2024/py_predpurchase/commit/d21b3d31e262ae0f881f6e596dd0cad198907ad4)) + +* includeded installation for requirements.txt ([`7b9b664`](https://github.com/DSCI-310-2024/py_predpurchase/commit/7b9b664941798a21e001bb68cd9ef8e715af6db5)) + +* Merge pull request #9 from DSCI-310-2024/documentation + +Documentation ([`0a0b5bb`](https://github.com/DSCI-310-2024/py_predpurchase/commit/0a0b5bb83b9717e42a9abc07c6dba633b65270cc)) + +* Fixed italicization ([`cbc2247`](https://github.com/DSCI-310-2024/py_predpurchase/commit/cbc224795c7bedc186e819958ad44fc6b788adb1)) + +* Updated usage section to redirect to the Example usage page. ([`4bd1007`](https://github.com/DSCI-310-2024/py_predpurchase/commit/4bd1007e772592cf9ba281bdc0e21c2e4b2de277)) + +* Fixed header ordering ([`ffbd248`](https://github.com/DSCI-310-2024/py_predpurchase/commit/ffbd24881d6a47c5dc450e472ec7836773e4185d)) + +* Deleted some irrelevant imports for usage example ([`6f1cf06`](https://github.com/DSCI-310-2024/py_predpurchase/commit/6f1cf06100a520850ab79114502c36412cb961fc)) + +* Outlined usage examples for all functions. ([`81f881d`](https://github.com/DSCI-310-2024/py_predpurchase/commit/81f881d53f866ad5008771ad6ce15358892f84b4)) + +* added badge markdown code to README ([`944d049`](https://github.com/DSCI-310-2024/py_predpurchase/commit/944d049537292a878d5f4669f45c962ef16a1bd8)) + +* fixing badge error in ci-cd.yml file ([`077dddb`](https://github.com/DSCI-310-2024/py_predpurchase/commit/077dddb005080737798f54020a805feeed2aecf4)) + +* fixed spelling error ([`0133f4f`](https://github.com/DSCI-310-2024/py_predpurchase/commit/0133f4fae9665b5a74aa6145c44646ebaf8c9976)) + +* updated function paths ([`86315ca`](https://github.com/DSCI-310-2024/py_predpurchase/commit/86315ca90b7950c09f75b38a958a3be7b41c0352)) + +* adjusting from statment to reference package name in all test files ([`669bebc`](https://github.com/DSCI-310-2024/py_predpurchase/commit/669bebc330ac0a8bc9a490c3632fd649fe579c0a)) + +* Merge pull request #7 from DSCI-310-2024/documentation + +Documentation; changes in README.md for example usage, added documentation to all functions and test files. ([`1c5d281`](https://github.com/DSCI-310-2024/py_predpurchase/commit/1c5d281e9eabaf019a395b9d556401495bcb0ca3)) + +* Merge branch 'main' into documentation ([`c3f6617`](https://github.com/DSCI-310-2024/py_predpurchase/commit/c3f6617e3c3d73ff562b531c87ba008f2e9cd347)) + +* Merge pull request #8 from DSCI-310-2024/badge-cov + +Badge cov ([`5ba7eae`](https://github.com/DSCI-310-2024/py_predpurchase/commit/5ba7eae87ff490c6078ec791b87f9bbc05eddcec)) + +* adding code for badge into ci-cd.yml file ([`5241c98`](https://github.com/DSCI-310-2024/py_predpurchase/commit/5241c98b8042cde96bfa1bbfaac47937a156c929)) + +* adding code for badge into ci-cd.yml file ([`6e5d4de`](https://github.com/DSCI-310-2024/py_predpurchase/commit/6e5d4dec0fca3838c03948bdc3c03215537b999c)) + +* Updating with documentation for each test ([`eb5f7c2`](https://github.com/DSCI-310-2024/py_predpurchase/commit/eb5f7c2c8c98f12a6d53c83170e4f5c84983924b)) + +* Changed for @calvinyhchoi's updates in analysis repository ([`2e56bf3`](https://github.com/DSCI-310-2024/py_predpurchase/commit/2e56bf3c7abfe16a6d11a5bdae2df813fa065752)) + +* Added in updated function from the analysis repository ([`3d88b29`](https://github.com/DSCI-310-2024/py_predpurchase/commit/3d88b2957ce424d37121726791093362aec5c47a)) + +* Updated Usage section to include all functions in the package ([`f778959`](https://github.com/DSCI-310-2024/py_predpurchase/commit/f77895969e1a2e8f2cc2115438b40204403e1f89)) + + ## v0.1.0 (2024-04-11) ### Build @@ -23,6 +97,8 @@ Model cross val test updated ([`1a4de5f`](https://github.com/DSCI-310-2024/py_pr * adding @calvinyhchoi 's changes to model_cross_val function and test files ([`76ebe27`](https://github.com/DSCI-310-2024/py_predpurchase/commit/76ebe27402f71ff2ee14cd604afbf8ea65761918)) +* Updated to include feature writeup ([`d2933e8`](https://github.com/DSCI-310-2024/py_predpurchase/commit/d2933e86b2388d987e30646e4a4880d4d6f783fa)) + * fixing description ([`f108b0e`](https://github.com/DSCI-310-2024/py_predpurchase/commit/f108b0ed2d98781918d90b64471dc450616cf636)) * Merge branch 'main' of https://github.com/DSCI-310-2024/py_predpurchase ([`7b58fbb`](https://github.com/DSCI-310-2024/py_predpurchase/commit/7b58fbba609a4a04c03354d4590d0f2c08fc1e78)) @@ -46,4 +122,3 @@ Clarified purchasing intentions in the introduction ([`bbb2231`](https://github. * removing ci/cd yml file for now ([`95dbb01`](https://github.com/DSCI-310-2024/py_predpurchase/commit/95dbb01f2147361fb3c187d50ffd2ad85d109a97)) * initial package setup ([`6ea0b59`](https://github.com/DSCI-310-2024/py_predpurchase/commit/6ea0b59d454aa997515ef49452f152e4edb50045)) - diff --git a/pyproject.toml b/pyproject.toml index 553d2ae..adccccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py_predpurchase" -version = "0.1.0" +version = "0.1.1" 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"