Skip to content

Commit e249c5c

Browse files
committed
update NEWS.md
1 parent 34d835b commit e249c5c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Flux Release Notes
22

3+
## v0.12.9
4+
* Fixed incorrect output and added GPU compatibility for [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/1781).
5+
36
## v0.12.8
47
* Optimized inference and gradient calculation of OneHotMatrix[pr](https://github.com/FluxML/Flux.jl/pull/1756)
58

@@ -12,7 +15,7 @@
1215
* REPL printing via [`show`](https://github.com/FluxML/Flux.jl/pull/1467) displays parameter counts.
1316

1417
## v0.12.4
15-
* Implemented an [`Embedding layer`](https://github.com/FluxML/Flux.jl/pull/1516)
18+
* Implemented an [`Embedding layer`](https://github.com/FluxML/Flux.jl/pull/1516)
1619
based on `NNlib.gather` and `NNlib.scatter`.
1720

1821
## v0.12.1 - v0.12.3
@@ -37,8 +40,8 @@
3740
* New [`Parallel` layer](https://github.com/FluxML/Flux.jl/pull/1462) adds inception module-like building blocks.
3841
* Feature additions and bug fixes for BatchNorm, LayerNorm, InstanceNorm, and GroupNorm [normalization layers](https://github.com/FluxML/Flux.jl/pull/1397)
3942
* Added [Upsample and PixelShuffle layers](https://github.com/FluxML/Flux.jl/pull/1468)
40-
* End of deprecation cycle: loss functions cannot be accessed directly from `Flux` anymore, they live in the `Flux.Losses` module.
41-
All loss functions perform `mean` aggregation by default.
43+
* End of deprecation cycle: loss functions cannot be accessed directly from `Flux` anymore, they live in the `Flux.Losses` module.
44+
All loss functions perform `mean` aggregation by default.
4245

4346
## v0.11.2
4447

0 commit comments

Comments
 (0)