CHANGELOG
v0.2.0 (2024-04-12)
Feature
feat: updated feature importance function and test (
8acfa22)
Unknown
Merge branch ‘main’ of https://github.com/DSCI-310-2024/py_predpurchase (
adae5ff)Update README.md
Updated the use case justification for pandas in the ‘other packages’ section (5c20767)
Update README.md
linked code of conduct (37640a6)
v0.1.3 (2024-04-12)
Fix
fix: added missing documentation to test_preprocessing.py (
afb208f)
v0.1.2 (2024-04-12)
Fix
fix: fixing syntax error in metrics function (
d65e84e)
v0.1.1 (2024-04-11)
Fix
fix: updating docstrings in functions (
ad585b7)
Unknown
other packages docs added (
550f39f)minor update in packages for usage example (
4cb880e)added python to fenced code block (
ee4f9d9)included usage example of calculate_classification_metrics function (
edd382f)Reran all code blocks to fix import errors (
9f864ee)Added the Read the Docs link for full documentation. (
51f00c3)change python version to string, removed requirements.txt for now (
1a2cafa)change python version to non string (
d21b3d3)includeded installation for requirements.txt (
7b9b664)Merge pull request #9 from DSCI-310-2024/documentation
Documentation (0a0b5bb)
Fixed italicization (
cbc2247)Updated usage section to redirect to the Example usage page. (
4bd1007)Fixed header ordering (
ffbd248)Deleted some irrelevant imports for usage example (
6f1cf06)Outlined usage examples for all functions. (
81f881d)added badge markdown code to README (
944d049)fixing badge error in ci-cd.yml file (
077dddb)fixed spelling error (
0133f4f)updated function paths (
86315ca)adjusting from statment to reference package name in all test files (
669bebc)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)
Merge branch ‘main’ into documentation (
c3f6617)Merge pull request #8 from DSCI-310-2024/badge-cov
Badge cov (5ba7eae)
adding code for badge into ci-cd.yml file (
5241c98)adding code for badge into ci-cd.yml file (
6e5d4de)Updating with documentation for each test (
eb5f7c2)Changed for @calvinyhchoi’s updates in analysis repository (
2e56bf3)Added in updated function from the analysis repository (
3d88b29)Updated Usage section to include all functions in the package (
f778959)
v0.1.0 (2024-04-11)
Build
build: initial setup of ci-cd workflow (
03db3eb)
Feature
feat: add CD workflow (
d92cc63)
Unknown
Merge pull request #4 from DSCI-310-2024/model-cross-val-fix
Model cross val test updated (1a4de5f)
installing jupyter, myst-nb and sphinx packages (
dede1a1)installing extra packages (
a010675)adding @calvinyhchoi ‘s changes to model_cross_val function and test files (
76ebe27)Updated to include feature writeup (
d2933e8)fixing description (
f108b0e)Merge branch ‘main’ of https://github.com/DSCI-310-2024/py_predpurchase (
7b58fbb)Update README.md
Clarified purchasing intentions in the introduction (bbb2231)
adding all packages via poetry to pyproject.toml (
d7e5528)fixing name error in ci-cd.yml file (
f898f88)adding pytest package (
9904e99)installing poetry to fix ci/cd workflow (
205d801)python dependency was missing, added it to pyproject.toml (
47838de)pushing functions and tests (
b2524ce)removing ci/cd yml file for now (
95dbb01)initial package setup (
6ea0b59)