add item to NEWS.md describing Data.Iris module

This commit is contained in:
Joshua Whittemore 2019-03-09 13:20:35 -08:00
parent 0cac373539
commit 61588f72ef
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* New "performance tips" [section of the docs](https://github.com/FluxML/Flux.jl/pull/615).
* The training loop is [now more readable](https://github.com/FluxML/Flux.jl/pull/651) and better shows how to use the lower-level APIs.
* New [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/656).
* [Data.Iris](https://github.com/FluxML/Flux.jl/pull/652) makes Fisher's Iris dataset available with `Iris.labels` and `Iris.features`.
AD Changes: