Releases: JuliaStats/Distances.jl
Releases · JuliaStats/Distances.jl
v0.10.12
Distances v0.10.12
Merged pull requests:
- Add
MinkowskiMetric
abstract type (#265) (@eliascarv)
Closed issues:
v0.10.11
Distances v0.10.11
Merged pull requests:
- Propagate NaNs and update tests (#260) (@richardreeve)
Closed issues:
- kl_divergence and js_divergence do not propagate NaNs (#259)
v0.10.10
Distances v0.10.10
Merged pull requests:
- Add weak dependency on ChainRulesCore (#246) (@devmotion)
Closed issues:
- Distances + ChainRules (#172)
v0.10.9
Distances v0.10.9
Closed issues:
- Signature of
pairwise!
not consistent with StatsAPI and StatsBase (#238)
Merged pull requests:
- Change signature of
pairwise!
andcolwise!
(#239) (@devmotion) - Handle SparseArrays.jl dep as a Pkg extension (#251) (@dkarrasch)
- Disable coverage on Julia 1.9 (#252) (@devmotion)
v0.10.8
v0.10.7
Distances v0.10.7
Merged pull requests:
v0.10.6
Distances v0.10.6
Merged pull requests:
- Add specialized
pairwise
methods to*msd
(#232) (@dkarrasch)
v0.10.5
Distances v0.10.5
Closed issues:
- Check that the matrix of (Sq)Mahalanobis is positive-definite? (#174)
Merged pull requests:
- Require symmetry and check isposdef in
*Mahalanobis
(#221) (@dkarrasch) - Small improvements to Haversine (#226) (@torfjelde)
- Make pairwise(dist, X) compatible with Unitful values (#229) (@rashidrafeek)
- Make pairwise work with unitful data (#230) (@dkarrasch)
- refactor
*Mahalanobis
to avoid unnecessary symmetry checks (#231) (@dkarrasch)
v0.10.4
Distances v0.10.4
Closed issues:
- Why single precision by default in Haversine? (#216)
Merged pull requests:
- Allow complex arrays in *Euclidean pairwise (#220) (@dkarrasch)
- Avoid function redefinition in tests (#222) (@dkarrasch)
- Pairwise and colwise with convenience functions (#224) (@devmotion)
- fix typo in readme definition of JSDivergence (#225) (@mcfefa)
v0.10.3
Distances v0.10.3
Closed issues:
- Allow iterators for colwise (#212)
- Create distance matrix function (#214)
- importing
pairwise
from StatsAPI was breaking (#217)
Merged pull requests:
- Import
pairwise
andpairwise!
from StatsAPI (#213) (@nalimilan) - Bump version to 0.10.3 (#218) (@nalimilan)