Yashwants19
|
092c8e5ca8
|
Upgrade CLI11 to 2.3.2
|
2023-01-17 10:00:33 +00:00 |
|
Ryan Curtin
|
45394e01c6
|
Fix comment.
|
2023-01-11 20:21:18 -05:00 |
|
Ryan Curtin
|
a8d9a9b096
|
Merge remote-tracking branch 'origin/master' into safe-neg-inf
|
2023-01-10 22:34:57 -05:00 |
|
Ryan Curtin
|
70836b1715
|
Merge pull request #3345 from rcurtin/fix-r-job
Fix R build Github action
|
2023-01-10 17:18:34 -05:00 |
|
Ryan Curtin
|
8fe18266d3
|
Try to work around Visual Studio bug.
|
2023-01-10 09:07:32 -05:00 |
|
Ryan Curtin
|
e1d25565af
|
Use qualified std::move() to fix clang warning.
|
2023-01-01 12:02:05 -05:00 |
|
Ryan Curtin
|
1b5d1c1e1b
|
Add new block for next release to HISTORY.md.
|
2022-12-29 10:40:18 -05:00 |
|
Ryan Curtin
|
eb1e7a5792
|
Use mlpack-git for documentation of the git version.
|
2022-12-29 10:37:36 -05:00 |
|
Ryan Curtin
|
4561adcce9
|
Merge pull request #3327 from rcurtin/tmatrix-binding-fixes
Fix binding handling of transposed matrix parameters
|
2022-12-06 06:53:57 -05:00 |
|
Dirk Eddelbuettel
|
ecae05f727
|
Update RcppArmadillo header locations
|
2022-12-01 19:49:36 -06:00 |
|
Ryan Curtin
|
ec704c15df
|
Fix transpose matrix handling for R bindings.
|
2022-12-01 14:14:49 -05:00 |
|
Ryan Curtin
|
8b5db73eac
|
Handle transposed matrices for Go.
|
2022-12-01 11:52:29 -05:00 |
|
Ryan Curtin
|
774726c8c8
|
Fix conditional for when to build tests.
|
2022-12-01 11:51:29 -05:00 |
|
Ryan Curtin
|
1e445ca968
|
Add transpose matrix support for Julia bindings.
|
2022-12-01 10:48:03 -05:00 |
|
Ryan Curtin
|
ce655c1721
|
Fix TMATRIX handling for Python by using doTranspose member.
|
2022-12-01 09:47:17 -05:00 |
|
Ryan Curtin
|
6850fde50e
|
Fix warnings in matrix conversions.
|
2022-12-01 09:45:59 -05:00 |
|
Ryan Curtin
|
c6f95be4a4
|
Only add Python test if BUILD_TESTS is ON.
|
2022-12-01 09:45:35 -05:00 |
|
Ryan Curtin
|
eed8d5de8d
|
Merge pull request #3321 from rcurtin/decision-tree-type
Fix documentation type for `decision_tree` binding
|
2022-11-28 18:32:55 -05:00 |
|
Ryan Curtin
|
bb6805a67c
|
Merge pull request #3320 from rcurtin/fix-pypy-package-description
Rewrite long description in Markdown for PyPI
|
2022-11-23 08:58:20 -05:00 |
|
Ryan Curtin
|
2d57b1968b
|
Fix typo for classification of classification algorithm.
|
2022-11-21 10:25:52 -05:00 |
|
Ryan Curtin
|
35a85716fa
|
Revamp the README a bit.
|
2022-11-21 10:24:20 -05:00 |
|
Ryan Curtin
|
d448bbb9af
|
Catch all exceptions in Julia (#3304)
|
2022-11-21 05:21:47 +01:00 |
|
Ryan Curtin
|
c2e47f80d7
|
Set default for BUILD_TESTS to OFF (#3316)
related issue: #3314
|
2022-11-21 05:08:20 +01:00 |
|
Ryan Curtin
|
7985c89c5d
|
Merge remote-tracking branch 'origin/master' into fix-pypy-package-description
|
2022-11-19 12:00:37 -05:00 |
|
Ryan Curtin
|
a148a32458
|
Rewrite long description in Markdown for PyPI.
|
2022-11-19 11:59:10 -05:00 |
|
Ryan Curtin
|
4b7fed449a
|
Merge pull request #3318 from rcurtin/msvc-c++17
Force C++17 for MSVC
|
2022-11-18 10:03:40 -05:00 |
|
Ryan Curtin
|
8a092891ec
|
Add a patch that will hopefully help MSVC debugging.
|
2022-11-16 08:42:52 -05:00 |
|
Ryan Curtin
|
531db590aa
|
Merge pull request #3312 from rcurtin/ninja_python_copy_fix
Remove dependency of `python_copy` on mlpack for Ninja build system
|
2022-11-14 09:09:27 -05:00 |
|
Ryan Curtin
|
55adec1981
|
Merge pull request #3313 from rcurtin/python_pip_install
Use `python -m pip install` instead of `setup.py install`
|
2022-11-14 09:09:10 -05:00 |
|
Ryan Curtin
|
8d293015f2
|
Merge pull request #3309 from rcurtin/osx_link_m
Correctly link with `-lm` in Python bindings
|
2022-11-14 08:52:20 -05:00 |
|
Ryan Curtin
|
3fdb791b77
|
Merge pull request #3310 from rcurtin/python_compilation_flags
Optimize and strip Cython compiled libraries
|
2022-11-14 08:50:57 -05:00 |
|
Ryan Curtin
|
fa308cc30a
|
Use python -m pip install instead of setup.py install.
|
2022-11-11 10:55:30 -05:00 |
|
Ryan Curtin
|
65e9c27014
|
Remove dependency of python_copy on mlpack.
|
2022-11-11 10:51:31 -05:00 |
|
Ryan Curtin
|
73af7bcab3
|
Propagate BUILD_SHARED_LIBS setting to binding compilation too.
|
2022-11-11 10:48:56 -05:00 |
|
Ryan Curtin
|
1b6e5850c0
|
Patch compilation options for Python.
|
2022-11-11 10:45:10 -05:00 |
|
Ryan Curtin
|
6924efd22e
|
Workaround to make "m" into "-lm" for linking.
|
2022-11-11 10:41:38 -05:00 |
|
Ryan Curtin
|
bacaa23f93
|
Merge pull request #3305 from rcurtin/julia-fix-categorical-mapping
Fix Julia category mapping
|
2022-11-07 10:35:25 -05:00 |
|
Ryan Curtin
|
0bf61532eb
|
Clean up implementation.
|
2022-11-04 11:03:37 -04:00 |
|
Ryan Curtin
|
c8e07d40e9
|
Merge remote-tracking branch 'origin/master' into fix-input-python-param
|
2022-11-04 11:03:00 -04:00 |
|
Ryan Curtin
|
636a5dc3aa
|
Fix some minor bugs.
|
2022-11-03 16:06:30 -04:00 |
|
Ryan Curtin
|
da1bcc1c17
|
Make sure to subtract one from given categories too.
|
2022-11-03 15:46:39 -04:00 |
|
github-actions[bot]
|
79cb12eaef
|
Upgrade CLI11 to 2.3.1 (#3301)
|
2022-11-02 03:11:27 +00:00 |
|
Ryan Curtin
|
6a759667cf
|
Use GetValidName() throughout to standardize name mapping into one place.
|
2022-11-01 16:06:21 -04:00 |
|
Ryan Curtin
|
324d9c6f99
|
Add new block for next release to HISTORY.md.
|
2022-10-24 09:40:50 -04:00 |
|
Ryan Curtin
|
28eb1858c5
|
Update and release version 4.0.0.
|
2022-10-24 09:40:50 -04:00 |
|
Ryan Curtin
|
db7b2cd335
|
Merge pull request #3290 from rcurtin/fix-sidebar-anchors
Fix Markdown sidebar anchors
|
2022-10-19 18:26:14 -04:00 |
|
Ryan Curtin
|
3e1381274c
|
Merge pull request #3288 from mlpack/cli11-header-updates-2.3.0
Upgrade CLI11 to 2.3.0
|
2022-10-19 11:53:05 -04:00 |
|
Ryan Curtin
|
88c58f586d
|
Use unprocessed name for sidebar anchor links.
|
2022-10-18 17:59:47 -04:00 |
|
Ryan Curtin
|
cbe16af5b5
|
Remove redundant file.
|
2022-10-18 17:59:39 -04:00 |
|
Yashwants19
|
3ee072ee2c
|
Upgrade CLI11 to 2.3.0
|
2022-10-17 10:04:30 +00:00 |
|