File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " finalfrontier-utils"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Daniël de Kok <me@danieldk.eu>" ]
5
5
description = " Train and use word embeddings with subword representations"
6
6
documentation = " https://git.danieldk.eu/finalfrontier/about"
7
- homepage = " https://git. danieldk.eu /finalfrontier/about "
8
- repository = " https://git. danieldk.eu /finalfrontier"
7
+ homepage = " https://github.com/ danieldk/finalfrontier"
8
+ repository = " https://github.com/ danieldk/finalfrontier.git "
9
9
license = " Apache-2.0"
10
10
11
11
[dependencies ]
12
12
clap = " 2"
13
13
failure = " 0.1"
14
- finalfrontier = { path = " ../finalfrontier" , version = " 0.1 .0" }
14
+ finalfrontier = { path = " ../finalfrontier" , version = " 0.2 .0" }
15
15
indicatif = " 0.9"
16
16
memmap = " 0.6"
17
17
num_cpus = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " finalfrontier"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Daniël de Kok <me@danieldk.eu>" ]
5
5
description = " Train/use word embeddings with subword units"
6
6
documentation = " https://docs.rs/finalfrontier/"
7
- homepage = " https://git. danieldk.eu /finalfrontier/about "
8
- repository = " https://git. danieldk.eu /finalfrontier"
7
+ homepage = " https://github.com/ danieldk/finalfrontier"
8
+ repository = " https://github.com/ danieldk/finalfrontier.git "
9
9
license = " Apache-2.0"
10
10
11
11
[dependencies ]
12
12
byteorder = " 1"
13
13
cfg-if = " 0.1"
14
14
failure = " 0.1"
15
15
fnv = " 1"
16
- hogwild = { path = " ../hogwild" , version = " 0.1 .0" }
16
+ hogwild = { path = " ../hogwild" , version = " 0.2 .0" }
17
17
memmap = " 0.6"
18
18
ndarray = " 0.11"
19
19
ndarray-rand = " 0.7"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hogwild"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Daniël de Kok <me@danieldk.eu>" ]
5
5
description = " Data types for hogwild SGD"
6
6
documentation = " https://docs.rs/hogwild/"
7
- homepage = " https://git. danieldk.eu /finalfrontier/about "
8
- repository = " https://git. danieldk.eu /finalfrontier"
7
+ homepage = " https://github.com/ danieldk/finalfrontier"
8
+ repository = " https://github.com/ danieldk/finalfrontier.git "
9
9
license = " Apache-2.0"
10
10
11
11
[dependencies ]
You can’t perform that action at this time.
0 commit comments