Lr-cd

Latest version: v0.3.10

Safety actively analyzes 638763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.4

Fix

* fix: added if statement to install from TestPyPI ([`9e92b78`](https://github.com/UBC-MDS/lr_cd/commit/9e92b786ca77dd6dcbeafeda8214736de17a2de3))

Unknown

* Updated the semantic release in toml file ([`13ee70f`](https://github.com/UBC-MDS/lr_cd/commit/13ee70fce1c3d50868dad9560156de6f6b338f06))

0.3.3

Fix

* fix: printed X and y in data_generation ([`639a318`](https://github.com/UBC-MDS/lr_cd/commit/639a3188c8b54936038d5b37be44da34a8aef300))

Unknown

* Merge pull request 68 from UBC-MDS/readthedocs

fix: printed X and y in data_generation ([`045c0e1`](https://github.com/UBC-MDS/lr_cd/commit/045c0e1d210261cbf46cb9b1dcfbf1ae684ae3b2))

0.3.2

Fix

* fix: made the plot title more descriptive (5) ([`df25d9d`](https://github.com/UBC-MDS/lr_cd/commit/df25d9d3d601a57c4eeb7dfd6ad73ed018c01eb2))

0.3.1

Fix

* fix: update the release token to github token ([`109bb1b`](https://github.com/UBC-MDS/lr_cd/commit/109bb1b291e8a5efe8b8bebd52e6eb5d84e4abb0))

* fix: minor formatting of the readme ([`fc8ec7b`](https://github.com/UBC-MDS/lr_cd/commit/fc8ec7b2284b17e9035562c33cfb2eec5680122a))

* fix: readme ([`84220e1`](https://github.com/UBC-MDS/lr_cd/commit/84220e1435a1f858731859a5c6bb48bfad1fa22a))

* fix: added pytest-cov ([`5932304`](https://github.com/UBC-MDS/lr_cd/commit/59323047c0838762f1b4dfef7113827d1d944a82))

Unknown

* modified the semantic release in pyproject.toml file ([`58d1bd0`](https://github.com/UBC-MDS/lr_cd/commit/58d1bd0b1e2c8fbd1494cf58427606b6e48f57ac))

* Merge pull request 65 from UBC-MDS/readme

fix(readme): added one more badge to existed badges in readme ([`2f795cb`](https://github.com/UBC-MDS/lr_cd/commit/2f795cbb47b8871cf2c090cc7479efa0baf080ca))

* add: badge ([`b99176e`](https://github.com/UBC-MDS/lr_cd/commit/b99176e3ce8d6d455147a9ef47c662db7029be2a))

* test if cd works ([`b905ccf`](https://github.com/UBC-MDS/lr_cd/commit/b905ccf018d31c3b7319c26e3bc55109202625f3))

* Merge pull request 58 from UBC-MDS/readme

fix: readme ([`c7b2533`](https://github.com/UBC-MDS/lr_cd/commit/c7b2533e280c1ea60145a9f9fdb0fa602953cc84))

* Merge pull request 59 from UBC-MDS/cicd

Update ci-cd.yml ([`41ff09e`](https://github.com/UBC-MDS/lr_cd/commit/41ff09e343dd3d9c59dd7384e1a04b145a5acc4d))

* Update ci-cd.yml

add release token ([`100b822`](https://github.com/UBC-MDS/lr_cd/commit/100b82266aafa67ccb943c61614e4137e5482d31))

* Merge pull request 57 from UBC-MDS/ci-cd

Update the package name in ci-cd.yml file ([`d113989`](https://github.com/UBC-MDS/lr_cd/commit/d113989192fdfb2f808c3877b0ea0d694a99b2ff))

* Update ci-cd.yml using the new template ([`e3c74ac`](https://github.com/UBC-MDS/lr_cd/commit/e3c74ac99c491a139ccced4b3663fe29f73113f9))

* Update the package name in ci-cd.yml file ([`6b9b4bb`](https://github.com/UBC-MDS/lr_cd/commit/6b9b4bb2cf0f6de249bb6ad6afd4cb6c91a5988d))

* Merge pull request 55 from UBC-MDS/document

Document: more update and editing work ([`672ef89`](https://github.com/UBC-MDS/lr_cd/commit/672ef895a0ba8d808fdf3d4affbf45babdbafc89))

0.3.0

What's Changed
* update the env yml file by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/37
* Andy document for Milestone 3 by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/36
* adding --group dev to poetry by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/44
* fix: added requirement.txt by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/45
* add: readthedocs link by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/46
* Visualization documentation by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/50
* Document: add more example in ipynb and modify readme by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/47
* package documentation of data generation function by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/49
* Readme fix png render in readthedocs by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/51
* update on Document by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/53
* polished readme and example file by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/54


**Full Changelog**: https://github.com/UBC-MDS/lr_cd/compare/0.2.0...v0.3.0

0.2.0

What's Changed
* feat: added data generation function by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/19
* feat: added visualization function code and tests by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/20
* Funandtest by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/12
* updated dependencies by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/21
* Funandtest by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/26
* Minor fix on the visualization function inputs in README by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/22
* Minor modification on docstring: changed the input in example by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/25
* fix: transpose X, y in Data generation by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/24
* fix: docstring y.shape = (n_samples, 1) by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/27
* updated environment file by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/31
* readme with poetry by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/30
* fix: typo by fohy24 in https://github.com/UBC-MDS/lr_cd/pull/32
* Andy test by andyzhangstat in https://github.com/UBC-MDS/lr_cd/pull/33
* modified tests file for branch coverage by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/34
* Update README.md by Jing-19 in https://github.com/UBC-MDS/lr_cd/pull/35


**Full Changelog**: https://github.com/UBC-MDS/lr_cd/compare/0.0.1...0.2.0

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.