Skip to content

Commit ef04fda

Browse files
authored
Merge pull request #1838 from DhairyaLGandhi/dg/0129
Add news for bump version
2 parents 9f265b9 + 9e234b4 commit ef04fda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## v0.12.9
44
* Fixed incorrect output and added GPU compatibility for [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/1781).
55
* Add trilinear [Upsample layer](https://github.com/FluxML/Flux.jl/pull/1792).
6+
* Improved [performance of RNNs](https://github.com/FluxML/Flux.jl/pull/1761)
7+
* Optimisers now accept an `ϵ` argument
8+
* [Improved handling of complex values inputs](https://github.com/FluxML/Flux.jl/pull/1776) while training
9+
* Fixed [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/1781)
610

711
## v0.12.8
812
* Optimized inference and gradient calculation of OneHotMatrix[pr](https://github.com/FluxML/Flux.jl/pull/1756)

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Flux"
22
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3-
version = "0.12.8"
3+
version = "0.12.9"
44

55
[deps]
66
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)