Deprecate `scipy.spatial.distance.kulsinski`
See original GitHub issuekulsinski
has been superseded by kulczynski1
in #14588.
As per https://github.com/scipy/scipy/issues/2009#issuecomment-898674427_, we should deprecate kulsinski
starting with 1.9.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
scipy.spatial.distance.kulsinski
Deprecated since version 0.12.0: kulsinski has been deprecated from scipy.spatial.distance in SciPy 1.9.0 and it will be removed in SciPy 1.11.0.
Read more >scipy.spatial.distance.matching
Computes the Hamming distance between two boolean 1-D arrays. This is a deprecated synonym for hamming. Previous topic. scipy.spatial.
Read more >Implement all `scipy.spatial.distance` metrics in `_ ... - GitHub
This issue is to track progress of migrating scipy.spatial.distance per-metric ... deprecation tracked in Deprecate scipy.spatial.distance.kulsinski #15125, ...
Read more >scipy.spatial.distance — SciPy v1.0.0 Reference Guide
matching is deprecated! minkowski (u, v[, p, w]), Computes the Minkowski distance between two 1-D arrays. namedtuple ...
Read more >Mailman 3 ANN: SciPy 1.9.0 - NumPy-Discussion - python.org
The function `spatial.distance.kulsinski` has been deprecated in favor of `spatial.distance.kulczynski1`. - The ``maxiter`` keyword of the truncated Newton ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Typo: this should be https://github.com/scipy/scipy/pull/14588
Pleasure 😃. Yes that’s what’s need to be done. In the main init (and other places) there are examples of decorator usage on how to deprecate something.