Release v1.0.0#99
Merged
Merged
Conversation
Documentation: - Add docs/blog-v100.md (v1.0.0 announcement post) - Add docs/benchmark.md (per-dataset v0.5.0 vs v1.0.0 results) - api.md: add MeanReciprocalRank, one_to_one_method, instance_weight, full JaccardDistanceMatcher params including Embedding mode - metrics.md: add MeanReciprocalRank, update count to six metrics - matchers.md: add Embedding mode and Tversky to Jaccard section, clarify instance_sample_size belongs to valentine_match - changelog.md: correct speedup headline to 13x-243x / 1442s to 19s, comment out empty Unreleased section, update release date to 2026-05-14 - benchmark.md: fix Jaccard time to 3.92s/186x, add Recall@GT definition, add section marks to Coma instances v0.5.0 means - blog-v100.md: fix Cupid Recall@GT, java_xmx, add Coma instances footnote - results.md, faq.md, getting-started.md: minor consistency fixes - zensical.toml: switch nav to left sidebar, update site description - extra.css: increase badge height to 24px Source: - cupid/schema_element.py: replace print() with warnings.warn() - cupid/schema_tree.py: replace print() with logging.debug() Community: - Add CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- experiments/experiment_nyu.py: replace with improved version from nyu_v100.py (timeout logic, MRR, JSON output, Embedding matcher); fix E402 noqa for intentional post-warning imports, PLC0415 noqa for optional sentence-transformers import; ruff --fix for import sort - experiments/nyu_v100.py: removed (consolidated into experiment_nyu.py) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #99 +/- ##
=======================================
Coverage 95.13% 95.13%
=======================================
Files 53 53
Lines 2794 2796 +2
Branches 440 440
=======================================
+ Hits 2658 2660 +2
Misses 83 83
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
Summary
print()calls in Cupid (replaced withwarnings.warnandlogging.debug)CONTRIBUTING.md,SECURITY.md,CODE_OF_CONDUCT.mdWhat's in the docs
benchmark.md(per-dataset v0.5.0 vs v1.0.0 side-by-side),blog-v100.md(v1.0.0 announcement)MeanReciprocalRank,one_to_one_methodonget_metrics,instance_weightonComa, fullJaccardDistanceMatcherparams (Embedding mode, Tversky)Recall@GTdefinition,§footnotes on Coma instances