Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fbraza
/
python-vitals
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Implement SCORE2 cardiovascular risk assessment algorithm
- #2
#2
Merged
fbraza
merged 20 commits into
master
fbraza/python-vitals:master
from
score2
fbraza/python-vitals:score2
Copy head branch name to clipboard
Jul 19, 2025
Conversation
Commits
20
(20)
Checks
Files changed
Merged
feat: Implement SCORE2 cardiovascular risk assessment algorithm
#2
fbraza
merged 20 commits into
master
fbraza/python-vitals:master
from
score2
fbraza/python-vitals:score2
Copy head branch name to clipboard
Commits
Commits on Jul 18, 2025
chore: include specs otherwise claude cannot read them
fbraza
committed
14b2fc1
View commit details
Copy full SHA for 14b2fc1
Browse repository at this point
build: github action for claude code
fbraza
committed
5018c8e
View commit details
Copy full SHA for 5018c8e
Browse repository at this point
feature: implement the score2 algorithm
fbraza
committed
59200cb
View commit details
Copy full SHA for 59200cb
Browse repository at this point
Commits on Jul 19, 2025
chore: move the specs file for the agent
fbraza
committed
793a853
View commit details
Copy full SHA for 793a853
Browse repository at this point
fix: standardize import statements for package consistency
Show description for cb352bf
fbraza
and
opencode
committed
cb352bf
View commit details
Copy full SHA for cb352bf
Browse repository at this point
fix: rename test_phenoage to test_score2 in test_score2.py
Show description for 1a25f48
fbraza
and
opencode
committed
1a25f48
View commit details
Copy full SHA for 1a25f48
Browse repository at this point
Merge pull request #11 from fbraza/fix/issue-3-import-consistency
Show description for 0aae159
fbraza
authored
0aae159
View commit details
Copy full SHA for 0aae159
Browse repository at this point
Merge pull request #12 from fbraza/fix/issue-4-test-function-name
Show description for 36e889d
fbraza
authored
36e889d
View commit details
Copy full SHA for 36e889d
Browse repository at this point
test: expand SCORE2 test coverage with diverse patient profiles
Show description for ffe31e0
fbraza
and
opencode
committed
ffe31e0
View commit details
Copy full SHA for ffe31e0
Browse repository at this point
refactor: rename test directories and files for clarity
Show description for d5aad27
fbraza
and
opencode
committed
d5aad27
View commit details
Copy full SHA for d5aad27
Browse repository at this point
fix: standardize unit suffix casing to lowercase
Show description for aefafec
fbraza
and
opencode
committed
aefafec
View commit details
Copy full SHA for aefafec
Browse repository at this point
refactor: reorganize fodlers and test files
fbraza
committed
eac24b4
View commit details
Copy full SHA for eac24b4
Browse repository at this point
Merge pull request #13 from fbraza/test/issue-7-score2-coverage
Show description for e55be22
fbraza
authored
e55be22
View commit details
Copy full SHA for e55be22
Browse repository at this point
refactor: add comprehensive hints issue #8
fbraza
committed
e77d6bc
View commit details
Copy full SHA for e77d6bc
Browse repository at this point
Merge pull request #14 from fbraza/fix/issue-8-comprehensive-type-hints
Show description for 141b1c6
fbraza
authored
141b1c6
View commit details
Copy full SHA for 141b1c6
Browse repository at this point
Fix type hint issues with TypedDict approach
Show description for 2f44ba3
fbraza
committed
2f44ba3
View commit details
Copy full SHA for 2f44ba3
Browse repository at this point
refactor: remove total=False for the BiomarkerData as cannot be None
fbraza
committed
415ff8a
View commit details
Copy full SHA for 415ff8a
Browse repository at this point
fix: type hint. We are overengineering it
fbraza
committed
4b0fdda
View commit details
Copy full SHA for 4b0fdda
Browse repository at this point
fix: mypy error
fbraza
committed
7b888e1
View commit details
Copy full SHA for 7b888e1
Browse repository at this point
Merge pull request #15 from fbraza/fix/issue-8-comprehensive-type-hints
Show description for d8a9eb4
fbraza
authored
d8a9eb4
View commit details
Copy full SHA for d8a9eb4
Browse repository at this point
You can’t perform that action at this time.