Update HISTORY.

This commit is contained in:
Ryan Curtin
2024-02-29 08:48:23 -05:00
parent 0447b07e79
commit 9450ceb059
+9 -3
View File
@@ -9,11 +9,17 @@
* Remove `round()` implementation for old MSVC compilers (#3570).
* [R] Added inline plugin to the R bindings to allow for other R packages to link to headers (#3626, h/t @cgiachalis).
* [R] Added inline plugin to the R bindings to allow for other R packages to
link to headers (#3626, h/t @cgiachalis).
* [R] Removed extra gcc-specific options from `Makevars.win` (#3627, h/t @kalibera).
* [R] Removed extra gcc-specific options from `Makevars.win` (#3627, h/t
@kalibera).
* [R] Changed roxygen package-level documentation from using `@docType package` to `"_PACKAGE"`. (#3636)
* [R] Changed roxygen package-level documentation from using `@docType
package` to `"_PACKAGE"`. (#3636)
* Fix floating-point accuracy issue for decision trees that sometimes caused
crashes (#3595).
### mlpack 4.3.0
###### 2023-11-27