We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44b6d3 commit 62662e9Copy full SHA for 62662e9
NEWS.md
@@ -4,8 +4,8 @@
4
5
* After a deprecations cycle, the datasets in `Flux.Data` have
6
been removed in favour of MLDatasets.jl.
7
-* `params` is not exported anymore and is also exported by Distributions.jl
8
-* `flatten` are not exported anymore due to clash with Iterators.flatten.
+* `params` is not exported anymore since it is a common name and is also exported by Distributions.jl
+* `flatten` is not exported anymore due to clash with Iterators.flatten.
9
10
## v0.12.9
11
* Fixed incorrect output and added GPU compatibility for [AlphaDropout](https://github.com/FluxML/Flux.jl/pull/1781).
0 commit comments