https://github.com/JuliaStats/Distance.jl

sort by:
Revision Author Date Message Commit Date
1766f97 Final commit 17 March 2015, 23:06:06 UTC
de2eade Add note that package is deprecated 29 August 2014, 18:37:44 UTC
2b9d1e4 Merge branch 'master' of https://github.com/JuliaStats/Distance.jl 26 August 2014, 04:45:31 UTC
96ec200 deprecate package 26 August 2014, 04:42:27 UTC
a35b216 Merge pull request #23 from robertfeldt/master Added Bhattacharyya and Hellinger distances 07 July 2014, 11:22:39 UTC
5f0ff94 simplified so Bhattacharyya coefficient is no longer a metric, just a sub-function we call 03 July 2014, 11:48:26 UTC
aa8ccd8 added test to ensure it is semimetric, clearer comment 30 June 2014, 10:20:18 UTC
0be2dc8 updated README, don't export the coefficient 30 June 2014, 10:01:51 UTC
0164083 added comment to make it clear that the Bhattacharyya et al distances assume vectors to be compared are probability distributions, frequencies or counts 30 June 2014, 09:53:14 UTC
ebea09e added colwise benchmarking of Hellinger et al distances 30 June 2014, 09:31:52 UTC
c9ceac2 a few more tests for hellinger et al 30 June 2014, 09:27:21 UTC
e7aa92d added another set of tests for hellinger et al 30 June 2014, 09:23:51 UTC
6ef6ec0 added Bhattacharyya coefficient, distance and hellinger distance metrics and tests, not yet tested in pairwise mode though 30 June 2014, 09:16:00 UTC
50c80b9 Merge pull request #18 from wildart/dev 1D distances 06 June 2014, 06:04:40 UTC
b05a0cb Changed supertype in 1D evaluations for handling complex numbers 05 June 2014, 23:32:21 UTC
6cc67a5 1D distances 05 June 2014, 18:11:48 UTC
9bd05a6 use svg logo for travis status 21 May 2014, 21:22:40 UTC
3d9d851 remove dependency on NumericFuns and NumericExtensions 21 May 2014, 21:20:12 UTC
08904f5 add NumericFuns as requirement and change Array - Number to Array .- Number 12 May 2014, 19:40:52 UTC
e285e81 use new travis setup 17 February 2014, 13:40:55 UTC
f4131ba several fixes 17 February 2014, 13:36:04 UTC
de9eaa3 use view in the place of unsafe_view 28 January 2014, 20:19:39 UTC
1c9acef updated readme to reflect move of the package 28 January 2014, 18:21:44 UTC
1fa7142 minor updates of error checking codes 30 December 2013, 22:22:58 UTC
d04e879 rename run_tests --> runtests 30 December 2013, 22:10:48 UTC
1df5fd3 minor updates according to NumericExtensions v0.3 20 December 2013, 14:23:03 UTC
75fe117 Fix the use of deprecated functions 19 October 2013, 00:19:58 UTC
04f7120 Update the names of functions from NumericExtensions 05 October 2013, 19:51:33 UTC
0e1cea2 add SpanNormDist to readme 15 September 2013, 15:05:07 UTC
486170b add span norm distance 15 September 2013, 15:01:49 UTC
0b2da29 use floating point as default result type 15 September 2013, 14:49:01 UTC
6718461 Travis logo on README 15 September 2013, 14:43:44 UTC
0163f66 remove requirement on Devectorize 15 September 2013, 14:39:57 UTC
50f5738 add travis.yml 15 September 2013, 14:38:52 UTC
ae671ca remove the reliance on atqb 15 September 2013, 14:33:22 UTC
03fe790 improved weighted metric evaluation using NumericExtensions 15 September 2013, 14:14:35 UTC
0adde4d simplify colwise and pairwise evaluation using NumericExtensions 15 September 2013, 12:50:52 UTC
d5280d8 refactored file organization 15 September 2013, 11:54:26 UTC
9d21c0d handling NaN for Euclidean distance 06 September 2013, 10:15:03 UTC
a22e0f2 use run_tests.jl in the place of test_all.jl 11 July 2013, 19:13:00 UTC
ba42574 Test ==> Base.Test 15 April 2013, 14:56:36 UTC
dab4a08 add requirement of julia 0.2 19 March 2013, 00:27:16 UTC
d5df991 replace hard tabs with soft tabs 06 March 2013, 20:44:08 UTC
ba462ea fixed a bug in generic pairwise function and add tests for customized distances 12 February 2013, 02:40:01 UTC
d4ef1b8 Merge branch 'master' of https://github.com/lindahua/Distance.jl 12 February 2013, 02:18:54 UTC
79df8d7 export colwise! and pairwise! 12 February 2013, 02:18:46 UTC
850d9e5 Merge pull request #3 from tshort/master Fixes for one of the generic evaluation versions of pairwise! 12 February 2013, 02:15:11 UTC
fb7785c Fixes for the generic evaluation function pairwise!(r::AbstractMatrix, metric::SemiMetric, a::AbstractMatrix, b::AbstractMatrix). 11 February 2013, 19:58:38 UTC
4c253c0 add require 08 February 2013, 21:45:58 UTC
17d8141 Merge pull request #1 from tshort/master Replace Array, Matrix, and Vector with Abstract versions 08 February 2013, 21:32:44 UTC
6a5cc86 Replace Array, Vector, and Matrix with Abstract versions. 08 February 2013, 18:25:25 UTC
9638912 another small fix to readme 08 February 2013, 16:09:54 UTC
32d9b74 small fix of readme 08 February 2013, 16:08:47 UTC
d9ad2c9 Updated readme (add benchmarks on pairwise computation) 08 February 2013, 16:06:34 UTC
27ee6ae add column wise benchmark to readme 08 February 2013, 15:36:16 UTC
8ee6774 performance results collected to CSV 08 February 2013, 15:26:48 UTC
6dec8a7 benchmark done (with several improvements of the implementation) 08 February 2013, 14:21:42 UTC
e146ba6 add bench_pairwise 08 February 2013, 04:28:44 UTC
655f4a8 bench_colwise done (improve the efficiency for CorrDist) 08 February 2013, 04:08:49 UTC
0b31811 updated readme title 08 February 2013, 03:16:09 UTC
158209f updated readme and convenient syntax 08 February 2013, 03:15:01 UTC
1037373 Make the titles more clear 08 February 2013, 03:06:57 UTC
076a700 add Basic Use to read me 08 February 2013, 03:05:11 UTC
d4e5c43 updated read me 08 February 2013, 02:40:08 UTC
d550c40 renamed to Distance 08 February 2013, 02:11:11 UTC
4779edf Mahalanobis distances tested 08 February 2013, 01:38:25 UTC
710ad70 weighted hamming tested 07 February 2013, 22:44:36 UTC
00a1896 WeightedMinkowski tested 07 February 2013, 22:33:53 UTC
cd4f722 tested up to WeightedCityblock 07 February 2013, 22:19:16 UTC
a0e9ae0 add at_q_b (tested) 07 February 2013, 21:37:00 UTC
35a3ade improve dimension checking 07 February 2013, 17:17:32 UTC
dbe98b7 add JS divergence 07 February 2013, 16:39:25 UTC
25853e8 add KL-divergence 07 February 2013, 16:12:04 UTC
2227938 add Chi squared distance 07 February 2013, 14:59:55 UTC
d6bfd4c tested up to CorrDist 07 February 2013, 14:39:05 UTC
fca7a35 updating 05 February 2013, 18:23:42 UTC
d7c40f1 Update README.md 05 February 2013, 00:48:22 UTC
7709edb new design 04 February 2013, 23:45:28 UTC
e2265a0 updated bench_dists.jl 28 January 2013, 04:43:37 UTC
2bd9293 first set of distances tested 28 January 2013, 04:21:42 UTC
240d9a4 initial setup 27 January 2013, 21:59:35 UTC
25a8254 Scaffold for Julia package Distances 27 January 2013, 17:12:57 UTC
5465641 Initial empty commit 27 January 2013, 17:12:57 UTC
back to top