Skip to content

Remove sokalmichener from distance metrics #29925

Closed
@thomasjpfan

Description

@thomasjpfan

SciPy is planning to remove sokalmichener: scipy/scipy#21572

We reimplement SokalMichenerDistance in the distance metric, and it's exactly the same as the implementation RogersTanimotoDistance. We can follow SciPy's lead and remove sokalmichener as well.

REF:

cdef class RogersTanimotoDistance{{name_suffix}}(DistanceMetric{{name_suffix}}):

cdef class SokalMichenerDistance{{name_suffix}}(DistanceMetric{{name_suffix}}):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions