Skip to content

Releases: JuliaStats/Distances.jl

v0.10.2

29 Jan 15:58
fa867d5
Compare
Choose a tag to compare

Distances v0.10.2

Diff since v0.10.1

Closed issues:

  • Release 0.10.1 breaking for allowmissing arrays (#209)
  • Release 0.10.1 broke pairwise haversine (#210)

Merged pull requests:

v0.10.1

25 Jan 11:35
567eedf
Compare
Choose a tag to compare

Distances v0.10.1

Diff since v0.10.0

Closed issues:

  • pairwise for arrays of arrays (#152)
  • Why don't you support NTuples? (#162)
  • pairwise(::PreMetric, ::AbstractVector{<:Real}) (#165)
  • Implementing custom distance (#183)
  • Why different performance in this case? (#186)
  • Define Distances on Iterators (#187)
  • result_type acts on objects for arrays but on types otherwise (#190)
  • Spherical angle distance (#195)
  • How to calculate pairwise Haversine distance (#200)
  • Euclidean distance does not work with Unitful vectors (#201)
  • New release? (#204)
  • Performance of colwise for CorrDist (#205)
  • Colwise and pairwise can return incorrect distances (#206)

Merged pull requests:

v0.10.0

08 Oct 17:03
7e15631
Compare
Choose a tag to compare

Distances v0.10.0

Diff since v0.9.2

Closed issues:

  • StaticMatrix with Mahalanobis (#181)

Merged pull requests:

v0.9.2

07 Oct 08:06
777f023
Compare
Choose a tag to compare

Distances v0.9.2

Diff since v0.9.1

Merged pull requests:

v0.9.1

01 Oct 10:03
d547d3a
Compare
Choose a tag to compare

Distances v0.9.1

Diff since v0.9.0

Closed issues:

  • What do you think of pairwise with DataFrame? (#169)
  • Is it valid for Jensen–Shannon divergence to return negative values? + Returned values differ from Scipy implementation (#170)
  • [question] Edit distance applicable ? (#175)

Merged pull requests:

v0.9.0

20 May 12:02
d01033e
Compare
Choose a tag to compare

Distances v0.9.0

Diff since v0.8.2

Closed issues:

  • Distances with missing values (#11)
  • compatibility with OffsetArrays (#93)
  • pairwise CosineDistance with Int matrices as argument throws error (#106)
  • Making distances callable (#109)
  • Factor Out Common Distance API to Leverage eval_op, ... etc. (#126)
  • Performance regression from 0.8.0 to 0.8.1 (#144)
  • Distance between points a and b if the system is not perpendicular (#148)
  • SqPeriodicEuclidean? (#151)
  • Metric should be Pseudometric and description of SemiMetric is incomplete (#153)
  • Add MaximumMeanDiscrepancy distance (#154)

Merged pull requests:

v0.8.2

23 Aug 12:50
v0.8.2
5dbf9b8
Compare
Choose a tag to compare

v0.8.2 (2019-08-23)

Diff since v0.8.1

Merged pull requests:

  • put back specialized colwise and pairwise for CorrDist (#145) (KristofferC)

v0.8.1

16 Aug 10:57
v0.8.1
801d68a
Compare
Choose a tag to compare

v0.8.1 (2019-08-16)

Diff since v0.8.0

Closed issues:

  • Compatibility WeightedSqEuclidean with Tracker (#130)
  • Doc macro makes compilation fail (#113)

Merged pull requests:

Version 0.8.0

22 Feb 08:43
abfc204
Compare
Choose a tag to compare
Remove version from Project.toml (#122)

It's not required and makes TravisCI fail if not in sync with tagged version.

v0.7.4

13 Dec 00:03
094f2bc
Compare
Choose a tag to compare
disable this test for a while since it is working on master (#117)