diff --git a/HISTORY.md b/HISTORY.md index a1683a8e4c..399e6d1b85 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ # mlpack changelog -## mlpack ?.?.? +## mlpack 4.6.0 -_????-??-??_ +_2025-04-02_ * Fix command-line duplicate output bug when loading matrices for some bindings (#3838). diff --git a/README.md b/README.md index 0ee45b1852..f50e994318 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@
Download: - current stable version (4.5.1) + current stable version (4.6.0)
diff --git a/doc/examples/sample-ml-app/README.txt b/doc/examples/sample-ml-app/README.txt index 4291650574..233db4ba0e 100644 --- a/doc/examples/sample-ml-app/README.txt +++ b/doc/examples/sample-ml-app/README.txt @@ -21,15 +21,15 @@ and library files into C:\mlpack\. * ensmallen: https://ensmallen.org/files/ensmallen-2.19.0.tar.gz Download the .tar.gz, and extract it into C:\mlpack\ensmallen-2.19.0\ -Now, install mlpack into C:\mlpack\mlpack-4.5.1\. If you downloaded the mlpack +Now, install mlpack into C:\mlpack\mlpack-4.6.0\. If you downloaded the mlpack source, you can either use the Windows build guide (see doc/user/build_windows.md) to build and install, or, since mlpack is -header-only, copy the src/ directory to C:\mlpack\mlpack-4.5.1\ and rename it -"include" (so there will now be a directory C:\mlpack\mlpack-4.5.1\include\, +header-only, copy the src/ directory to C:\mlpack\mlpack-4.6.0\ and rename it +"include" (so there will now be a directory C:\mlpack\mlpack-4.6.0\include\, which contains only base.hpp and the mlpack/ subdirectory). Alternately, if you downloaded the Windows MSI installer, you can install to -C:\mlpack\mlpack-4.5.1\. +C:\mlpack\mlpack-4.6.0\. Once all of that setup is done, the example should compile as-is. diff --git a/doc/examples/sample-ml-app/sample-ml-app/sample-ml-app.vcxproj b/doc/examples/sample-ml-app/sample-ml-app/sample-ml-app.vcxproj index 9dcb628cfd..b614910791 100644 --- a/doc/examples/sample-ml-app/sample-ml-app/sample-ml-app.vcxproj +++ b/doc/examples/sample-ml-app/sample-ml-app/sample-ml-app.vcxproj @@ -104,7 +104,7 @@