Commit Graph
222 Commits
Author SHA1 Message Date
Ryan Curtin 34dff29aee Update and release version 4.4.0. 2024-05-28 14:08:34 -06:00
Ryan Curtin 22ff9cb245 Merge branch 'master' into website-revamp 2024-05-24 07:22:00 -06:00
Omar Shrit 9389197751 Move to C++17 (#3704) 2024-05-24 02:49:07 +02:00
Ryan Curtin a8242953d2 Minor fixes for anchors and other issues. 2024-05-02 15:48:23 -04:00
Ryan Curtin f0f24cf881 Some minor additional cleanups. 2024-05-02 11:18:35 -04:00
Ryan Curtin b53b7071f2 Fix some links in README. This section will still need to be overhauled. 2024-02-28 17:40:49 -05:00
Ryan Curtin 3bc6f07fb3 Make build script work with README, and fix linting issues. 2024-02-26 20:42:18 -05:00
Ryan Curtin 72cf442586 Fix all broken links and handle a few other TODOs. 2024-02-26 20:13:04 -05:00
Ryan Curtin c8726ff2ee Update and release version 4.3.0. 2023-11-27 13:27:20 -05:00
Ryan Curtin 05884f0de0 Update and release version 4.2.1. 2023-09-05 13:36:10 -04:00
Ryan Curtin 1a6100a987 Merge pull request #3529 from rcurtin/stb-header-detect
Add mlpack/config.hpp and automatic CMake configuration
2023-09-01 14:30:53 -04:00
Ryan Curtin 62db7b2f00 Update README to mention config.hpp. 2023-08-29 13:21:56 -04:00
Ryan Curtin 6227e0fcf3 Add a section detailing what happens when you autodownload Armadillo. 2023-08-16 10:20:03 -04:00
Ryan Curtin 5e8beeb0be Python binding installation fixes (#3505) 2023-07-14 08:16:29 +02:00
Ryan Curtin 6a9e19dd01 Update and release version 4.2.0. 2023-06-16 15:47:02 -04:00
Ryan Curtin e12bc09e30 Update and release version 4.1.0. 2023-04-26 20:06:56 -04:00
Ryan Curtin fd7ca06b22 Issue error when serializing ANN models without MLPACK_ENABLE_ANN_SERIALIZATION (#3451) 2023-04-14 16:30:10 +02:00
Ana B 309d1d2e01 Fix links (#3462) 2023-04-12 04:53:14 +02:00
conradsnicta 6d3336da0a update citation details (#3393) 2023-02-02 11:44:14 +01:00
Rodo d656c22a15 Fix wording 2023-01-30 08:54:26 +10:00
RodoandRyan Curtin 61dfdef88d Fix wording
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-01-30 08:52:57 +10:00
Rodo 194f629604 Update README.md
Improving and moving instructions for cmake error
2023-01-27 15:22:45 +10:00
Rodo 6d0b788b48 Update README.md 2023-01-27 15:15:50 +10:00
Rodo b5a8540cd5 Update README.md 2023-01-27 15:14:27 +10:00
RodoandRyan Curtin 9cd0610139 Update README.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-01-27 15:11:46 +10:00
RodoandRyan Curtin b378475954 Update README.md
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2023-01-27 15:11:39 +10:00
Rodo 9d84c38756 Fix grammars 2023-01-26 12:19:16 +00:00
Rodo d3d597f678 Add more info 2023-01-26 12:00:50 +00:00
Ryan Curtin b08aa1a373 Update and release version 4.0.1. 2022-12-29 10:40:18 -05:00
conradsnicta 29479d7814 fix internal links in README.md (#3335) 2022-12-07 15:22:38 +01:00
NeroBurner 3f371430ae Add modern CMake usage in build instructions (#3294) 2022-10-31 02:29:57 +00:00
Ryan Curtin a12bfde84e Remove Doxygen links (#3299) 2022-10-27 03:35:51 +00:00
Ryan Curtin 28eb1858c5 Update and release version 4.0.0. 2022-10-24 09:40:50 -04:00
Omar Shrit 2aec3ce8e9 Update README.md (#3281) 2022-10-06 01:09:56 +00:00
Ryan Curtin e81918a05e Fix README links. 2022-09-02 17:37:27 -04:00
Ryan Curtin eee8c637b1 Disable serialization unless the user asks for it. 2022-09-02 11:19:46 -04:00
Ryan Curtin 5825287e9b Adapt tutorials to Markdown and remove Doxygen entirely. 2022-08-31 23:02:27 -04:00
Ryan Curtin 921e71f079 Add C++ quickstart. 2022-08-19 23:24:48 -04:00
Ryan Curtin 355cff7a9a Fix relative quickstart links. 2022-08-17 21:46:24 -04:00
Ryan Curtin ec7bbe0570 Test a relative link. 2022-08-17 21:45:21 -04:00
Ryan Curtin 4b8247d397 Remove a layer of nesting. 2022-08-17 21:42:55 -04:00
Ryan Curtin a1fc7bda82 Okay I think I got it right this time. 2022-08-17 21:41:50 -04:00
Ryan Curtin 35a0700e0d Another attempt to fix the sublist. 2022-08-17 21:40:20 -04:00
Ryan Curtin cdacc6a55b Hopefully fix nested list. 2022-08-17 21:38:54 -04:00
Ryan Curtin 30a920d031 Start refactoring the README (let's see how it looks!). 2022-08-17 21:37:09 -04:00
Ryan Curtin 260aebb11d Update documentation for header-only changes. 2022-07-31 13:54:41 -04:00
Ryan Curtin 89dfbb600a Get rid of all of the remaining parts of Boost! 2022-05-27 15:17:37 -04:00
Ansh Sarkar 395ce1b879 Updated link to repository issues page in README.md 2022-05-17 19:12:57 +05:30
Omar Shrit f7ebbea36b Add a missing line for Redhat installation
Signed-off-by: Omar Shrit <omar@shrit.me>
2021-10-03 20:16:55 +01:00
Marcus Edel bee9b848dd Bump minimum Armadillo version to 9.800 (#3043) 2021-08-31 15:41:25 +02:00