CHANGELOG
v0.1.0 (2024-02-03)
Feature
feat: Update README.md for usages (
083b5f5)
v0.0.4 (2024-02-03)
Fix
fix: add input checks for scaling (
3cddbca)
Unknown
Merge pull request #80 from UBC-MDS/fix_scaling
BREAKING CHANGE: Update on the scaling function (739378d)
v0.0.3 (2024-02-03)
Fix
fix: Update README.md (
fe47dcf)
v0.0.2 (2024-02-03)
Fix
fix: updating the readme (
fbfddca)
Unknown
Merge pull request #79 from UBC-MDS/cicd
add user token (451d1c1)
add user token (
6628c22)
v0.0.1 (2024-02-02)
Fix
Unknown
Merge pull request #78 from UBC-MDS/cicd
add semantic release (d292c5a)
install poetry dring cd (
316affd)add semantic release (
441a22a)Merge pull request #77 from UBC-MDS/cicd
change the ci-cd.yml based on the template (0397373)
change python veersion in ci-cd.yml (
41cafa7)change the ci-cd.yml based on the template (
455e607)Merge pull request #76 from UBC-MDS/fix_ms2
fix: ms2 point 9, point 10, point 11 (db93a12)
Merge pull request #75 from UBC-MDS/fix_ms2
fix ms2 distance (128bbc7)
fix ms2 distance (
f60d8c0)Merge pull request #70 from UBC-MDS/modify_sho
Addressed ML2 FB, added the comments, and update the format (81a7365)
Addressed ML2 FB, added the comments, and update the format (
d4ea38c)Merge pull request #69 from UBC-MDS/modify_sho
addressing MS2 Feadback, test structure (d4aec7a)
addressing MS2 Feadback, test structure (
71f7037)Revert “Merge pull request #68 from UBC-MDS/new_fix”
This reverts commit 2144413798f63d4d07f4bd13bd6e887754b2347b, reversing
changes made to 146c11683693359ea96afa5a4d0034f721d6cb5d. (0ea8a57)
Merge pull request #68 from UBC-MDS/new_fix
fix: milestone2 point 10 (2144413)
Merge pull request #67 from UBC-MDS/modify_sho
Addressing Milestone2 feedback (146c116)
Addressing Milestone2 feedback (
2d3b1a9)Merge pull request #66 from UBC-MDS/modify
Modify according to milestone feedback (ecf3519)
Fix: Feedback addressed by Bill (
728d07d)Fix: Feedback addressed by Bill (
34710a3)Fix: Feedback addressed by Bill (
1688484)Merge pull request #63 from UBC-MDS/example-fix
fix: Feedback addressed by Shizhe and Weiran (3616d09)
Delete docs/example.ipynb (
fcb0c85)Update README.md
Minor update (e05fecf)
Merge pull request #62 from UBC-MDS/documentation_readme_2
Fixed README Part1 (fcab8c1)
Fixed README Part1 (
a70bfc1)Merge pull request #61 from UBC-MDS/documentation
Fix peer review part 2 (420e1ff)
fix peer review part 2 (
c76377c)fix peer review part 2 (
27fefc8)Merge pull request #57 from UBC-MDS/documentation
removed unused pyfile (1484284)
Minor grammar fix on example.ipynb
Minor grammar fix on example.ipynb (c6c2bee)
Merge pull request #58 from UBC-MDS/example
minor update on the example (a7b7bb9)
minor update on the example (
80141a7)removed unused pyfile (
c8c8e82)Merge pull request #55 from UBC-MDS/readthedocs
change the relative path of the img to a fully qualified URL (a3c0c0f)
change the relative path of the img to a fully qualified URL (
de30b92)Merge pull request #54 from UBC-MDS/readthedocs
Readthedocs (3233d27)
back to markdown for img inserting syntex (
d7da3c3)add a reduced logo (
e685020)Merge pull request #53 from UBC-MDS/readthedocs
Readthedocs (2f3f02f)
change img inserting syntex back to html (
3564ea2)change conf.py to render logo correctly (
8972b50)change img insert from html to markdown (
cdead2c)Added readthedoc link to README.md
Added readthedoc link to README.md (2ae4353)
updata dependencies (
8415fb3)Merge pull request #48 from UBC-MDS/example
add some instruction to example (a51f8e4)
add some instruction to example (
05b0e6d)Merge pull request #47 from UBC-MDS/example
example usage first version (de933c0)
example usage first version (
9344701)Merge branch ‘main’ of github.com:UBC-MDS/Group16_knnmodel (
ea3dfde)update train and valid (
ad1b674)Merge pull request #46 from UBC-MDS/readthedocs
Render the HTML to make sure the make file is correct (3203def)
add train and valid dataset (
7baffb7)render the html (
3ea2122)Merge branch ‘main’ of github.com:UBC-MDS/DSCI524_Group16 into example (
8924265)Merge branch ‘main’ of github.com:UBC-MDS/DSCI524_Group16 (
ec9eedf)Iris Data added to data folder (
bb4ba4a)Merge pull request #41 from UBC-MDS/example
add example, not ready to use (dac3a3c)
Update data_loading with raising input type error (
4ddbe6f)Update test_data_loading to increase coverage (
ccc57d6)Update test_data_loading (
50f99ef)Update data_loading (
8992c57)Minor Update README.md
Minor update of the README file. (46b2ded)
Merge pull request #43 from UBC-MDS/evaluate
add test for coverage (96a99a0)
Merge pull request #44 from UBC-MDS/documentation
Documentation update for usage and functions (2574f84)
update usage in readme’ (
0dac2bf)update the readme file (
723961b)Merge pull request #32 from UBC-MDS/documentation
Update readme for milestone 2 (cdfd3b8)
updated test (
bb2d1d2)add test for coverage (
e7ad925)Merge branch ‘main’ of github.com:UBC-MDS/DSCI524_Group16 (
d200e9e)Modified calculate_distance (
e470f06)Merge pull request #42 from UBC-MDS/test_data_loading-1
Update test_data_loading (a350e6a)
Merge pull request #37 from UBC-MDS/scaling-1
Update scaling with impute_strategy (6d693a3)
Merge pull request #38 from UBC-MDS/test_data_loading
Update test_data_loading (d1f23fd)
Update test_data_loading (
770cc1a)Merge pull request #39 from UBC-MDS/data_loading-2
Update data_loading (fdcf547)
Merge pull request #40 from UBC-MDS/test_scaling
Update test_scaling (a757c03)
Update test_scaling (
31bfab5)Update data_loading (
bb0f003)Update test_data_loading (
14d133c)Update scaling with impute_strategy (
7592b9f)Merge pull request #36 from UBC-MDS/calculate_distance
Updated test and script for calculate_distance (4f16aaa)
Updated test and script for calculate_distance (
5cae793)Merge branch ‘main’ of github.com:UBC-MDS/DSCI524_Group16 into example (
b1d9dfd)trying to fix dataloading (
081c174)Merge pull request #35 from UBC-MDS/evaluate
update the evaluate function (1a2231f)
Update test_data_loading with toy_data (
1f30770)add example, not ready to use (
51859c4)update the evaluate function (
02ca2f9)Update scaling, import missing pkgs (
07f9104)Update data_loading, import pandas (
751b40e)Update test_scaling (
0c07bf8)add test_scaling() (
ad23619)add test_data_loading (
eaf779a)update readme for milestone 2 (
35cadf9)Merge pull request #30 from UBC-MDS/calculate_distance
Wrote test for calculate_distance.py (110d046)
Merge pull request #20 from UBC-MDS/evaluate
add evaluate function (bf9fb3f)
Merge pull request #27 from UBC-MDS/test-predict
Test for predict() and find_neighbors() (93053ae)
Wrote test for calculate_distance.py (
8ecbced)add test for find_neighbors() (
3d7b954)add test for predict() (
90fc157)Merge pull request #26 from UBC-MDS/predict
update predict() (b22eba3)
update predict() (
170d0fe)add test for evaluate (
b56f004)Merge pull request #24 from UBC-MDS/predict-dependency
add dependencies for build functions (270a7f6)
Merge pull request #25 from UBC-MDS/scaling()
Update scaling.py (263e14c)
Update scaling.py (
6d478ac)add dependencies for build functions (
68390d6)Merge pull request #23 from UBC-MDS/data_loading-1
Update data_loading() with specifying target_column (3fc5f2e)
Update data_loading() with specifying target_column (
436afe7)Delete src/pkg_pyknnclassifier/scaling.ipynb (
8d2a044)add scaling.py (
5a81eb1)update evaluate (
8775318)scaling.py (
94c4833)Merge pull request #22 from UBC-MDS/predict
update predict() (915c29c)
update predict() (
29c38fe)Merge pull request #21 from UBC-MDS/calculate_distance
Finished writing calculate_distance.py function (8ad0530)
Merge pull request #19 from UBC-MDS/predict
add new inputs and 1st draft of predict() (c8799ef)
docstring for find_neighbors (
0305dee)add new function find_neighbors() (
5bacff4)Finished writing calculate_distance.py function (
384e758)add evaluate function (
49f45f5)add new inputs and 1st draft of predict() (
f20cd14)Merge pull request #18 from UBC-MDS/documentation
update readme (5cf7cf1)
update readme again (
06981d9)update readme (
04ba0bd)Merge pull request #14 from UBC-MDS/calculate_distance
Docstrings for calculate_distance (8fce54c)
Merge pull request #15 from UBC-MDS/predict
Docstrings for predict (964e45e)
Merge pull request #17 from UBC-MDS/scaling
add scaling() (295f7ca)
add scaling() (
ab80ba3)Update data_loading.py (
dd52bad)Merge pull request #16 from UBC-MDS/data_loading
add data_loading func docstring (3a24c93)
add data_loading func docstring (
eff97b2)Docstrings for predict (
2448b86)Docstrings for calculate_distance (
eb192e0)Merge pull request #13 from UBC-MDS/evaluate
Add documentation for evaluation (206666a)
add documentation for evaluation (
232d4c7)create project logo (
5986930)Update README.md (
b3df9d4)Merge pull request #3 from UBC-MDS/structure
Create Structure, looks good (ab07374)