Skip to content

Commit 8c3b4e3

Browse files
committed
Merge tag 'shogun_4.1.0'
2 parents cb4718e + 957d369 commit 8c3b4e3

File tree

677 files changed

+36996
-146615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

677 files changed

+36996
-146615
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ cpplint.py
125125
/tests/unit/*.hdf5
126126
/tests/unit/*.json
127127
/tests/unit/combined_kernel.weights
128+
Testing/
129+
examples/undocumented/python_modular/serialized_svm.bz2
130+
examples/undocumented/python_modular/tmp/blaah.asc
131+
examples/undocumented/python_modular/tmp/blaah.h5
132+
examples/undocumented/python_modular/tmp/blaah.json
133+
examples/undocumented/python_modular/tmp/blaah.xml
134+
examples/undocumented/python_modular/vw_cache.dat.cache
128135

129136
# cmake
130137
/CMakeFiles/

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
[submodule "doc/tutorial"]
66
path = doc/tutorial
77
url = git://github.com/shogun-toolbox/shogun-tutorial.git
8-
[submodule "doc/md"]
9-
path = doc/md
10-
url = git://github.com/shogun-toolbox/shogun.wiki.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ install:
100100
- if [ -z $OSX ] ; then
101101
sudo apt-get install -qq libbz2-dev cdbs libarpack2-dev libatlas-base-dev libblas-dev libglpk-dev libhdf5-serial-dev zlib1g-dev libxml2-dev libreadline6-dev libreadline-dev libsnappy-dev liblzo2-dev liblzma-dev liblapack-dev libeigen3-dev libjson-c-dev libnlopt-dev gdb cmake python-jinja2 ccache $EXTRA_PACKAGES ;
102102
else
103-
brew install ccache eigen json-c;
103+
brew install ccache eigen;
104104
fi
105105
- eval $CUSTOM_PKG
106106
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]] ; then conda create -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy && source activate testenv ; fi

0 commit comments

Comments
 (0)