-
Notifications
You must be signed in to change notification settings - Fork 38
Printer compatibility recommendations for the Foomatic directory (GSoC 2026) #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gativarshney
wants to merge
34
commits into
OpenPrinting:master
Choose a base branch
from
gativarshney:feat/printer-recommendations
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
df882e2
feat(pipeline): add printer feature vectorization script
gativarshney a370869
feat(recommendations): implement printer compatibility similarity pip…
gativarshney b1abc78
feat(recommendations): surface compatible printer alternatives on pri…
gativarshney 6a93780
feat(recommendations): add color-aware printer similarity features
gativarshney f3aab1f
feat(recommendations): add commandset-aware printer similarity
gativarshney 73a9161
feat(recommendations): add PostScript and PCL language-aware similarity
gativarshney 2d6f3b7
feat(recommendations): add resolution-aware printer similarity
gativarshney 4d2a733
Merge branch 'OpenPrinting:master' into feat/printer-recommendations
gativarshney 983f915
perf(recommendations): split recommendation data per printer
gativarshney 403ba15
feat(ui): surface printer capabilities and recommendation confidence
gativarshney fa79393
build(foomatic): automate recommendation generation in CI
gativarshney e28f660
feat(recommendations): improve recommendation UX and accessibility
gativarshney bc25186
fix(foomatic): sanitize upstream HTML rendering
gativarshney 9be7c7d
test(foomatic): add unit tests for recommendation pipeline
gativarshney 856d780
docs(foomatic): add pipeline architecture and regeneration guides
gativarshney bac57a4
docs(foomatic): add contributor guide for extending the UI
gativarshney 6d16b3c
docs(foomatic): add measured evidence of recommendation quality evolu…
gativarshney c654b5e
perf(recommendations): render similar printers without the full print…
gativarshney 6c62b28
docs(foomatic): document similarity weights and confidence thresholds
gativarshney ae59b20
chore(foomatic): resolve final review and lint issues
gativarshney 70e0e07
feat(recommendations): rank by IDF-weighted evidence-damped similarity
gativarshney 4d44bf9
test(foomatic): extract scoring primitives into a tested module
gativarshney 5de2a6c
fix(recommendations): replace unreachable exact-match badge with evid…
gativarshney 9d54edf
docs(foomatic): align scoring docs with implementation and make evalu…
gativarshney 15f65f5
feat(recommendations): surface similar printers from the printer page…
gativarshney ef0522a
Merge branch 'OpenPrinting:master' into feat/printer-recommendations
gativarshney 2b72bc9
docs(foomatic): align documentation with final recommendation UI
gativarshney 87be572
fix(foomatic): allow trusted Snapcraft embeds through HTML sanitization
gativarshney 9f3bb67
fix(recommendations): exclude obsolete drivers from compatibility evi…
gativarshney 7e27cc7
fix(recommendations): remove driver count from recommendation cards
gativarshney c278e0a
chore(recommendations): clean up implementation comments
gativarshney 898064a
fix(recommendations): treat printers with only obsolete drivers as un…
gativarshney 4a5420c
merge upstream/master into feat/printer-recommendations
gativarshney 34815c4
merge: sync printer recommendations with upstream master
gativarshney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we skipping the runs of
vectorize.tsorcompute-similarity.tshere?