Commit Graph

30 Commits

Author SHA1 Message Date
Danny Guo
72784f07f2 Release v0.10.0 2020-01-31 09:42:13 -05:00
Danny Guo
74ab292905 Release v0.9.3 2019-12-12 21:54:28 -05:00
Danny Guo
cc25041cc1 Release v0.9.2 2019-05-09 01:23:23 -04:00
Danny Guo
dfba131562 Use a single vector instread of ndarray in Damerau-Levenshtein
We can drop a dependency while retaining the performance boost.

Related to https://github.com/dguo/strsim-rs/issues/34
2019-05-09 01:19:23 -04:00
Danny Guo
687dc6d9a0 Revert back to the standard library hashmap
Related to https://github.com/dguo/strsim-rs/issues/34
2019-05-09 01:18:26 -04:00
Danny Guo
7aacbc5763 Release v0.9.1 2019-04-08 17:24:51 -04:00
Danny Guo
1cc9a62b12 Remove last traces of Appveyor 2019-04-08 17:24:34 -04:00
Ophir LOJKINE
d6717dbac8 [performance] Improve the performance of damerau_levenshtein (#32)
* [performance] Improve the performance of damerau_levenshtein

My tests show the new version is approximately 2.5 times faster than
the old ones. Most of the gains come from using hashbrown for the
hashmap.

* Switch back to rust 2015 to fix CI

* Increase minimum required rust version to 1.31

* Simplify the levenshtein function
2019-04-08 17:08:20 -04:00
Danny Guo
5907665163 Release v0.9.0 2019-04-06 09:40:44 -04:00
Igor Gnatenko
4ce73f421c Exclude unneeded files from crates.io (#22) 2018-10-30 16:47:39 -04:00
Danny Guo
e777b61bc2 Release 0.8.0 2018-08-19 18:26:48 -04:00
Danny Guo
f317be9f7c Bump the minor version 2018-01-17 11:06:17 -05:00
Martin Geisler
91240376c1 Add CI badges to crates.io (#14) 2017-07-24 18:09:46 -05:00
Danny Guo
b6567a0584 Update Cargo metadata 2016-12-31 09:45:44 -05:00
Danny Guo
f8d8c1fff8 Fix Damerau-Levenshtein (#12)
Rename the original implementation to osa_distance, and implement the actual
metric.
2016-12-26 22:54:32 -05:00
Danny Guo
c284c64ade Remove docs (#10)
Just link to docs.rs
2016-11-21 23:05:34 -06:00
Danny Guo
8f9236743c Bump patch version 2016-08-23 23:06:30 -04:00
Danny Guo
5fd89dac3c Bump minor version 2016-08-11 21:43:06 -04:00
Danny Guo
9f4ba4cbc0 Bump patch version 2016-04-18 08:54:10 -04:00
Danny Guo
29176fa232 Add more tests for vector functions 2015-06-10 00:26:44 -04:00
Danny Guo
1f755adf8d Remove usage of unstable features 2015-04-30 00:45:29 -04:00
Danny Guo
5beb968a7d Remove unnecessary imports from doctests 2015-04-24 00:49:39 -04:00
Danny Guo
8d98af109b Remove unused core feature 2015-04-15 01:04:56 -04:00
Danny Guo
e151b0f191 Remove import of float (no longer necessary) 2015-04-01 22:51:05 -04:00
Danny Guo
25b56b67db Remove char_at calls (unstable library feature) 2015-03-29 00:17:25 -04:00
Danny Guo
f55720ab4d Bump patch version 2015-02-20 20:36:25 -05:00
Danny Guo
c7eb862bae Add Damerau-Levenshtein implementation 2015-02-19 00:15:07 -05:00
Danny Guo
fc0c17bf23 Add some rustdoc comments 2015-02-10 21:34:05 -05:00
Danny Guo
762dd05c53 Remove keyword to stay within max of 5 2015-02-09 21:13:26 -05:00
Danny Guo
eef5867a05 Add initial commit 2015-02-09 21:02:54 -05:00