migrated pynq/metadata to pynq-metadata - #1591
Merged
Merged
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pynq-next #1591 +/- ##
=============================================
- Coverage 34.39% 34.33% -0.07%
=============================================
Files 31 42 +11
Lines 4774 4748 -26
Branches 835 823 -12
=============================================
- Hits 1642 1630 -12
+ Misses 3071 3057 -14
Partials 61 61 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…ility with __init__.py
jogomojo
force-pushed
the
migrate-metadata
branch
from
August 21, 2026 05:23
b79e2ff to
d14cf7a
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
pynq/metadatawas still using it's own logic when duplicate logic was available in the PYNQ-Metadata package. Have now migrated to PYNQ-Metadata resolving stale files after updates. Have preserved backwards compatibility allowing anyone downstream usingfrom pynq.metadata import *to keep using API.Suppressed linter warnings with
# noqa: F403