CHANGELOG

v1.1.5 (2025-02-02)

Bug Fixes

  • Add tests of missingness to increase branch coverage (a33d690)

  • Address feedback to include more precise error messages for missing entries (b7c8502)

  • Further improve code coverage (cb5b567)

Documentation

  • Address feedback to add interpretation of negative coefficient (c7ed459)

  • Address feedback to add repostatus badge and note inclusion of intercept (eb37d3c)

v1.1.4 (2025-02-02)

Bug Fixes

  • Feedback addressed by Nicholas Varabioff - add docstrings to test functions to make them more consistent. (ffd8510)

  • Feedback addressed by Nicholas Varabioff - add python package version badge. (dd74a24)

v1.1.3 (2025-02-02)

Bug Fixes

  • Added explicit type hints to function parameters (b003228)

Documentation

  • Corrected error in docstrings (e444a0c)

v1.1.2 (2025-01-29)

Bug Fixes

  • (milestone 2 Feedback) add docstring for fixture function (d34cd08)

  • Adding docstrings for fit and predict test functions (Feedback from Milestone 2) (318ddf1)

Testing

  • Added docstrings for tests in get_std_error (e91e03c)

  • Added test descriptions for get_ci (8bbec86)

v1.1.1 (2025-01-28)

Bug Fixes

  • Changed GITHUB_TOKEN to RELEASE_TOKEN in ci-cd.yml (020e5ac)

  • Updated ci/cd workflow to run only on push/PR to main (c87b370)

v1.1.0 (2025-01-25)

Bug Fixes

  • Added missing test for get_ci for non-numeric alpha (2f2803c)

  • Capitalized Python in Intro (89fab61)

  • Fixed badge rendering issue (3f71416)

  • Fixed error in badge hyperlinks (750edf7)

  • Markdown rendering (516d3ab)

  • Modified test for get_test_statistic since it no longer returns a value (11db3b4)

  • Raise TypeError in summary method for non-numeric alpha arg (8ea4e3d)

  • Rendering issues (098499a)

  • Replaced **kwargs in summary method with ci and alpha arguments (f44e9b4)

  • Update readthedocs badge hyperlink to latest version (ebffeb1)

Documentation

  • Added additional documentation and ecosystem context (8f8d607)

  • Added badge for readthedocs (84873ac)

  • Added more references and further elaboration on functions (38c010b)

  • Added pytest tutorial (d3cf086)

  • Completed docstrings for summary (b4597bb)

  • Completed docstrings for all methods except summary (f387197)

  • Made changes to docstrings in response to comments (f49f94b)

  • Organize TOC into Vignettes and Developer Notes (5391698)

  • Update Contributors to list (877f610)

Features

  • Added ci-cd badge (3345f18)

  • Added example usage for predict method (24fece2)

  • Added function example usage (52ed599)

v1.0.0 (2025-01-18)

Build System

  • Add numpy as a dependency (5293b0d)

  • Add pytest and pytest-cov as dev dependencies (61bdbf9)

  • Added statsmodels as dependency for development (ebd7403)

  • Added dev dependencies for docs (c749a13)

  • Added scipy as a dependency (968611d)

  • Remove upper bound on dependency versions (77eae1f)