File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " finalfusion"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44edition = " 2018"
55authors = [
" Daniël de Kok <[email protected] >" ,
" Sebastian Pütz <[email protected] >" ]
66description = " Reader and writer for common word embedding formats"
Original file line number Diff line number Diff line change @@ -16,13 +16,19 @@ the API have not reached version 1 (particularly `ndarray` and
1616` rand ` ). Future 0.x releases of ` finalfusion ` will be used to accomodate
1717updates of these dependencies.
1818
19+ ** Heads-up:** there is a small API change between finalfusion 0.11 and
20+ 0.12. The ` Error ` type has been moved from ` finalfusion::io ` to
21+ ` finalfusion::error ` . The separate ` ErrorKind ` enum has been merged
22+ with ` Error ` . ` Error ` is now marked as non-exhaustive, so that new
23+ error variants can be added in the future without changing the API.
24+
1925## Usage
2026
2127To make ` finalfusion ` available in your crate, simply place the following
2228in your ` Cargo.toml `
2329
2430~~~
25- finalfusion = 0.10
31+ finalfusion = 0.12
2632~~~
2733
2834Loading embeddings and querying it is as simple as:
You can’t perform that action at this time.
0 commit comments