Commit Graph
18589 Commits
Author SHA1 Message Date
Ryan Curtin b2a9d8e47f Update version number to something newer than the latest release. 2018-03-30 21:04:41 -04:00
Ryan Curtin e1748b7a00 Choose a clearer version name. 2018-03-30 21:04:22 -04:00
Ryan Curtin 44def24b4f Update SOVERSION and VERSION. 2018-03-30 21:04:15 -04:00
Ryan Curtin 2ac51b51a0 Update version number. 2018-03-30 21:04:11 -04:00
Ryan Curtin 7065ce6323 Update documentation to latest stable version. 2018-03-30 21:04:07 -04:00
Ryan Curtin d94796cc33 Merge pull request #1324 from sourabhvarshney111/ann
Removed Reduntant Constructor and modified comments
2018-03-30 17:55:11 -07:00
Ryan Curtin 67e781b18c Merge pull request #1343 from rcurtin/remove-deprecated
Remove deprecated functionality for mlpack 3
2018-03-30 17:51:49 -07:00
Ryan Curtin ddfd3e33ea Merge pull request #1344 from zoq/python_setup
Space between compiler flags
2018-03-30 17:51:31 -07:00
Marcus Edel cf9d1ad5c1 Put a space between compiler flags. 2018-03-31 02:37:21 +02:00
Ryan Curtin 12f63dcd55 Change 'slogan' to something not C++ specific. 2018-03-30 17:54:14 -04:00
Ryan Curtin 18a9cc97e2 Fix incorrect documentation. 2018-03-30 17:53:52 -04:00
Ryan Curtin 4411e395c1 Remove change notice since the change is now done. 2018-03-30 17:44:53 -04:00
Ryan Curtin 9e0024e52e Add a few more things. 2018-03-30 17:44:24 -04:00
Ryan Curtin 8985af2fd6 Add license to files. 2018-03-30 15:31:54 -04:00
Ryan Curtin 88a0d86521 Merge remote-tracking branch 'upstream/master' into remove-deprecated 2018-03-30 15:15:41 -04:00
Ryan Curtin bdfa403245 Remove deprecated functionality. 2018-03-30 15:14:07 -04:00
Ryan Curtin 99ecb076b3 Add updated HISTORY.md. 2018-03-30 15:14:00 -04:00
Ryan Curtin 11def98121 Merge pull request #1339 from rcurtin/doc-update
Quickstart guides for CLI and Python
2018-03-30 12:06:29 -07:00
Ryan Curtin 1cbde306bc Link to the correct version-specific documentation.
This will need to be changed when the code is updated.
2018-03-30 14:06:12 -04:00
Ryan Curtin f047dfb32c Use specific Doxygen syntax types. 2018-03-30 14:05:23 -04:00
Ryan Curtin 688a9c04dc Add intro section so Doxygen doesn't pick up the first line as a summary. 2018-03-30 14:04:22 -04:00
Ryan Curtin 020a0066ab Add the quickstart tutorials to the tutorials list. 2018-03-30 14:01:35 -04:00
Ryan Curtin bd91b3777f Merge branch 'yamidark-reduce_overhead_range_search' 2018-03-30 10:41:14 -04:00
Ryan Curtin e67305ffbe Fix static code analysis issues. 2018-03-30 10:28:11 -04:00
Ryan Curtin bc7e6448ec Merge branch 'reduce_overhead_range_search' of https://github.com/yamidark/mlpack into yamidark-reduce_overhead_range_search 2018-03-30 10:26:56 -04:00
Ryan Curtin 25f87ddcb9 Fix typo. 2018-03-30 10:25:37 -04:00
Ryan Curtin e8cdd79210 Merge pull request #1316 from Wenhao-H/cfmaintest
Add CF binding tests, refactor cf_main.cpp, and bugfix in RegularizedSVD
2018-03-30 07:23:45 -07:00
Ryan Curtin 989209c81c Some minor documentation updates. 2018-03-29 21:06:25 -04:00
Ryan Curtin 56ea937941 Don't forget to add the DBSCAN Python binding. 2018-03-29 21:06:00 -04:00
Ryan Curtin 328280717c Add quickstart guides. 2018-03-29 21:05:37 -04:00
Marcus Edel 6193dd2fb6 Merge pull request #1338 from zoq/doc_fixes
Minor reference and style fix.
2018-03-30 00:06:27 +02:00
Marcus Edel eb099eadc2 Minor reference and style fix. 2018-03-29 23:41:11 +02:00
Ryan Curtin f0159c8e2e Merge pull request #1336 from rcurtin/doc-update
Documentation update
2018-03-29 14:35:39 -07:00
Ryan Curtin 7138af283d Explicitly specify pytest-runner. 2018-03-29 17:34:54 -04:00
Marcus Edel 865d5cb78b Merge pull request #1334 from zoq/lr_py_test_fix
Fix undefined std::string issue.
2018-03-29 22:29:17 +02:00
Wenhao-H 5e0ee883ce add comments and warning 2018-03-29 11:55:10 +08:00
Ryan Curtin c0def19008 Merge pull request #1335 from rcurtin/misc-test-fixes
More test fixes
2018-03-28 19:46:07 -07:00
Ryan Curtin 78a9149cca Refactor documentation and tutorials to bring things up to date.
Also fixes a few doxygen issues.
2018-03-28 21:05:24 -04:00
Ryan Curtin f077e6729a Adjust tolerances. 2018-03-28 10:41:47 -04:00
Ryan Curtin 37ba135c49 Adjust tolerances a little further to reduce failures. 2018-03-28 10:41:16 -04:00
Ryan Curtin 38341470c5 Update tolerance to reduce random failures. 2018-03-28 10:41:07 -04:00
Ryan Curtin 0b71069c85 Sometimes the random SVD can fail, so run multiple times if needed. 2018-03-28 10:40:41 -04:00
Sourabh Varshney 6e52e50f50 Remove Temporaries 2018-03-28 17:57:14 +05:30
Sourabh Varshney 454b006bf3 Make blocks 2018-03-28 17:56:36 +05:30
Marcus Edel 1cceb2656d Include string header to avoid undefined std::string issue. 2018-03-28 13:19:13 +02:00
Wenhao-H 8ebbeca98f add comment 2018-03-27 18:38:01 +08:00
Wenhao-H 34415fd175 modify cf cli help message 2018-03-27 18:37:55 +08:00
Sourabh Varshney cc866c8ea1 Style fix 2018-03-27 13:56:52 +05:30
Ryan Curtin d0a5e6ce2f Merge pull request #1331 from rcurtin/misc-test-fixes
A few more test adjustments
2018-03-26 16:16:29 -07:00
Ryan Curtin c2decaf1cd Refactor and update build documentation. 2018-03-26 16:59:20 -04:00