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 1
1
[package ]
2
2
name = " finalfusion"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
edition = " 2018"
5
5
authors = [
" Daniël de Kok <[email protected] >" ,
" Sebastian Pütz <[email protected] >" ]
6
6
description = " 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
16
16
` rand ` ). Future 0.x releases of ` finalfusion ` will be used to accomodate
17
17
updates of these dependencies.
18
18
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
+
19
25
## Usage
20
26
21
27
To make ` finalfusion ` available in your crate, simply place the following
22
28
in your ` Cargo.toml `
23
29
24
30
~~~
25
- finalfusion = 0.10
31
+ finalfusion = 0.12
26
32
~~~
27
33
28
34
Loading embeddings and querying it is as simple as:
You can’t perform that action at this time.
0 commit comments