Skip to content

Commit

Permalink
Update for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Sep 7, 2019
1 parent d0cd0da commit 687b5aa
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 687b5aa

Please sign in to comment.