CHANGELOG
v0.3.10 (2024-02-01)
Fix
fix: format the readme based on reviewers’ comments (
79e46ff)
Unknown
Merge pull request #76 from UBC-MDS/readme
fix: format the readme based on reviewers’ comments (d66c1b3)
v0.3.9 (2024-01-31)
Fix
fix: some typos and mistakes (
4c620e5)
Unknown
Merge pull request #75 from UBC-MDS/readme
feedback: Added one more badge to readme and update readme (d273f11)
feedback: add rep badge (
c10019a)
v0.3.8 (2024-01-31)
Fix
fix: added distinguishable figure title to plots in example file (
14f6f2f)
Unknown
Merge pull request #74 from UBC-MDS/pyproject
fix: added distinguishable figure title to plots in example file (4d15471)
v0.3.7 (2024-01-31)
Unknown
Merge pull request #71 from UBC-MDS/pyproject
fix: updated description in pyproject.toml (241c628)
Merge branch ‘main’ into pyproject (
d864b96)
v0.3.6 (2024-01-31)
Fix
Unknown
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into pyproject (
b15141b)Merge pull request #73 from UBC-MDS/readme
fix: readme print X and y for generate_data_lr (87e171f)
v0.3.5 (2024-01-30)
Unknown
Merge pull request #72 from UBC-MDS/readme
fix: Readme PyPI link (16038c8)
Merge pull request #70 from UBC-MDS/main
fix: add the links of pypi and testpypi, add the output of intercept and coefficients (de07f9b)
v0.3.4 (2024-01-30)
Fix
Unknown
Updated the semantic release in toml file (
13ee70f)
v0.3.3 (2024-01-30)
Fix
fix: printed X and y in data_generation (
639a318)
Unknown
Merge pull request #68 from UBC-MDS/readthedocs
fix: printed X and y in data_generation (045c0e1)
v0.3.2 (2024-01-30)
Fix
fix: made the plot title more descriptive (#5) (
df25d9d)
v0.3.1 (2024-01-30)
Fix
Unknown
modified the semantic release in pyproject.toml file (
58d1bd0)Merge pull request #65 from UBC-MDS/readme
fix(readme): added one more badge to existed badges in readme (2f795cb)
fix: readme (c7b2533)
Merge pull request #59 from UBC-MDS/cicd
Update ci-cd.yml (41ff09e)
Update ci-cd.yml
add release token (100b822)
Merge pull request #57 from UBC-MDS/ci-cd
Update the package name in ci-cd.yml file (d113989)
Update ci-cd.yml using the new template (
e3c74ac)Update the package name in ci-cd.yml file (
6b9b4bb)Merge pull request #55 from UBC-MDS/document
Document: more update and editing work (672ef89)
v0.3.0 (2024-01-28)
Documentation
Feature
Fix
fix: change size and words (
84ecac7)fix: minor change (
8404d75)fix: readme (
7210877)fix: change the rato of train and test (
853e588)fix: titles (
984ade3)fix: typo (
1465a32)fix: 1 space (
e78c560)fix: correct quotation mark (
e88ffd6)fix: png abs path (
b8b2747)fix: readme png (
16d63f9)fix: update poetry (
90351cc)fix: added matplotlib (
8b0b1f4)fix: added poetry to readthedocs (
d5a9466)fix: remove numpy as well (
cf6de1d)fix: remove matplotlib from setup (
f3d8808)fix: added latex_engine in conf.py (
83ddc91)fix: remove import lr_cd from setup (
9cf009d)fix: typos (
99036fc)fix: example (
2d0c906)fix: lr_cd (
4768f7b)fix: readme (
7706f49)fix: readme (
223746f)fix: added requirement.txt (
bd71b2d)fix: change the example (
aee254e)fix: poetry add –group dev scikit-learn (
2120820)fix: poetry add –group dev sphinx-autoapi sphinx-rtd-theme (
71e685e)fix: added python to poetry (
130b545)fix: added jupyter to poetry (
3a373c5)fix: readme (
a77f7d5)fix: rewrite the tests (
bda8b82)fix: rewrite the function (
1974edb)fix: readme (
11b0e0a)fix: typo (
c414a50)fix: docstring y.shape = (n_samples, 1) (
3e95c8f)fix: test_data_generation as outputs are transposed (
793c3ac)fix: minor change in tests (
2d63f05)fix: minor change in docstring (
df8994f)fix: minor change in readme (
03e5e1e)fix: docstring - transpose X, y (
8e94fe6)fix: transpose X, y (
71c8deb)fix: transpose X, y (
45617d1)fix: X should come from uniform dist [0,1) (
3d25f5b)
Test
test: added 8 tests (
a4a0df3)
Unknown
add: more intro (
60d2cf1)add: more info (
ea4d77b)Merge pull request #54 from UBC-MDS/readme_documentation
polished readme and example file (ee4be0f)
polished readme and example file (
ae537c7)Merge pull request #53 from UBC-MDS/document
update on Document (d2c45da)
Readme fix png render in readthedocs (646815b)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 (
e4ee3d6)Merge pull request #50 from UBC-MDS/visualization_documentation
Visualization documentation (da0b8d1)
added sphinx.ext.mathjax to conf.py (
b365cd2)revert readthedocs (
a1daa01)readthedocs (
d60ef09)readthedocs pdflatex (
4b13585)pdflatex (
ac9fb13)polished the example (
dacf8cc)added documentation for visualization (
631878f)Merge branch ‘document’ of https://github.com/UBC-MDS/DSCI524_group_22 into data_generation (
8a27062)Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into data_generation (
6ee134c)add: data description (
5abe65b)add: img folder (
dd5c467)add: example (
e5b12db)add: readme (
94325f9)Merge pull request #46 from UBC-MDS/readme
add: readthedocs link (9c0a5bb)
add: readthedocs link (
6195707)Merge pull request #45 from UBC-MDS/readthedocs
fix: added requirement.txt (491d39a)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 (
07d8308)Merge pull request #44 from UBC-MDS/env
adding –group dev to poetry (6d83272)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 (
70d86dd)Merge pull request #36 from UBC-MDS/andy-document
Andy document for Milestone 3 (7cae279)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into env (
b1c5708)pulled main branch (
9185c5d)Merge pull request #37 from UBC-MDS/environment_jw
update the env yml file (51a9ce1)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 (
7411ebc)update the env yml file (
e550c75)Merge pull request #35 from UBC-MDS/Jing-19-patch-2
Update README.md (a824849)
Merge pull request #34 from UBC-MDS/test_branch_cover
modified tests file for branch coverage (94de827)
Update README.md
polished and formatted the README (49e6103)
modified tests file for branch coverage (
7ecb193)Merge pull request #33 from UBC-MDS/andy-test
Andy test (7fa9dff)
Merge pull request #32 from UBC-MDS/readme
fix: typo (69b1e83)
delete requirments.txt (
e7a3b13)Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 (
aa5a39f)Update README.md
modified the example. added import numpy as np (8a2060e)
Merge pull request #30 from UBC-MDS/readme
readme with poetry (64cd74b)
Merge pull request #31 from UBC-MDS/readme_env_jw
updated environment file (41e6576)
Merge pull request #27 from UBC-MDS/data_generation
fix: docstring y.shape = (n_samples, 1) (a9ddcf1)
updated environement file (
cb5e37e)Merge branch ‘main’ into readme (
1f7562e)readme with poetry (
d3dbd2e)Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into data_generation (
ce065a2)Merge pull request #24 from UBC-MDS/data_generation
fix: transpose X, y in Data generation (aa9f22b)
Merge pull request #25 from UBC-MDS/visualization_function_tests
Minor modification on docstring: changed the input in example (32b67b6)
Merge pull request #22 from UBC-MDS/Jing-19-patch-1
Minor fix on the visualization function inputs in README (bd0db9d)
Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into data_generation (
34788b6)Merge pull request #26 from UBC-MDS/funandtest
Funandtest (34ff3c0)
modified the docstring: change the input in example (
2ee92ee)Minor fix on the visualization function inputs in README (
da3b094)Merge pull request #21 from UBC-MDS/env
updated dependencies (130df74)
updated dependencies (
15a9021)Merge pull request #12 from UBC-MDS/funandtest
Funandtest (500d28c)
Merge branch ‘main’ into funandtest (
2326bbf)Merge pull request #20 from UBC-MDS/visualization_function_tests
feat: added visualization function code and tests (a03dee1)
Merge pull request #19 from UBC-MDS/data_generation
feat: added data generation function (304ad2c)
change fun and test (
6b0d533)change tests and add tests (
e65de0d)added visualization function code and tests (
ce09b5e)modify name (
1b5f9a0)modify package names (
da1f011)modify CHANGELOG.md (
1b591e8)fixed randomness (
f97293c)modify test (
3018ae7)modify function (
5988349)added randomness to y (
a26fcf3)small change on readme (
7602388)minor change on readme (
b0c5738)add test for algorithm (
ccf7316)change for milestone2 (
9f6a015)add algorithm fun (
1671af2)Update CONTRIBUTING.md (
0f8a610)Merge pull request #11 from UBC-MDS/readme
Readme (dad1973)
change links (
8ff35a4)fix issues and minor changes (
819d760)add more ref and polish words (
dae9033)add appropriate names (
ec05370)add function names (
61d4f7e)Merge pull request #7 from UBC-MDS/data_generation
docstring for data generation function (8a92204)
Merge pull request #10 from UBC-MDS/Jing-19-readme
Update README.md (957e6d6)
Merge pull request #9 from UBC-MDS/visualization_jw
updated the inputs for lr plotting function (80ac29b)
theta to ndarray (
f95f58a)detailed return (
68507a8)Update README.md (
bd61d34)Update README.md (
21dd1e1)Update CONTRIBUTING.md (
cb8a30b)Merge pull request #8 from UBC-MDS/algorithm
Add the docstring for the lr_cd.py (31f0a3e)
change to intercept and coef for inputs (
c68b334)added plot_to input (
21bdd3a)Merge branch ‘main’ of https://github.com/UBC-MDS/DSCI524_group_22 into data_generation (
8fac3b8)modify the algorithm function (
35d92e5)small fix (
5aef5fe)2 arrays (
7abf073)updated the inputs for lr plotting function (
e42060f)returns an array (
ecfd1fd)generate continuous target (
29cfb90)Add the docstring for the lr_cd.py (
543c7a1)docstring for data generation function (
c11589f)Merge pull request #6 from UBC-MDS/visualization_jw
docstring for visualization function (62d71ad)
docstring for visualization function (
00fd7fc)Update files (
0ef029a)Update README.md (
5f267be)Merge pull request #5 from UBC-MDS/readme
Modify the README.md (3002373)
Added contributors name (10950be)