release-0.2.6 (#15) v0.2.6
authorShane Jaroch <chown_tee@proton.me>
Mon, 8 Aug 2022 21:37:12 +0000 (17:37 -0400)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2022 21:37:12 +0000 (17:37 -0400)
commit295f8a635284eeaf91f313fb6d1e6d1b053948c0
tree74896a3cb5b88c024dbc97e2845147c90398056f
parent392301cf5bb0e88a7dcd48e57f9c1b3f7e258599
release-0.2.6 (#15)

resolve duplicated code around colorama init

add input validation. non-negative weight & reps

add quadratic term to brzycki equation

dos remedios full rep range; drop test & exc logic

add .wls script for regression fits
13 files changed:
.gitattributes [new file with mode: 0644]
CHANGELOG.rst
MANIFEST.in
ntclient/__init__.py
ntclient/argparser/__init__.py
ntclient/argparser/funcs.py
ntclient/resources/math/1rm-regressions.wls [new file with mode: 0755]
ntclient/services/analyze.py
ntclient/services/calculate.py
ntclient/utils/colors.py
ntclient/utils/tree.py
tests/services/test_calculate.py
tests/test_cli.py