From db27d851e87a87f78ebb86473d3e55ef9c137cd7 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 8 Jun 2018 16:10:22 -0400 Subject: [PATCH] Update HISTORY for latest release. --- HISTORY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f632e6bf95..e930dba62f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,23 @@ +### mlpack ?.?.? +###### ????-??-?? + +### mlpack 3.0.2 +###### 2018-06-08 + * Documentation generation fixes for Python bindings (#1421). + + * Fix build error for man pages if command-line bindings are not being built + (#1424). + + * Add 'shuffle' parameter and Shuffle() method to KFoldCV (#1412). This will + shuffle the data when the object is constructed, or when Shuffle() is + called. + + * Added neural network layers: AtrousConvolution (#1390), Embedding (#1401), + and LayerNorm (layer normalization) (#1389). + + * Add Pendulum environment for reinforcement learning (#1388) and update + Mountain Car environment (#1394). + ### mlpack 3.0.1 ###### 2018-05-10 * Fix intermittently failing tests (#1387).