-
fix: Get bmi seperate file + erase risk factor (#96)
-
fix: created get_bmi seperate file
-
fix: remove risk_factor
Co-authored-by: Hala Arar <[email protected]> (76ed73a
)
-
add cd as pr (#100)
-
fix: add semantic versioning to poetry environment
-
fix: allow ci cd merge versioning
-
chore: update README test coverage badge
-
fix: allow cicd on test branch
-
chore: add more badges
-
1.1.1-rc.1
Automatically generated by python-semantic-release
-
just remove some spaces
-
fix: ci cd with release candidate option
-
lower python version
-
1.1.1-rc.2
Automatically generated by python-semantic-release
- ci cd new rules
Co-authored-by: Li, Jiayi <[email protected]>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: github-actions <[email protected]> (91d0481
)
-
ci-cd integration (#99)
-
fix: add semantic versioning to poetry environment
-
fix: allow ci cd merge versioning
-
chore: update README test coverage badge
-
fix: allow cicd on test branch
-
chore: add more badges
-
1.1.1-rc.1
Automatically generated by python-semantic-release
-
just remove some spaces
-
fix: ci cd with release candidate option
-
lower python version
-
1.1.1-rc.2
Automatically generated by python-semantic-release
Co-authored-by: Li, Jiayi <[email protected]>
Co-authored-by: semantic-release <semantic-release>
Co-authored-by: github-actions <[email protected]> (9686519
)
-
Update test functions with the correct import instruction (#98)
-
fix: Update README.md structure to move Python Ecosystem Fit after summary
Update README.md structure to move Python Ecosystem Fit to appear after the summary
- Fix: Create get_bmr.py function in new file
Fix: Create a new file for the BMR function
- fix: Create get_tdee.py as a new file
Create a new file for tdee function to fix comment from milestone 2
- Fix: Create unit_convert.py
Create a new file for the unit convertor function
-
Fix: updated the test functions to cover changes to the functions (
ee5ee5a
) -
Separate the functions in the package into separate files (#95)
-
fix: Update README.md structure to move Python Ecosystem Fit after summary
Update README.md structure to move Python Ecosystem Fit to appear after the summary
- Fix: Create get_bmr.py function in new file
Fix: Create a new file for the BMR function
- fix: Create get_tdee.py as a new file
Create a new file for tdee function to fix comment from milestone 2
- Fix: Create unit_convert.py
Create a new file for the unit convertor function (f97eb21
)
-
Milestone1edits (#88)
-
I changed the get_tdee documentation
-
fix: I added example doccumentation to get_tdee and get_bmi
Co-authored-by: Hala Arar <[email protected]> (d9a9aa1
)
- I changed the get_tdee documentation (#85)
Co-authored-by: Hala Arar <[email protected]> (cd1a22a
)
-
update conf and lock (#78)
-
Update pyproject.toml
-
update lock
-
update conf and lock
Co-authored-by: tew49 <[email protected]> (eae4642
)
-
Bmr doc update (#77)
-
Update tutorial
-
Change formatting on example file
-
Update example.ipynb
Update formatting
- Update example.ipynb
Update header formatting (5d01411
)
-
add status badge (#75) (
6ccc203
) -
Bmr doc update (#73)
-
Update tutorial
-
Change formatting on example file (
c9fdff4
) -
Update tutorial (#71) (
7b94c06
) -
removed files we don't need (#68)
Co-authored-by: Hala Arar <[email protected]> (dedbea9
)
-
Tdee doc3 (#67)
-
tdee doc
-
tdee to example
Co-authored-by: Hala Arar <[email protected]> (5d820ed
)
-
update toml and lock file (#64)
-
Update pyproject.toml
-
update lock
Co-authored-by: tew49 <[email protected]> (7b8900b
)
-
Bmr docs (#65)
-
Update unit convector examples
-
Tutorial on bmr application (
b12a6db
) -
unit convert doc (#61)
Co-authored-by: tew49 <[email protected]> (b99fd18
)
- add unit_convert (#60)
Co-authored-by: tew49 <[email protected]> (e087f80
)
-
Tdee doc (#59)
-
create tdee example
-
tdee documentation example
-
tdee-doc
-
example
-
example
Co-authored-by: Hala Arar <[email protected]> (7879aa3
)
-
Add BMI doc to example ipynb (#58)
-
add starting example code
-
fixed wording
-
update wording on example
-
update sys path for unsupporting packages
-
formatting bmi
-
adding bmi example to master example ipynb
Co-authored-by: Li, Jiayi <[email protected]> (cb3291f
)
-
Add sys path to import packages (#55)
-
add starting example code
-
fixed wording
-
update wording on example
-
update sys path for unsupporting packages
Co-authored-by: Li, Jiayi <[email protected]> (2d87de8
)
-
Setup example usage (#52)
-
add starting example code
-
fixed wording
Co-authored-by: Li, Jiayi <[email protected]> (1b678d8
)
-
add more test cases and doc (#47) (
b43c3ae
) -
- Add BMI data validation
- Updated
pytest
package to version 7.4.4 and adjusted its dependencies. - Introduced
pytest-cov
package (version 6.0.0) for measuring coverage in tests. - Enhanced
get_bmi
function with input validation for weight and height. - Expanded
__init__.py
to include new functions:get_bmr
,get_tdee
,unit_convert
, andBMIResult
. - Added comprehensive tests for
get_bmi
, covering various categories, edge cases, and input validation.
Co-authored-by: Li, Jiayi <[email protected]> (6560903
)
-
Test bmr (#45)
-
added the bmr function to the general functions
-
developed function bmr
-
Updated implementation
-
Add test case
-
add pytest to project toml
-
update test cases on age
-
Update edge cases
-
Update code to meet test cases
-
Update test_get_bmr.py
Add documentation to BMR test (6cb9098
)
- fix duplicate entries in toml (#43)
Co-authored-by: Li, Jiayi <[email protected]> (968fac4
)
-
Update init.py (#42) (
931c62c
) -
Project.toml pytest (#37)
-
tdee tests
-
tdee implementation
-
fix pyproject.toml so that pytest runs
Co-authored-by: Hala Arar <[email protected]> (41da33b
)
-
test and code for unit convert (#35)
-
write test cases
-
write unit convert code and modify unit test
-
modify code
return value if input and output are the same
Co-authored-by: tew49 <[email protected]> (4de6891
)
-
Test bmr (#39)
-
added the bmr function to the general functions
-
developed function bmr
-
Updated implementation
-
Add test case
-
add pytest to project toml
-
update test cases on age
-
Update edge cases
-
Update code to meet test cases (
0d77e97
) -
Bmi implementation and unit tests (#38)
-
fix get_bmi rounding issue
-
unit test in functions
Co-authored-by: Li, Jiayi <[email protected]> (f6aeb80
)
-
Implement tdee (#33)
-
tdee tests
-
tdee implementation
Co-authored-by: Hala Arar <[email protected]> (f4eeb52
)
- tdee tests (#31)
Co-authored-by: Hala Arar <[email protected]> (d9eec03
)
-
Test bmr (#29)
-
added the bmr function to the general functions
-
developed function bmr
-
Updated implementation
-
Add test case
-
add pytest to project toml
-
update test cases on age (
df8e92b
) -
Code bmr (#28)
-
added the bmr function to the general functions
-
developed function bmr
-
Updated implementation (
ea1f9ec
) -
Bmr function updates on readme (#25)
-
added the bmr function to the general functions
-
Update README.md
updated the bmr portion of readme (7ad3639
)
-
Update README.md (#24) (
7314c30
) -
added the bmr function to the general functions (#23) (
cb4d8a7
) -
Tdee (#19)
-
Create TDEE calculator function
-
example section on how to call and use the function
Co-authored-by: Hala Arar <[email protected]> (a0e4a78
)
-
Readme edits (#18)
-
Create TDEE calculator function
-
add summary, describe functions and how it fits in the python ecosystem
-
edit read me and update usage
-
Update README.md inclucde unit converter and bmr
Co-authored-by: Hala Arar <[email protected]> (48a1e10
)
- docstring for unit_convert (#13)
Co-authored-by: tew49 <[email protected]> (d4d4c9f
)
-
Add CONTRIBUTING.md with examples (#17)
-
added style guide and instructions for contributing
-
Add style guide example
Co-authored-by: Li, Jiayi <[email protected]> (7d95091
)
-
Readme edits (#12)
-
Create TDEE calculator function
-
add summary, describe functions and how it fits in the python ecosystem
Co-authored-by: Hala Arar <[email protected]> (0181020
)
- Create TDEE calculator function (#11)
Co-authored-by: Hala Arar <[email protected]> (b034667
)
-
Bmr function (#14)
-
project structure
-
updated readme and conduct
-
add documentation of bmr function (
7918898
) -
Structure (#10)
-
project structure
-
updated readme and conduct
Co-authored-by: halaarar <[email protected]> (682479c
)
- created bmi calculator function with no implementation (#9)
Co-authored-by: Li, Jiayi <[email protected]> (464c9bb
)