diff --git a/NEWS.md b/NEWS.md index 4fe11e0b05..2dae3030f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ # v0.11 + * Add [kaiming initialization](https://arxiv.org/abs/1502.01852) methods: [kaiming_uniform and kaiming_normal](https://github.com/FluxML/Flux.jl/pull/1243) * Use `DataLoader` with `NamedTuple`s, so that tensors can be accessed [by name](https://github.com/FluxML/Flux.jl/pull/1221). * Error if Dense layers weights and biases are [not arrays](https://github.com/FluxML/Flux.jl/pull/1218). @@ -17,6 +18,7 @@ * and many more fixes and additions... # v0.10.1 - v0.10.4 + See GitHub's releases. # v0.10.0