Skip to content

Commit de9a17e

Browse files
committed
Bump hogwild version to 0.3.0
1 parent 054982d commit de9a17e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

finalfrontier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ byteorder = "1"
1313
cfg-if = "0.1"
1414
failure = "0.1"
1515
fnv = "1"
16-
hogwild = { path = "../hogwild", version = "0.2.0" }
16+
hogwild = { path = "../hogwild", version = "0.3.0" }
1717
memmap = "0.7"
1818
ndarray = "0.12"
1919
ndarray-rand = "0.9"

hogwild/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hogwild"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["Daniël de Kok <me@danieldk.eu>"]
55
description = "Data types for hogwild SGD"
66
documentation = "https://docs.rs/hogwild/"

0 commit comments

Comments
 (0)