Releases
v0.1.0
Create repo with cookiecutter. #1
Add Dask compatibility module. #2
Require dask and numpy. #3
Add utils and bool comparison function. #4
Use relative imports in package. #5
Use MathJax Sphinx extension for formula rendering. #6
Require scipy for testing. #7
Add dice. #8
Add hamming. #9
Tidy up formulae in docstrings. #10
Add jaccard. #11
Sum all comparisons in hamming. #12
Add kulsinski. #13
Refactor some common terms. #14
Add rogerstanimoto. #15
Add russellrao. #16
Add sokalmichener. #17
Add sokalsneath. #18
Add yule. #19
Drop period from dice docstring. #20
Python 2/3 use iterable range. #21
Fix _bool_cmp_mtx_cnt test name. #22
Test mismatched bool array lengths raise. #23
Enforce 1D bool arrays. #24
Sum over first two axes in hamming only. #25
Compare many 1-D bool arrays. #26
Refresh wrong dimensions error message. #27
Consolidate bool array utility functions. #28
Refactor _broadcast_uv. #29
Add broadcast UV wrapper. #30
Add braycurtis. #31
Add a heading title for boolean distance functions. #32
Independently vary bool arrays' shapes and chunks in 2D tests. #33
Tweak test comparisons. #34
Drop references to uv comparison being a matrix. #35
Wrap braycurtis docstring. #36
Add canberra. #37
Add chebyshev. #38
Add cityblock. #39
Add correlation. #40
Add cosine. #41
Add euclidean. #42
Flake8 fixes. #43
Run flake8 on CI. #44
NO MRG: Test that flake8 on CI is working. #45
Fix the euclidean docstring. #46
Add sqeuclidean. #47
Add izip. #48
Vendor indices based on our Dask contribution. #49
Add cdist. #50
Add pdist. #51
Test with optional keyword arguments. #52
Add minkowski. #53
Support the minkowski metric in cdist and pdist. #55
Add seuclidean. #56
Add wminkowski. #57
Add mahalanobis. #58
Fix seuclidean's docstring equation. #59
Use arbitrary keyword arguments with cdist/pdist. #60
Fix pdist selection bug. #61
Add atop-based ravel. #62
Fix ravel chunking . #63
Store selection mask. #64
Rechunk fallback for ravel. #65
Support more metrics in cdist and pdist. #66
You can’t perform that action at this time.