Skip to content

Releases: UBC-MDS/linreg_ally

v1.1.17

04 Feb 03:48
Compare
Choose a tag to compare

v1.1.17 (2025-02-04)

Bug Fixes

  • Added docstring re: TypeError (96a511f)

  • Addressed review comment on missing docstring (9e0b537)

  • Addressed review comment on missing docstring (66bbc60)

  • Edit multicollinearity to check for incorrect datatype (7f4755e)

  • Edited function names to align to what they are testing (dd5f0ed)

  • Feedback addresed by deleting empty linreg_ally.py file (20ff3ca)

  • Feedback addressed by adding Python and Codecov badges (744b3d0)

  • Feedback addressed by deletinig empty test file (708c4b8)

  • Feedback addressed by including team members full names in README (8134b1b)

  • Feedback addressed by rearraging the functions in README in the same order analysis would be carried out (cc94378)

  • Feedback addressed to add "Raises" section in the function docstring (62ad25b)

  • Feedback addressed to add usage and testing instructions (3601762)

  • Feedback addressed to refactor run_linear_regression and make function less complex (da3765d)

  • Feedback addressed to remove quotation marks from "linreg_ally" (a9ab225)

  • Update to stable version and update author names (220fb3c)

  • Update version number to account for missed version bumps (6e92a32)

  • Update versioning to test again (c40fd8a)

Build System

  • Use new token for semantic release versioning (c61a497)

1.1.0

26 Jan 18:42
5e32bf2
Compare
Choose a tag to compare

This release contains the end result of Milestone 3 which focuses on providing the user documentation using ReadtheDocs and an example Jupyter notebook.

1.0.0

19 Jan 01:06
ba9e5a9
Compare
Choose a tag to compare

Milestone 2

0.0.1

11 Jan 20:54
65b5f89
Compare
Choose a tag to compare

This release has set up the general framework of the linreg_ally package and specified the various functions implemented in the package.