We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12de2a commit e7b7fc7Copy full SHA for e7b7fc7
README.md
@@ -10,6 +10,12 @@ Rust. `finalfusion` primarily works with
10
variety of features. Additionally, the fastText, word2vec and GloVe file
11
formats are also supported.
12
13
+`finalfusion` is API stable since 0.11.0. However, we cannot tag
14
+version 1 yet, because several dependencies that are exposed through
15
+the API have not reached version 1 (particularly `ndarray` and
16
+`rand`). Future 0.x releases of `finalfusion` will be used to accomodate
17
+updates of these dependencies.
18
+
19
## Usage
20
21
To make `finalfusion` available in your crate, simply place the following
0 commit comments