Skip to content

feat: Generalised Minkowski Metric (L_p norm)#291

Open
cbueth wants to merge 22 commits intosdd:v5.x.xfrom
cbueth:feature/minkowski
Open

feat: Generalised Minkowski Metric (L_p norm)#291
cbueth wants to merge 22 commits intosdd:v5.x.xfrom
cbueth:feature/minkowski

Conversation

@cbueth
Copy link

@cbueth cbueth commented Feb 13, 2026

This is a reopen for #287 after integrating the feedback from #286 . See the description in the initial PR. All tests still pass locally.

Closes #287

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.05%. Comparing base (568b496) to head (dfc76f7).

Additional details and impacted files
@@            Coverage Diff             @@
##           v5.x.x     #291      +/-   ##
==========================================
+ Coverage   95.02%   95.05%   +0.02%     
==========================================
  Files          54       54              
  Lines        6252     6286      +34     
  Branches     6252     6286      +34     
==========================================
+ Hits         5941     5975      +34     
  Misses        287      287              
  Partials       24       24              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- deprecate `rd_update` with `D::accumulate` for consistent sum-based and max-based metrics
- conditional logic for SIMD (L1/L2) and general L∞
- differentiate distance accumulation behaviour
- integration `nearest_n` tests (Chebyshev, Manhattan, SquaredEuclidean).
- improve `DistanceMetric` doc
- add Gaussian scenario to tests
@cbueth
Copy link
Author

cbueth commented Mar 2, 2026

I have merged upstream/v5.x.x and linted the files. All checks pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant