From 687b5aa8a84b1e81f28eb731284e3b783537960d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Sat, 7 Sep 2019 11:13:57 -0400 Subject: [PATCH] Update for release. --- HISTORY.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9089d021b..d3ef8f13d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,17 @@ -### ensmallen ?.??.?: "???" -###### ????-??-?? +### ensmallen 2.10.0: "Fried Chicken" +###### 2019-09-07 + * All `Optimize()` functions now take any matrix type; so, e.g., `arma::fmat` + or `arma::sp_mat` can be used for optimization. See the documentation for + more details ([#113](https://github.com/mlpack/ensmallen/pull/113), + [#119](https://github.com/mlpack/ensmallen/pull/119)). + + * Introduce callback support. Callbacks can be appended as the last arguments + of an `Optimize()` call, and can perform custom behavior at different points + during the optimization. See the documentation for more details + ([#119](https://github.com/mlpack/ensmallen/pull/119)). + + * Slight speedups for `FrankWolfe` optimizer + ([#127](https://github.com/mlpack/ensmallen/pull/127)). ### ensmallen 1.16.2: "Loud Alarm Clock" ###### 2019-08-12