Add new block for next release to HISTORY.md.

This commit is contained in:
Ryan Curtin
2024-12-04 14:03:31 -05:00
parent 4498706851
commit 84d60ab5ce
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ if (NOT DOWNLOAD_DEPENDENCIES)
else()
find_package(Ensmallen "${ENSMALLEN_VERSION}")
if (NOT ENSMALLEN_FOUND)
get_deps(https://www.ensmallen.org/files/ensmallen-2.22.1.tar.gz ensmallen ensmallen-latest.tar.gz)
get_deps(https://www.ensmallen.org/files/ensmallen-latest.tar.gz ensmallen ensmallen-latest.tar.gz)
set(ENSMALLEN_INCLUDE_DIR ${GENERIC_INCLUDE_DIR})
find_package(Ensmallen REQUIRED)
endif()
+5
View File
@@ -1,5 +1,10 @@
# mlpack changelog
## mlpack ?.?.?
_????-??-??_
## mlpack 4.5.1
_2024-12-02_
+1 -1
View File
@@ -18,7 +18,7 @@
// with higher number than the most recent release.
#define MLPACK_VERSION_MAJOR 4
#define MLPACK_VERSION_MINOR 5
#define MLPACK_VERSION_PATCH 1
#define MLPACK_VERSION_PATCH 2
// The name of the version (for use by --version).
namespace mlpack {