Commit Graph

44 Commits

Author SHA1 Message Date
Danny Guo
72784f07f2 Release v0.10.0 2020-01-31 09:42:13 -05:00
Rob Ede
6f8a8cb49f add sorensen-dice distance function 2020-01-31 09:24:44 -05:00
Danny Guo
74ab292905 Release v0.9.3 2019-12-12 21:54:28 -05:00
Danny Guo
c4cdd9c35d Switch to GitHub Actions for CI 2019-12-07 09:34:25 -05:00
Danny Guo
f3918bd78a Move badges out of the heading 2019-09-14 11:20:17 -04:00
Sergey "Shnatsel" Davidoff
6d01f95259 Forbid unsafe code (#38) 2019-09-14 11:18:23 -04:00
Danny Guo
cc25041cc1 Release v0.9.2 2019-05-09 01:23:23 -04:00
Danny Guo
7aacbc5763 Release v0.9.1 2019-04-08 17:24:51 -04:00
Danny Guo
5907665163 Release v0.9.0 2019-04-06 09:40:44 -04:00
Danny Guo
7947482ec4
Use Travis for Windows testing (#25)
Travis added Windows support a few weeks ago, so we can drop AppVeyor.
2018-10-28 14:36:51 -04:00
Danny Guo
a563473c14 Fix the examples in the README
Fixes #24
2018-10-28 11:38:36 -04:00
Danny Guo
bc5a0a1507 Clean up the README 2018-10-23 11:53:36 -04:00
Danny Guo
e777b61bc2 Release 0.8.0 2018-08-19 18:26:48 -04:00
Viktor Lazarev
ab17c1e9ab Add normalized Levenshtein and Damerau-Levenstein (#20)
* Add tests for 'normalized_levenshtein'

* Implement 'normalized_levenshtein'

* Implement 'normalized_damerau_levenshtein'

* Add benchmarking of new functions

* Move test cases from integration tests to unit tests

* Use 'is_empty' instead of 'len'

* Count chars instead of bytes

* Update Readme
2018-08-19 17:30:28 -04:00
Sean Stangl
e178e6995f Add some simple benchmarks. 2018-06-25 09:55:27 -04:00
Danny Guo
f317be9f7c Bump the minor version 2018-01-17 11:06:17 -05:00
Danny Guo
22fbcfb914 Remove the against_vec functions 2018-01-17 10:48:47 -05:00
Danny Guo
f4fd98e227 Improve the dev CLI 2017-11-06 22:01:24 -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
065b023583 Add a link to the Rust homepage 2016-10-06 08:05:10 -04:00
Danny Guo
cb67c34a12 Update the documentation link in the README 2016-09-16 08:54:18 -04:00
Danny Guo
8f9236743c Bump patch version 2016-08-23 23:06:30 -04:00
Danny Guo
819e3e2fd5 Add a link to the documentation 2016-08-23 21:55:39 -04:00
Danny Guo
9e4ca1f7f5 Add links to the license 2016-08-23 21:50:27 -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
31a4362838 Add an AppVeyor badge 2016-02-20 12:45:58 -05:00
Danny Guo
70b578ad64 Add Vagrant for development 2016-01-29 23:46:17 -05:00
Danny Guo
0574a8d2fb Remove reference to Rust nightly/1.0 2015-10-04 15:45:05 -04:00
Danny Guo
8393ef449d Add crates.io badge 2015-06-10 00:30:11 -04:00
Danny Guo
29176fa232 Add more tests for vector functions 2015-06-10 00:26:44 -04:00
Olivier Varène
a0226ea984 Add distances calculus against vector of strings
Add levenshtein_against_vec, damerau_levenshtein_against_vec,
jaro_against_vec, jaro_winkler_against_vec
to calculate the distances agains a vector of strings
2015-06-09 16:54:20 +02: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
089f3cc083 Limit Jaro-Winkler to max of 1.0, and fix float comparisons in tests 2015-02-10 19:07:11 -05:00
Danny Guo
1a57f1a4a3 Add Travis badge 2015-02-09 22:24:04 -05:00
Danny Guo
eef5867a05 Add initial commit 2015-02-09 21:02:54 -05:00