Skip to content

Commit 085260a

Browse files
committed
add to news
1 parent 8be49a9 commit 085260a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ See also [github's page](https://github.com/FluxML/Flux.jl/releases) for a compl
1111
* The `Flux.Optimise` module has been deprecated in favor of the Optimisers.jl package.
1212
Now Flux re-exports the optimisers from Optimisers.jl. Most users will be uneffected by this change.
1313
The module is still available for now, but will be removed in a future release.
14+
* Most Flux layers will [re-use memory via `NNlib.bias_act!`](https://github.com/FluxML/Flux.jl/pull/2327), when possible.
1415

1516
## v0.14.22
1617
* Data movement between devices is now provided by [MLDataDevices.jl](https://github.com/LuxDL/MLDataDevices.jl).

0 commit comments

Comments
 (0)