Commit Graph
21610 Commits
Author SHA1 Message Date
jzy95310 52fb8aadf5 Update build_windows.hpp 2019-12-26 08:42:52 -08:00
jzy95310 3445dc640b Update build_windows.hpp 2019-12-25 15:58:34 -08:00
jzy95310 6a949eb0d3 Update build_windows.hpp
Update the Visual Studio version to VS2019, tool set version to v142, and corresponding CMake commands
2019-12-25 15:50:26 -08:00
Ryan Curtin 1cd4686213 Merge pull request #2098 from rcurtin/coverage-path-fix
Handle paths with spaces in coverage script
2019-11-28 13:22:09 -05:00
Ryan Curtin 788ece4775 Handle paths with spaces. 2019-11-27 11:54:57 -05:00
Marcus Edel c75a6455e4 Merge pull request #2094 from rcurtin/coverage-fix
Fix coverage build by linking against quadmath.
2019-11-27 12:55:18 +01:00
Marcus Edel 1b39610554 Merge pull request #2095 from zoq/readme-fix-version
Show the latest mlpack release (3.2.2) in Readme.md.
2019-11-27 12:55:01 +01:00
Marcus Edel d3111b3e5d Show the latest mlpack release (3.2.2). 2019-11-26 19:58:31 +01:00
Ryan Curtin 1279b2424e Merge pull request #2090 from zoq/azure_fix_boost
unset BOOST_ROOT (azure pipelines)
2019-11-25 19:40:46 -05:00
Marcus Edel 570af0dbd7 Reinclude the serialization part, as the layer move from one variant to the other worked. 2019-11-25 21:38:32 +01:00
Ryan Curtin 9efd3eaf45 Merge branch 'KimSangYeon-DGU-version' 2019-11-25 15:26:40 -05:00
Ryan Curtin a28479ff61 Merge branch 'version' of https://github.com/KimSangYeon-DGU/mlpack into KimSangYeon-DGU-version 2019-11-25 15:26:30 -05:00
Ryan Curtin 9d86b8b1a2 Merge branch 'tejasvi-md5check' 2019-11-25 15:25:25 -05:00
Ryan Curtin 5ec0a22845 Merge branch 'md5check' of https://github.com/tejasvi/mlpack into tejasvi-md5check 2019-11-25 15:25:18 -05:00
Ryan Curtin 2fc26e0bb3 Merge branch 'jaibhageria-linear-svm-expose-callback' 2019-11-25 15:21:25 -05:00
Ryan Curtin 90014a6f99 Add license to callback_test.cpp. 2019-11-25 15:21:13 -05:00
Ryan Curtin 7c63b40083 Merge branch 'linear-svm-expose-callback' of https://github.com/jaibhageria/mlpack into jaibhageria-linear-svm-expose-callback 2019-11-25 15:20:02 -05:00
Ryan Curtin 8e071ffe49 Fix coverage build by linking against quadmath. 2019-11-24 23:47:33 -05:00
Marcus Edel edeaf7ef0a Add RecurrentNetworkTest to the list of parallel tests. 2019-11-24 16:29:59 +01:00
Marcus Edel b28a5f0da9 Move WeightNorm layer. 2019-11-24 14:52:33 +01:00
Marcus Edel 9c3f113bd5 Let's see if the serialization of the wrapped layer is the issue. 2019-11-24 14:13:44 +01:00
Sangyeon 5d57aa7a81 Update HISTORY.md 2019-11-24 19:46:41 +09:00
sy0814k 6bee284b60 Merge pull request #2093 from rcurtin/numfocus-fsa-readme
Add attribution for NumFOCUS to README.md
2019-11-24 18:50:15 +09:00
Sangyeon 114d7c0e49 Add a comment 2019-11-24 17:17:39 +09:00
Sangyeon 5e37825ddb Add mlpack version to __init__.py 2019-11-24 17:11:17 +09:00
Ryan Curtin 058915db2b Fix typo. 2019-11-23 16:47:32 -05:00
Ryan Curtin 9f30003846 Fix image URL. 2019-11-23 14:51:11 -05:00
Ryan Curtin 76c6fd79d6 Add attribution for NumFOCUS. 2019-11-23 14:10:59 -05:00
Marcus Edel 41699414cb To avoid taking up resources when the job hung or is waiting too long, it's a good idea to set a limit, the default limit is set to 60 minutes which sometimes is not enough, so we increase the value. 2019-11-21 19:45:02 +01:00
Shikhar Jaiswal ed9d7e27ce Merge pull request #2089 from zoq/sponsor-button-update
Sponsor button - custom link
2019-11-21 21:15:16 +05:30
Marcus Edel 1e1933c1b4 Install a specific version. 2019-11-21 00:04:57 +01:00
Marcus Edel 7ca9cad124 Install updated boost version from ppa. 2019-11-20 23:54:57 +01:00
Marcus Edel e80c2d1fe7 BOOST_ROOT is now set in the azure v2017 image (relevant
change seems to be [1], pre-installing boost)

Remove BOOST_ROOT from the environment to prevent attempting to use a
boost which is incompatible with the compiler.

[1] microsoft/azure-pipelines-image-generation#732
2019-11-20 21:26:59 +01:00
tejasvi deae272b20 Add name to COPYRIGHT.txt 2019-11-20 13:55:03 +05:30
Marcus Edel 20fcca48fd Merge pull request #2058 from zoq/azure_pipelines_ci
Azure pipelines.
2019-11-19 21:25:21 +01:00
Marcus Edel 058cf1c9fc Add custom link to point to the form located at numfocus.org. 2019-11-19 21:22:55 +01:00
tejasvi ceff6a2613 Remove empty STB files on failed download
Remove lingering empty files on failed download for successful cmake
next time.
2019-11-18 16:07:09 +05:30
tejasvi a2aa6a1e63 Make md5error more descriptive 2019-11-18 15:59:16 +05:30
tejasvi 61ef32410c Improve error message handling
Avoid confusing 'Could not download' message on hash failure.
2019-11-18 15:52:38 +05:30
tejasvi 631f5bdaf5 Update HISTORY.md
Support for md5 validation of downloaded libraries added.
2019-11-18 01:06:26 +05:30
tejasvi 8b8016b3c8 Replace md5sum with file parsing
CMake implementation of md5sum not supports --check. Instead parse the
.md5 and verify each file manually.
2019-11-17 23:45:48 +05:30
tejasvi e150d3c8f3 Move hash checking to seperate module
Macro moved to CMake/CheckHash.cmake
A warning for hash failure also added.
2019-11-17 18:41:01 +05:30
Marcus Edel cd953deba7 Merge pull request #2085 from rcurtin/arma_extend-cleanup
Cleanups for `core/arma_extend/`.
2019-11-16 20:36:20 +01:00
Marcus Edel c6a0fe1f14 Use the correct steps path and use variables for the windows steps. 2019-11-16 16:19:42 +01:00
tejasvi cf7bcb6186 Add md5 validation for downloaded libraries
Validation is done by a macro which takes .md5 file URL and the file
directory. On hash failure the downloaded files are deleted. Currently
used for stb library only.
2019-11-16 12:07:18 +05:30
Toshal Agrawal d0419451cd Merge pull request #1988 from walragatver/valid_same
Valid and Same padding option in Convolution and AtrousConvolution layers.
2019-11-14 22:54:00 +05:30
Shikhar Jaiswal 5a003ddd9a Merge pull request #2083 from zoq/sponsor-button
GitHub + NumFOCUS Sponsor button.
2019-11-14 21:04:24 +05:30
walragatver 640bff138e Fix small mistake in HISTORY.md 2019-11-14 18:58:04 +05:30
walragatver 0b7cb01494 Style fix 2019-11-14 12:52:49 +05:30
walragatver 12db67fd6e Remove use of intializer list 2019-11-14 12:49:05 +05:30