Commit Graph
25223 Commits
Author SHA1 Message Date
Ryan Curtin 27fc4e2eb1 Well, evidently, that's not where MSBuild is. 2020-11-10 16:27:40 -05:00
Ryan Curtin d964c17737 Try a different path for MSBuild. 2020-11-09 17:44:20 -05:00
Ryan Curtin d39590acca Try letting MSBuild build the whole thing. 2020-11-09 09:24:20 -05:00
Ryan Curtin 836b3efa96 Surely it's not that I just have to specify it as a directory? 2020-11-08 19:36:24 -05:00
Ryan Curtin 23e4bd0223 Oops, typo in the directory name. 2020-11-07 16:29:41 -05:00
Ryan Curtin e1d3e4da16 Maybe HarvestPath helps? 2020-11-07 10:52:57 -05:00
Ryan Curtin 11e8e46e8b Try adding all the old options. 2020-11-06 18:00:59 -05:00
Ryan Curtin 12f247fb61 Try referencing the .wixproj file. 2020-11-04 17:29:25 -05:00
Ryan Curtin ebc78e59c4 Wrap line correctly. 2020-11-02 08:53:55 -05:00
Ryan Curtin cf1f702613 Re-add .wixproj file... will it do anything? 2020-11-02 08:53:45 -05:00
Ryan Curtin 2977147f7e Merge remote-tracking branch 'origin/master' into azure-msi 2020-11-01 13:25:11 -05:00
Ryan Curtin fbb9af94e3 Merge pull request #2650 from UtR491/issue-2590
Added Weight Size to concat and fast_lstm layers and
2020-10-31 15:59:54 -04:00
Ryan Curtin 66c21a9511 Just try simplifying some things... 2020-10-31 10:48:59 -04:00
Ryan Curtin 636c248a74 Merge pull request #2683 from rcurtin/add-release-scripts
Add release scripts
2020-10-30 18:51:37 -04:00
Ryan Curtin bf837f950b Merge pull request #2458 from shrit/cereal
Cereal
2020-10-29 10:52:37 -04:00
Ryan Curtin c6f666925b Add a couple missing files. 2020-10-28 13:28:03 -04:00
Ryan CurtinandMarcus Edel a173012e97 Update scripts/update-website-after-release.sh
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-10-28 12:41:24 -04:00
Ryan CurtinandMarcus Edel eafc1c02eb Update scripts/release-mlpack.sh
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-10-28 12:41:17 -04:00
Ryan Curtin 95c1707762 Add release scripts. 2020-10-28 12:33:46 -04:00
Ryan Curtin 711bb19310 Add new block for next release to HISTORY.md. 2020-10-28 12:10:49 -04:00
Ryan Curtin 27bfafbae1 Update and release version 3.4.2. 2020-10-28 12:10:49 -04:00
Ryan Curtin 7d81636848 Try re-adding HarvestPath. 2020-10-27 14:07:42 -04:00
Ryan Curtin 6927bf633a Merge pull request #2680 from Yashwants19/fix-FindRModule
Fix github-actions build for R-bindings.
2020-10-24 12:08:07 -04:00
Yashwant 7bcae9f92a Fix FindRModule. 2020-10-22 09:59:50 +05:30
Ryan Curtin d4fe9f7c93 Try making SourceDir a subdirectory of mlpack-win-installer. 2020-10-21 09:14:23 -04:00
Utkarsh Rai 569217a5ea Merge branch 'master' into issue-2590 2020-10-21 14:32:10 +05:30
Marcus Edel c889cd06df Merge pull request #2675 from jeffin143/lmnn-kde-test
Migrate kde, lmnn , rl and rewardclipping test to catch.
2020-10-20 18:42:33 +02:00
Ryan Curtin 2667a564f5 Try to use the default "SourceDir". 2020-10-20 09:27:28 -04:00
Omar Shrit c9a0f0b106 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 19:01:12 +02:00
Omar Shrit df84e83ebf Fix path for cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 18:12:49 +02:00
shritandRyan Curtin 6b569c82ca Set to CEREAL_FOUND to no in CMake/Findcereal.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-10-19 18:08:26 +02:00
Ryan Curtin c6a8f796e4 I wonder what will happen now? 2020-10-19 11:51:29 -04:00
Omar Shrit 79a685ad27 Do not install cereal since it is not happy on ubuntu 16
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:57:28 +02:00
Omar Shrit 76b3f65b00 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:40:07 +02:00
Omar Shrit 681f792eba Remove cereal 1.1.2 and install 1.3
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:12:42 +02:00
Omar Shrit 231bd5b073 Install cereal 1.3
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:06:34 +02:00
Ryan Curtin 78888bbbc3 Oops, remove accidental backtick. 2020-10-18 11:43:26 -04:00
Ryan Curtin 497957346b Try following some tutorial I found a little bit. 2020-10-17 21:46:36 -04:00
Ryan Curtin 1334059898 At this point it's just genetic algorithms. 2020-10-17 18:09:16 -04:00
Omar Shrit 7c5893a830 Merge branch 'master' into cereal 2020-10-17 22:02:08 +02:00
Ryan Curtin fd7af11d2c What is even in this file? 2020-10-17 14:28:13 -04:00
kartikdutt18 a1d70a5899 Merge pull request #2637 from kartikdutt18/AddWeightSizeToBatchNormAndConvLayers
Add WeightSize to BatchNorm and Conv Layer.
2020-10-17 23:46:36 +05:30
Ryan Curtin 4daf5558c7 Merge branch 'master' into azure-msi 2020-10-17 11:34:54 -04:00
Ryan Curtin 2f3a8d7ff1 Disable VS15 build. 2020-10-16 19:54:13 -04:00
Ryan Curtin bbfab574bf Maybe this gets us closer? I really have no idea. 2020-10-16 19:53:34 -04:00
jeffin sam 09cbf21448 Merge pull request #2660 from zoq/mac-pip-fix
Fix macOS Python build on Azure
2020-10-17 03:07:32 +05:30
jeffin sam 69e5434f01 Merge pull request #2672 from jeffin143/radical-test
Migrate radical, perceptron and some other test to catch
2020-10-17 02:52:19 +05:30
Ryan Curtin dac38224a7 Try removing HarvestPath again. 2020-10-16 17:10:45 -04:00
Ryan Curtin 7487eb6c7e Fix the spelling... 2020-10-16 11:00:10 -04:00
jeffin sam 3390288fe9 Merge branch 'master' into lmnn-kde-test 2020-10-16 18:43:41 +05:30