Commit Graph

11 Commits

Author SHA1 Message Date
Sébastien Crozet 88a74ca4e5 Macro groupping. 2016-08-11 23:28:08 +02:00
Sébastien Crozet e6156727f2 Use full names for everything.
Note that `sqdist` becomes `distance_squared` and `sqnorm` becomes `norm_squared`.

Fix #176.
2016-04-17 17:26:58 +02:00
Sébastien Crozet 35ae97dc29 Fix benchmarks. 2016-03-31 21:24:37 +02:00
Sébastien Crozet f8f4924e47 Add vector perametrizable by their sizes. 2016-03-24 19:03:29 +01:00
Eduard Bopp cbe90b1e4e Fix benchmarks
The extern crate declarations had to be adjusted.
2015-03-29 13:32:14 +02:00
Eduard Bopp 97079bb2b3 Fix benchmarks 2015-02-17 14:10:08 +01:00
Connorcpu a18a53b82e Updated to latest rust master 2015-01-03 13:48:10 -08:00
Sébastien Crozet 73c49884c3 Fix benches. 2014-12-27 11:15:13 +01:00
Sébastien Crozet 83f25e0552 Add more benchmarks. 2014-11-07 16:15:56 +01:00
Sébastien Crozet a2848e6e18 Update to the last rust-nightly.
Version of rustc: 0.13.0-nightly (63c4f22f2 2014-11-05 22:31:44 +0000).
2014-11-06 14:52:52 +01:00
Sébastien Crozet ba18f5aa70 Deprecate `na::`, move all reexport to the root crate.
This also moves the tests and benches to cargo-complient folders.

Fix #21.
2014-09-28 19:22:57 +02:00