Skip to content

Commit 82c04a1

Browse files
committed
prepare a minor release v0.1.3
1 parent dd8a746 commit 82c04a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# News for Mocha Development
22

3+
## v0.1.3 2016.12.16
4+
5+
* Infrastructure
6+
* Fix compatibility issues
7+
38
## v0.1.2 2016.03.23
49

510
* Infrastructure

test/layers/hinge-loss.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function test_hinge_loss_layer(backend::Backend, T, eps)
5252
end
5353

5454
function test_hinge_loss_layer(backend::Backend)
55-
test_hinge_loss_layer(backend, Float32, 1e-2)
55+
test_hinge_loss_layer(backend, Float32, 3e-2)
5656
test_hinge_loss_layer(backend, Float64, 1e-8)
5757
end
5858

0 commit comments

Comments
 (0)