You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Code cleanup: PR #1142 introduced distance operations. They are now wrapped in lambdas before being passed to PairwiseDistanceBase, preserving the original API for PairwiseDistanceBase.
Describe the solution you'd like
It would be cleaner if PairwiseDistanceBase took the distance operations as an argument directly.
Is your feature request related to a problem? Please describe.
Code cleanup: PR #1142 introduced distance operations. They are now wrapped in lambdas before being passed to PairwiseDistanceBase, preserving the original API for PairwiseDistanceBase.
Describe the solution you'd like
It would be cleaner if PairwiseDistanceBase took the distance operations as an argument directly.
#1142 (comment)
The text was updated successfully, but these errors were encountered: