Commit Graph
28385 Commits
Author SHA1 Message Date
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 9b8236bb6b Merge pull request #3317 from rcurtin/update-history
Add some HISTORY notes from previous PRs.
2022-11-18 10:04:20 -05:00
Ryan Curtin 403758b05b Merge branch 'master' into update-history 2022-11-18 10:04: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 3a5ec1af83 Revert "Make sure to build tests for CI jobs."
This reverts commit fdb01db107.
2022-11-17 15:21:27 -05:00
Ryan Curtin fdb01db107 Make sure to build tests for CI jobs. 2022-11-17 15:21:04 -05:00
Ryan Curtin a83a896b42 Update HISTORY.md. 2022-11-16 08:48:32 -05:00
Ryan Curtin 7588142d0b Note new options in documentation. 2022-11-16 08:47:47 -05:00
Ryan Curtin 8a092891ec Add a patch that will hopefully help MSVC debugging. 2022-11-16 08:42:52 -05:00
Ryan Curtin 0be559dc5b Add some HISTORY notes from previous PRs. 2022-11-16 08:41:19 -05:00
Ryan Curtin 7c237e2927 Merge pull request #3308 from rcurtin/osx-accelerate
Use -framework Accelerate on OS X.
2022-11-14 10:34:18 -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 c86c1d36c5 Merge pull request #3311 from rcurtin/static_binding_linking
Propagate BUILD_SHARED_LIBS setting to binding compilation too
2022-11-14 08:50:10 -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 facc65900b Use -framework Accelerate on OS X. 2022-11-11 10:38:05 -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 817a83b3a8 Merge pull request #3302 from rcurtin/fix-input-python-param
Use GetValidName() throughout Python bindings
2022-11-07 09:26:16 -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 6f5379f42b Merge pull request #3297 from rcurtin/fix-macos-regex
Fix MacOS configuration regex.
2022-11-04 11:02:29 -04:00
Ryan Curtin ad273b1034 Update HISTORY. 2022-11-03 16:07:09 -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
Ryan Curtin 399dba77d0 Merge remote-tracking branch 'origin/master' into fix-macos-regex 2022-11-03 09:03:02 -04:00
Ryan Curtin 28be9dea83 Use adjusted regex. 2022-11-02 20:48:01 -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
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 470eb26872 Merge pull request #3296 from mlpack/r-gh-actions-update
Move R Github Actions workflow to r-lib/actions@v2
2022-10-26 10:58:55 -04:00
James J Balamuta e1e9fad1e3 Let's try with the old check routine 2022-10-25 13:58:49 -07:00
James J Balamuta 613a60a3b2 Remove path change. Should remain at mlpack/mlpack 2022-10-25 13:55:50 -07:00
James J Balamuta 8eedcdaa65 Try a different approach for testing package 2022-10-25 12:27:44 -07:00
Ryan Curtin 21006a2f42 Fix MacOS configuration regex. 2022-10-25 13:37:25 -04:00
James J Balamuta 1140ad4223 Add back in the custom dependency install 2022-10-25 10:23:02 -07:00
James J Balamuta 1c4485125b Move R Github Actions workflow to r-lib/actions@v2
The R GitHub action referencing r-lib/actions@master is stalled out. We need to migrate over to using r-lib/actions@v2. Within this PR, we attempt to address this issue. 

Discussion on matrix.
2022-10-25 10:05:41 -07:00