CHANGELOG

v0.0.3 (2024-04-10)

Fix

  • fix: Update README.md - point code coverage badge to pycredits code coverage instead of pycredit (f08d058)

  • fix: Update ci-cd.yml code coverage badge fix (58008f5)

Unknown

  • Merge pull request #12 from DSCI-310-2024/fix-codecoverage-badge

fix: Update ci-cd.yml code coverage badge fix (a5f4833)

v0.0.2 (2024-04-09)

Fix

  • fix: Update README.md spacing (da33047)

Unknown

  • Merge pull request #11 from DSCI-310-2024/fix-readme-spacing

fix: test semantic versioning (7dd127c)

  • Merge pull request #10 from DSCI-310-2024/rename-package

Rename package from pycredit to pycredits (2158ad6)

  • Update init.py - change pycredit to pycredits (8f9afad)

  • Update ci-cd.yml - change pycredit to pycredits (f181327)

  • Update test_param_grid.py - change from pycredit to pycredits (c637d67)

  • Update test_label_mapper.py - change from pycredit to pycredits (2342fc5)

  • Update test_data_preprocessing.py - change from pycredit to pycredits (cb57ddf)

  • Update test_column_histogram.py - change from pycredit to pycredits (49123a9)

  • Update column_histogram_data.py - change from pycredit to pycredits (4d7b7db)

  • Update CHANGELOG.md - fix merge conflict (a393b0a)

  • Update README.md - include missed changes from pycredit to pycredits (490f9af)

  • Update README.md to resolve package rename merge conflict (df3f495)

  • Update ci-cd.yml to use pycredits instead of pycredit (f660924)

  • fixed merge conflicts with package name change (1ea89ca)

  • rename package from pycredit to pycredits (b1cb781)

v0.0.1 (2024-04-09)

Fix

  • fix: Update README.md by fixing small wording error (3d04b00)

Unknown

  • Merge pull request #7 from DSCI-310-2024/jjadeb-patch-1

fix: Update README.md by fixing small wording error (c221a4c)

  • Merge branch ‘main’ of https://github.com/DSCI-310-2024/pycredit (bd50778)

  • Fixed indentation (6915947)

v0.0.0 (2024-04-09)

Unknown

  • Merge pull request #6 from DSCI-310-2024/ci-cd-test

“fixed indentation” (70960c6)

  • “fixed indentation” (d613ab4)

  • Merge pull request #5 from DSCI-310-2024/readme-intro

Update README.md - add package similarities (d7d06d1)

  • Merge pull request #3 from DSCI-310-2024/ci_cd_workflow_add_test_badge

Update ci-cd.yml - add code coverage badge to README (04270fb)

  • Update README.md - add package similarities (3efeef1)

  • Merge pull request #4 from DSCI-310-2024/documentation

Documentation Edits (c9d6c21)

  • Update README with formatting edit (17b528e)

  • Created documentation edits (6c8d803)

  • Update ci-cd.yml - remove duplicated action (2707f7b)

  • Update README.md - add code coverage icon (25135ee)

  • Update README.md - add code coverage badge (5b6367a)

  • Update ci-cd.yml - upload test coverage to codecov (ab5a658)

  • Update ci-cd.yml - removed working directory (8735374)

  • Update ci-cd.yml - slight edit to indenting (8135488)

  • Merge pull request #2 from DSCI-310-2024/set-up-package

Set up package - fixed test import file paths (4a373bb)

  • replaced spaces in column names with underscores to align with best practices (183356e)

  • made sure all tests pass (34eda40)

  • Merge branch ‘set-up-package’ of https://github.com/DSCI-310-2024/pycredit into set-up-package (4b502c3)

  • remove space in filepath to align with best practices (d2f2060)

  • Update ci-cd.yml - try to add code coverage badge (800434f)

  • Merge branch ‘main’ into set-up-package (1fdaa93)

  • add dev dependencies for building documentation (541151d)

  • edited import filepaths for tests to align with package file structure (a75a372)

  • Merge pull request #1 from DSCI-310-2024/set-up-package

Set up package (9fc4f7d)

  • Update README.md - edit small spelling error (eea8f33)

  • remove unecessary files (03b0a5a)

  • added test coverage as a dev dependency (ba48d3d)

  • altered filepath to import more specific methods (8b1c1fc)

  • added pytest as a dev dependency (3e82d3b)

  • changed import statements in test files to align with new file system (a36840a)

  • add metplotlib, numpy, pandas, seaborn, and scikit-learn as dependencies (b6e3f41)

  • fixed spelling error in description (eea101e)

  • updated authors to be multiple strings instead of one big string (9e55e14)

  • add tests to appropriate folder (c749005)

  • add functions to appropriate folder (84de0c6)

  • Update README.md - add group number (59788c7)

  • initial package setup (7f94ab1)