Skip to content

Commit be36626

Browse files
committed
Update changelog
1 parent e1043ae commit be36626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

HISTORY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ There is now also an `rng` keyword argument to help seed parameter generation.
1818

1919
Finally, instead of specifying `value_atol` and `grad_atol`, you can now specify `atol` and `rtol` which are used for both value and gradient.
2020
Their semantics are the same as in Julia's `isapprox`; two values are equal if they satisfy either `atol` or `rtol`.
21-
Note that gradients are always compared elementwise (instead of using the norm, which is what `isapprox` does).
2221

2322
### Accumulators
2423

0 commit comments

Comments
 (0)