From 06da96530148f5896860c79ed1f821e53493a701 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 30 Apr 2019 07:57:12 -0700 Subject: [PATCH] Add `NEWS.md` entry for https://github.com/FluxML/Flux.jl/pull/756 --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 540ef726..512f2506 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# v0.9.0 +* [Depthwise comvolutional layer API changes](https://github.com/FluxML/Flux.jl/pull/756) from `in => mult` channel specification to `in => out` channel specification, and deprecates implicit `out` constructor. + # v0.8.0 * New [ConvTranspose layer](https://github.com/FluxML/Flux.jl/pull/311).