Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Apr 18, 2023
1 parent 763cb7e commit 1b84a21
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Flux Release Notes

## v0.13.16
* `f16, f32, f64` now specifically target floating point arrays (i.e. integers arrays and other types are preserved).
* `f16, f32, f64` can now handle `Complex{<:AbstractFloat}` arrays.

## v0.13.15
* Added [MultiHeadAttention](https://github.com/FluxML/Flux.jl/pull/2146) layer.
* `f16, f32, f64` now specifically target floating point arrays (i.e. integers arrays and other types are preserved).
* `f16, f32, f64` can now handle `Complex{<:AbstractFloat}` arrays.
* Added `EmbeddingBag` layer

## v0.13.14
* Fixed various deprecation warnings, from `Zygone.@nograd` and `Vararg`.
Expand Down

0 comments on commit 1b84a21

Please sign in to comment.