Releases: JuliaStats/Distances.jl
Releases · JuliaStats/Distances.jl
v0.10.2
Distances v0.10.2
Closed issues:
- Release 0.10.1 breaking for
allowmissing
arrays (#209) - Release 0.10.1 broke pairwise haversine (#210)
Merged pull requests:
- Update TagBot.yml (#208) (@devmotion)
- Fix result_type issues (#211) (@dkarrasch)
v0.10.1
Distances v0.10.1
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:
- add default value of Earth's radius to Haversine (#176) (@mkborregaard)
- Extend Mahalanobis tests (#184) (@dkarrasch)
- Move CI to GitHubActions (#191) (@dkarrasch)
- Remove dead get_colwise_dims code (#193) (@dkarrasch)
- Allow generators and iterators (#194) (@dkarrasch)
- Minor improvements, fixes, and code style (#196) (@dkarrasch)
- add SphericalAngle distance (#198) (@aplavin)
- Clean up README (#202) (@dkarrasch)
- Allow unitful data points (#203) (@dkarrasch)
v0.10.0
Distances v0.10.0
Closed issues:
- StaticMatrix with Mahalanobis (#181)
Merged pull requests:
- Change Mahalanobis input to AbstractMatrix (#182) (@rmcaixeta)
v0.9.2
v0.9.1
Distances v0.9.1
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:
- Fixed grammar (#166) (@pauljurczak)
- Delete REQUIRE (#168) (@ChrisRackauckas)
- Fix negative values in the pairwise computations of SqMahalanobis (#180) (@devmotion)
v0.9.0
Distances v0.9.0
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:
- comment the reason of performance regression in #144 (#146) (@johnnychen94)
- Extend parameter trait to wmetrics (#150) (@dkarrasch)
- Install TagBot as a GitHub Action (#156) (@JuliaTagBot)
- Comment on how type hierarchy differs from maths definitions (#157) (@IsakFalk)
- update ci settings (#160) (@johnnychen94)
- Ensure non-negativity of pairwise computations (#161) (@devmotion)
- turn UnionMetrics into types (#163) (@dkarrasch)
- Enhancements: allow OffsetArrays and integer arrays in CosineDist (#164) (@dkarrasch)
v0.8.2
v0.8.2 (2019-08-23)
Merged pull requests:
- put back specialized colwise and pairwise for CorrDist (#145) (KristofferC)
v0.8.1
v0.8.1 (2019-08-16)
Closed issues:
Merged pull requests:
- add a version field to Project file (#141) (KristofferC)
- rework result_type (#140) (johnnychen94)
- move implementations into type overloading (aka. functor) (#139) (johnnychen94)
- Loosen type annotations and fix #130 (#134) (devmotion)
- correct NormRMSDeviation type (#131) (johnnychen94)
- add periodic distance, second attempt (#129) (dkarrasch)
- Add docstrings for pairwise and pairwise! (#124) (nalimilan)
- Get docstring without @doc to avoid error when compiling (#116) (donm)
Version 0.8.0
Remove version from Project.toml (#122) It's not required and makes TravisCI fail if not in sync with tagged version.
v0.7.4
disable this test for a while since it is working on master (#117)