Skip to content

Releases: jakirkham/dask-distance

v0.2.0

09 Oct 16:12
Compare
Choose a tag to compare
  • In cdist, use _asarray only for custom metrics. #67
  • Fix a typo in mahalanobis' docstring. #68
  • Document cdist's/pdist's keyword arguments V, VI, and w. #69
  • Test cdist's result shapes match. #70
  • Simplify _cdist_apply. #72
  • Fix spacing in _cdist_apply. #74
  • Drop repeat in _broadcast_uv. #73
  • Find pdist with known shape. #71
  • In cdist, convert arrays to float then broadcast. #76
  • Fix handling of metric string in pdist. #77
  • Drop rechunking of cdist's result. #78
  • Use _irange in pdist. #80
  • Support a single point in pdist. #83
  • Add _atleast_2d. #86
  • Drop unneeded Dask version check from tests. #85
  • Set pdist's default argument for known metrics. #87
  • Format input array in pdist. #88
  • Add squareform. #89
  • Optimize squareform's square matrix construction. #91

v0.1.0

30 Sep 02:08
Compare
Choose a tag to compare
  • 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