CHANGELOG
v0.4.4 (2024-02-03)
Fix
fix: auto-test directory in README.md (
368ea53)
Unknown
Merge pull request #87 from UBC-MDS/fix_readme_peer-review
Fix readme peer review (f66f003)
Merge with updated main (
72826b3)Merge pull request #61 from UBC-MDS/fix_readme_peer-review
Package installation and function testing instructions (28509c5)
Update README.md to remove pytest command (
cd2efbb)Merge branch ‘main’ into fix_readme_peer-review (
bab1396)Merge pull request #86 from UBC-MDS/sifanzzz-patch-1
Update README.md (5f797bd)
Update README.md
beautify README.md (0d2ca80)
Merge pull request #85 from UBC-MDS/update_reademe
Update README.md (3822412)
Update README.md
update logo (d1f30d2)
v0.4.3 (2024-02-03)
Fix
fix: add citations and logo (
8633d93)
Unknown
Merge pull request #84 from UBC-MDS/citation
fix: add citations and logo (89391e6)
Merge branch ‘main’ into citation (
e4996e1)Merge pull request #82 from UBC-MDS/update_readme
doc: update readme and example (77f9227)
add comments to cross_valideate tests (
3eac906)doc: update readme and example (
baea020)Update pyproject.toml (
2037246)Merge pull request #77 from UBC-MDS/update_readme
doc: update readme (69aa0dc)
doc: update readme (
2134d85)
v0.4.2 (2024-02-03)
Unknown
Merge pull request #62 from UBC-MDS/docstring
Docstring (aa07f9d)
Merge branch ‘main’ into fix_readme_peer-review (
21b9760)Merge pull request #64 from UBC-MDS/update_readme
Update README.md (a65850d)
Update README.md (
42f6441)
v0.4.1 (2024-02-03)
Fix
Unknown
Merge pull request #63 from UBC-MDS/add_badges
fix: add more badges to README.md (142610c)
v0.4.0 (2024-01-31)
Feature
Unknown
Merge branch ‘main’ of github.com:UBC-MDS/Team18 (
1e309a9)update cicd (
a6f3f97)Merge pull request #59 from UBC-MDS/create_ci-cd
Create ci cd (dfda935)
Merge pull request #58 from UBC-MDS/create_ci-cd
feat: try again (e40eb12)
Merge pull request #57 from UBC-MDS/create_ci-cd
update version (9eee843)
update version (
6d7817e)Merge pull request #56 from UBC-MDS/create_ci-cd
Create blank.yml (579bc5a)
fix pytest cli bug (
2e3ac25)fix pytest cli bug (
00f7df9)rename token (
d971d3d)rename token (
ef70972)modify cicd (
f03a3c5)Update and rename blank.yml to ci-cd.yml
Added the template code from Milestone 4 (ffb2fd8)
Create blank.yml (
1002f9a)Merge pull request #55 from UBC-MDS/export_html
add tag to README.md (446f1bd)
v0.3.0 (2024-01-28)
Unknown
add some more words (
a966027)add tag to README.md (
1d8ff71)Merge pull request #54 from UBC-MDS/export_html
finish doc configuration (1899a02)
finish doc configuration (
b91f6ee)Merge pull request #53 from UBC-MDS/cross_validate_doc
Cross validate doc (ae38044)
fix bug in regressor (
cea5766)Moved preprocess.ipynb into the data folder (
489d6cd)Moved the score example documentation to right before its command, removed scikit linreg function, reran all cells (
2a51df7)Merge pull request #51 from UBC-MDS/doc_score
doc score done (e86ca0d)
Merge pull request #47 from UBC-MDS/feat_fit
fixing fit function and adding in description in example file (41a952f)
modify score docs (
bbf6b9c)Merge pull request #50 from UBC-MDS/preprocess_ipynb
fix preprocess (145e37a)
merged with main after cross-validate doc PR merged with main (
1329b07)Merge pull request #49 from UBC-MDS/cross_validate_doc
Cross validate doc (6447115)
example.ipynb file merged with main (
bc2d49a)Updated predict function to include column of ones in calculation of predictions (
56dd4c6)doc score done (
bbf6f4d)add documentation to preprocess.ipynb (
71bb2f9)fix preprocess (
fe3a81f)finish demo doc for cross_validate (
c090fc6)Merge branch ‘main’ into cross_validate_doc (
1a56fdc)Merge pull request #48 from UBC-MDS/docs_pred
predict doc done (9ee4d79)
predict doc done (
171a7ac)cleaned up the comments and noise from the function code file (
5a3d30f)added in an additional line in the fit function description (
659fb0e)Added in a description of the fit function (
f639a6b)Added in a column of ones in the X_train data, and also added in the normalization code of training data (
d2eddee)update pyproject.toml (
8af4c99)Merge pull request #33 from UBC-MDS/example_nb_code
finish the code pipeline for the notebook (9ef46c4)
finish the code pipeline for the notebook (
7bed4a5)
v0.2.0 (2024-01-20)
Unknown
Merge pull request #31 from UBC-MDS/feat_fit
Added working rectangular matrix test (3ede6ef)
Added working rectangular matrix test (
a965153)Merge pull request #30 from UBC-MDS/score
fix score function and test (faef5aa)
Merge pull request #29 from UBC-MDS/feat_fit
Fixed the test for rectangular matrix (09a34f5)
Delete src/ols_regressor/r2_score.py (
ec10ca1)fix score function and test (
402c28d)Corrected error output for rectangle matrix test. (
03375b2)Fixed the test for rectangular matrix (
dcf530c)Merge pull request #28 from UBC-MDS/update_env
update environment.yml (340fee7)
update environment.yml (
86374a6)Merge pull request #27 from UBC-MDS/merge_all
Merge all (3df8961)
Predict function and tests DONE! (255383b)
Merge conflicts cleared (
1954b9c)Merge pull request #24 from UBC-MDS/test_scores
finished score function and tests (dfff652)
Merge branch ‘main’ into test_scores (
e97421b)Merge pull request #23 from UBC-MDS/cross_validate
finish cross_validate tests (467c366)
Merge pull request #22 from UBC-MDS/feat_fit
writing of fit function code and tests (cb03a9a)
v0.1.0 (2024-01-14)
Unknown
Merge pull request #13 from UBC-MDS/feat_cross_validate
cross_validate documentation (d6eff7d)
added cross_validate documentation and updated readme accordingly (
e5bc429)Merge pull request #7 from UBC-MDS/sifanzzz-patch-1
Delete preprocess.ipynb (54e86a4)
Delete preprocess.ipynb (
3d89617)Merge pull request #3 from UBC-MDS/preprocess
preprocessed data ipynb (72b894e)
Merge pull request #6 from UBC-MDS/updating_readme
Updated README.md with Milestone 1 requirements (314f7fe)
Update README.md (
f9d30d1)Updated README.md with the package’s use in python ecosystem (
21ccbb2)Updated README.md with the ‘OLS_Regressor’ name instead of ‘aussie_car_prices’ (
421b9ac)Updated README.md with ‘About’, ‘Functions’ and ‘Contributors’ sections (
4a781a1)Merge pull request #2 from UBC-MDS/feat_fit
fit function creation with documentation and specifications (7b85e3f)
Merge pull request #4 from UBC-MDS/predict_and_score_function
Predict and score function (3b2f02b)
Merge branch ‘main’ of https://github.com/UBC-MDS/aussie_car_prices into predict_and_score_function (
6bc8495)Merged with main after renaming of package (
bb4c3ed)Merge pull request #5 from UBC-MDS/rename_package
change package name (6089696)
change package name (
585a0a8)score function doc done (
f1ff8f3)predict function doc done (
df65e64)moved code from aussie_car_prices.py to regressor.py (
cad39a3)merged with updated main (new environment file, and code function files (
80169f5)preprocessed data ipynb (
cfbee24)upload Regressor and cross_validate files (
5174f54)upload environment.yml (
73bb4d1)First draft of fit function documentation written up (
b340f56)Class defined in basic terms. Fit function documentation started (
a587153)cookiecutter (
15cbc2a)Initial commit (
c5c6531)