Commit Graph
21701 Commits
Author SHA1 Message Date
Marcus Edel d9263fd2dc No need for a custom armadillo config. 2019-12-04 19:27:18 +01:00
Marcus Edel b7f925f786 Update shields.io custom url. 2019-12-04 02:07:27 +01:00
Marcus Edel 7c92dfdd5f Merge branch 'master' into ci_cleanup 2019-12-04 01:53:13 +01:00
Marcus Edel befd1bd73b Reinclude Appveyor build config, since the MSI installer script isn't part of the azure pipeline. 2019-12-04 01:47:08 +01:00
Ryan Curtin e35ef2e249 Merge pull request #1949 from rcurtin/julia-bindings
Julia bindings
2019-12-02 12:48:50 -05:00
Ryan Curtin 0fe5888d15 Merge branch 'rcurtin-pkgconfig-regex-fix' 2019-12-02 10:11:51 -05:00
Ryan Curtin 8547fd54b5 Update history. 2019-12-02 10:11:30 -05:00
Ryan Curtin 3148ecda9d Mention Julia bindings. 2019-11-30 14:58:33 -05:00
Ryan Curtin 0b732dd1ae Merge remote-tracking branch 'origin/master' into julia-bindings 2019-11-30 14:58:22 -05:00
Ryan Curtin 8576f0b57c Remove debugging output. 2019-11-30 14:57:04 -05:00
Ryan Curtin 8898c76cdc Use 'library' variable instead of incorrect library name. 2019-11-30 11:01:38 -05:00
Ryan Curtin e1d02a7d9c List files during build to try and figure out problem. 2019-11-29 23:43:32 -05:00
Ryan Curtin 03e2e7ff73 Fix typo. 2019-11-29 22:53:12 -05:00
Ryan Curtin 3dad09742f Handle suffixes correctly in cli.jl also. 2019-11-29 22:05:32 -05:00
Ryan Curtin 777301f65b Fix regex so it works on other operating systems (like OS X). 2019-11-29 19:54:03 -05:00
Ryan Curtin 2b69d48457 Handle library suffix more correctly. 2019-11-29 19:17:16 -05:00
Ryan Curtin 007e038462 OS X uses .dylib not .so, so handle that correctly. 2019-11-29 11:45:07 -05:00
Ryan Curtin d08d5747cd Try to get better output. 2019-11-29 10:33:05 -05:00
Ryan Curtin cbc41eaf66 Clean up and try to use ctest for OS X and Windows. 2019-11-28 23:19:41 -05:00
Ryan Curtin 56e017f6f3 Try to publish the whole Testing directory. 2019-11-28 16:13:44 -05: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 55872b77dc List the test artifacts so we can figure out what to publish. 2019-11-27 20:00:05 -05:00
Ryan Curtin 078fa7a634 Use brew to install julia. 2019-11-27 17:22:25 -05:00
Ryan Curtin 26b25c713e Try to use the cTest runner to publish results. 2019-11-27 17:19:12 -05:00
Ryan Curtin e61e269069 Another attempt at OS X Julia configuration. 2019-11-27 17:13:49 -05:00
Ryan Curtin a5b1b713aa Try to install julia on OS X correctly. 2019-11-27 17:06:38 -05:00
Ryan Curtin b50569264e Try to fix Azure pipelines builds. 2019-11-27 13:36:48 -05:00
Ryan Curtin e7256f9dd0 Attempt to build Julia bindings on Azure. 2019-11-27 13:24:00 -05:00
Ryan Curtin bb648e0a4a Merge remote-tracking branch 'origin/master' into julia-bindings 2019-11-27 13:16:41 -05:00
Ryan Curtin 08ae85244c Fix handling of row/urow/col/ucol/matrixwithinfo types. 2019-11-27 12:32:20 -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