tqchen
1495a43cea
[R] make all customizations to meet strict standard of cran
2016-01-16 10:25:12 -08:00
Yuan (Terry) Tang
162e91c5ca
change .md to .rst
2015-12-06 20:25:53 -06:00
phunterlau
739b3f2c5f
separate setup.py with pip installation, add trouble shooting page
2015-11-01 22:11:11 -08:00
Gösta Forsum
111b04e18e
Update setup.py
2015-10-27 13:47:58 +01:00
phunterlau
24a92808db
correct print for python 3
2015-10-21 14:32:35 -07:00
phunterlau
8ad58139cd
fix pylint warnings
2015-10-18 18:55:15 -07:00
phunterlau
7b25834667
fix data file shipping confusions, force system compiling, correct libpath for pip
2015-10-18 17:28:07 -07:00
Tianqi Chen
f28459497d
fix pylint in setup
2015-09-18 20:22:54 -07:00
Jamie Hall
0bca4c8c3b
Restore Python3 compatibility
2015-09-19 10:46:57 +10:00
Huayi Zhang
6af98bec16
Fix python setup: avoid import numpy in setup.py
...
Currently `pip install xgboost` will raise traceback like this
```
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-IAdqYE/xgboost/setup.py", line 20, in <module>
import xgboost
File "./xgboost/__init__.py", line 8, in <module>
from .core import DMatrix, Booster
File "./xgboost/core.py", line 12, in <module>
import numpy as np
ImportError: No module named numpy
```
We should avoid importing numpy in setup.py and let pip install numpy and scipy automatically.
That's what `install_requires` for.
2015-09-17 14:49:19 +08:00
phunterlau
f4a5a8b6cd
switch back to the original version info
2015-08-23 21:28:13 -07:00
phunterlau
bc6e2af374
add back setup.py after conflict resolving
2015-08-23 21:25:38 -07:00
phunterlau
2dcf263536
Merge branch 'master' of git://github.com/dmlc/xgboost into dmlc-master
...
Conflicts:
python-package/setup.py
2015-08-23 21:20:31 -07:00
phunterlau
f258a68029
add platform if statement in setup.py for pip for pull #450 issuecomment-133795287
2015-08-23 20:38:26 -07:00
VGuette
10273a0288
Update setup.py
2015-08-23 11:01:43 +02:00
phunterlau
db444c4a08
update with comments on PR #450 , fixed styles and updated CHANGES and CONTRIBUTORS
2015-08-20 10:10:34 -07:00
phunterlau
70e230815b
add necessary configrations for pip installation
2015-08-20 01:26:17 -07:00
tqchen
c2fec29bfa
python package refactor into python-package
2015-07-30 22:04:45 -07:00