Update HISTORY for latest release.

This commit is contained in:
Ryan Curtin
2018-06-08 16:10:44 -04:00
parent 6a59dd568f
commit db27d851e8
+20
View File
@@ -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).