Add new block for next release to HISTORY.md.
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# mlpack changelog
|
||||
|
||||
## mlpack ?.?.?
|
||||
|
||||
_????-??-??_
|
||||
|
||||
|
||||
## mlpack 4.5.1
|
||||
|
||||
_2024-12-02_
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user