This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the project version from 2.0.1 to 2.0.2 across metadata files and enhances the data governance page by updating the access license link and adding download functionality for a memorandum PDF with error handling.
- Version bump in README.md, SECURITY.md, and dashboard.py
- Updated Registered Access License URL
- Added memorandum PDF download section with FileNotFoundError handling
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/tabs/data_governance.py | Updated license link; added memorandum download button with fallback |
| src/dashboard.py | Updated app version from 2.0.1 to 2.0.2 |
| SECURITY.md | Updated supported version table to include v2.0.2 |
| README.md | Updated GitHub badge to show version 2.0.2 |
Comments suppressed due to low confidence (1)
src/tabs/data_governance.py:8
- [nitpick] Indentation for this bullet is deeper than the surrounding list items. Align it with the other sub-bullets (e.g., 4 spaces) to keep markdown nesting consistent.
* Register on PhysioNet and confirm your identity ([Registered Access License](https://physionet.org/about/duas/bridge2ai-voice-registered-access-agreement/)).
jmtang2018
approved these changes
Jun 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the project version from
2.0.1to2.0.2across multiple files and introduces a new feature for downloading a memorandum PDF in the data governance page. Additionally, it updates a license link to a more relevant resource. Below are the most important changes:Version Updates:
2.0.1to2.0.2in theREADME.mdbadge,SECURITY.mdsupport table, andsrc/dashboard.pyfile. [1] [2] [3]Data Governance Page Enhancements: