Update and release version 4.1.0.
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ if (NOT DOWNLOAD_DEPENDENCIES)
|
||||
else()
|
||||
find_package(Ensmallen "${ENSMALLEN_VERSION}")
|
||||
if (NOT ENSMALLEN_FOUND)
|
||||
get_deps(http://www.ensmallen.org/files/ensmallen-latest.tar.gz ensmallen ensmallen-latest.tar.gz)
|
||||
get_deps(http://www.ensmallen.org/files/ensmallen-2.19.1.tar.gz ensmallen ensmallen-latest.tar.gz)
|
||||
set(ENSMALLEN_INCLUDE_DIR ${GENERIC_INCLUDE_DIR})
|
||||
find_package(Ensmallen REQUIRED)
|
||||
endif()
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
### mlpack ?.?.?
|
||||
###### ????-??-??
|
||||
### mlpack 4.1.0
|
||||
###### 2023-04-26
|
||||
|
||||
* Adapt HardTanH layer (#3454).
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ src="https://cdn.rawgit.com/mlpack/mlpack.org/e7d36ed8/mlpack-black.svg" style="
|
||||
<p align="center">
|
||||
<em>
|
||||
Download:
|
||||
<a href="https://www.mlpack.org/files/mlpack-4.0.1.tar.gz">current stable version (4.0.1)</a>
|
||||
<a href="https://www.mlpack.org/files/mlpack-4.1.0.tar.gz">current stable version (4.1.0)</a>
|
||||
</em>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<ConformanceMode>Default</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>C:\mlpack\armadillo-11.4.1\include;C:\mlpack\mlpack-4.0.1\include\;C:\mlpack\cereal-1.3.2\include;C:\mlpack\ensmallen-2.19.0\include\%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalIncludeDirectories>C:\mlpack\armadillo-11.4.1\include;C:\mlpack\mlpack-4.1.0\include\;C:\mlpack\cereal-1.3.2\include;C:\mlpack\ensmallen-2.19.0\include\%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<LanguageStandard>stdcpp17</LanguageStandard>
|
||||
<OpenMPSupport>false</OpenMPSupport>
|
||||
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
|
||||
|
||||
@@ -27,13 +27,13 @@ dependencies in Release Mode).
|
||||
- Under C/C++ > General > Additional Include Directories add:
|
||||
```
|
||||
- C:\mlpack\armadillo-9.800.3\include
|
||||
- C:\mlpack\mlpack-4.0.1\src
|
||||
- C:\mlpack\mlpack-4.1.0\src
|
||||
- C:\mlpack\ensmallen-2.19.0\include
|
||||
- C:\mlpack\cereal-3.1.2\include
|
||||
```
|
||||
- Under Build Events > Post-Build Event > Command Line add:
|
||||
```
|
||||
- xcopy /y "C:\mlpack\mlpack-4.0.1\packages\OpenBLAS.0.2.14.1\lib\native\bin\x64\*.dll" $(OutDir)
|
||||
- xcopy /y "C:\mlpack\mlpack-4.1.0\packages\OpenBLAS.0.2.14.1\lib\native\bin\x64\*.dll" $(OutDir)
|
||||
```
|
||||
|
||||
*Note*: recent versions of Visual Studio set "Conformance Mode" enabled by
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
// The version of mlpack. If this is a git repository, this will be a version
|
||||
// with higher number than the most recent release.
|
||||
#define MLPACK_VERSION_MAJOR 4
|
||||
#define MLPACK_VERSION_MINOR 0
|
||||
#define MLPACK_VERSION_PATCH 2
|
||||
#define MLPACK_VERSION_MINOR 1
|
||||
#define MLPACK_VERSION_PATCH 0
|
||||
|
||||
// The name of the version (for use by --version).
|
||||
namespace mlpack {
|
||||
|
||||
Reference in New Issue
Block a user