Skip to content

Commit ab274e7

Browse files
committed
Merge branch 'hotfix-6.1.4'
2 parents 94be17f + 7536fe9 commit ab274e7

File tree

8 files changed

+24
-16
lines changed

8 files changed

+24
-16
lines changed

NEWS

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-12-05 Heiko Strathmann <heiko.strathmann@gmail.com>
2+
3+
* SHOGUN Release version 6.1.4 (libshogun 18.0, data 0.11, parameter 1)
4+
5+
* Bugfixes:
6+
- Fix cookbookx examples for website
7+
18
2017-12-05 Viktor Gal <viktor.gal@shogun-toolbox.org>
29

310
* SHOGUN Release version 6.1.3 (libshogun 18.0, data 0.11, parameter 1)

doc/cookbook/source/references.bib

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ @article{fan2008liblinear
3535
@book{Rasmussen2005GPM,
3636
author = {Rasmussen, C. E. and Williams, C. K. I.},
3737
title = {Gaussian Processes for Machine Learning},
38-
year = {2005},
3938
publisher = {The MIT Press},
40-
year={2008},
39+
year={2006},
4140
}
4241

4342
@article{gretton2012kernel,
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
MathJax.Hub.Config({
1+
window.MathJax = {
22
TeX: {
33
Macros: {
44
argmax: ["\\mathop{\\rm arg\\,max}\\limits"],
55
argmin: ["\\mathop{\\rm arg\\,min}\\limits"]
66
}
77
}
8-
});
8+
};

doc/cookbook/source/static/shogun-style.css

+5
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ div.toctree-wrapper > p.caption {
5757
font-weight: 300;
5858
margin-bottom: 0.5em;
5959
}
60+
61+
.citation td.label {
62+
display: block;
63+
}
64+

doc/cookbook/source/templates/layout.html

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{% extends "!layout.html" %}
22
{% set script_files = script_files + ["_static/mathconf.js"] %}
33

4-
{% set bootswatch_css_custom = ['_static/shogun-style.css'] %}
5-
{#
6-
bootswatch_css_custom is removed in sphinx-bootstrap-theme v0.5.0
7-
css_files should be used instead
8-
#}
94
{% set css_files = (css_files or []) + ['_static/shogun-style.css'] %}
105

116
{% block rootrellink %}

doc/readme/INSTALL.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ Install as
8282

8383

8484
### MacOS <a name="mac"></a>
85-
Shogun is part of [homebrew-science](https://github.com/Homebrew/homebrew-science).
85+
Shogun is part of [Homebrew](https://formulae.brew.sh/formula/shogun).
8686
Install the latest stable version as
8787

88-
brew install homebrew/science/shogun
88+
brew install shogun
8989

9090
### Windows <a name="windows"></a>
9191
Shogun natively compiles under Windows using MSVC, see the [AppVeyor CI build](https://ci.appveyor.com/project/vigsterkr/shogun) and the [Windows section](#manual-windows). We currently only support binary packages via conda.
9292
If you are interested in packaging, documenting, or contributing otherwise, please contact us.
9393

9494
## Docker images <a name="docker"></a>
95-
You can run Shogun in [our own cloud](cloud.shogun.ml) or set up your own using our
95+
You can set up Shogun using our
9696
[Docker images](https://hub.docker.com/r/shogun/shogun/) as:
9797

9898
sudo docker pull shogun/shogun:master
@@ -142,7 +142,7 @@ You need at least 1GB free disk space. If you compile any interface, roughly 4 G
142142

143143
## Basics <a name="manual-basics"></a>
144144
Shogun uses [CMake](https://cmake.org/) for its build. The general workflow is now explained.
145-
For further details on testing etc, see [DEVELOPING.md](DEVELOPING.md).
145+
For further details on testing etc, see [DEVELOPING.md](docs/DEVELOPING.md).
146146

147147
Download the latest [stable release source code](https://github.com/shogun-toolbox/shogun/releases/latest), or (as demonstrated here) clone the latest develop code.
148148
Potentially update submodules

doc/readme/INTERFACES.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Running Shogun from the interfaces
22
==================================
33

4-
We assume that installation (including the interfaces) was successful and all dependencies are installed. See [INSTALL.md](INSTALL.md) and our website.
4+
We assume that installation (including the interfaces) was successful and all dependencies are installed. See [INSTALL.md][installation-page].
55

66
Note that setting some the enviromental variables should not be necessary in case you installed Shogun to the default folder or installed it from a binary package.
77

@@ -110,7 +110,7 @@ Running it again requires the above class path and some more options
110110
java -Xmx1024m -cp /path/to/jblas.jar:/path/to/shogun.jar:path/to/java_example.java -Djava.library.path=/path/to/shogun.jar java_example
111111

112112
### Provided Examples
113-
Stand-alone, executable code for all interface examples on our website (and more) can be generated locally, see [INSTALL.md](INSTALL.md).
113+
Stand-alone, executable code for all interface examples on our website (and more) can be generated locally, [see INSTALL.md][installation-page].
114114
As the examples load data files, they requires the `shogun-data` submodule to be checked out.
115115

116116
All examples should be run in the respective folder they are located in, for example (assuming that all described variables are set)
@@ -122,3 +122,5 @@ Or, for a compiled language with a manually compiled, not yet installed Shogun,
122122

123123
cd /path/to/shogun-source/build/examples/meta/csharp/regression/
124124
mono linear_ridge_regression.cs
125+
126+
[installation-page]: docs/INSTALL.md

doc/readme/MISSION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ The original focus was on large-scale kernel methods and bioinformatics.
7272
Since then, Shogun has continuously been used for scientific research (a list of papers citing Shogun can be found [here](http://scholar.google.com/scholar?hl=en&q=shogun+toolbox&btnG=&as_sdt=1%2C33&as_sdtp=)) and massively expanded.
7373
Shogun joined [NumFocus](https://www.numfocus.org/) in early 2017.
7474

75-
Currently, Shogun is developed by a diverse team of students, scientists and professionals, see the [website](http://shogun-toolbox.org/page/about/ourteam) and Shogun's [AUTHORS](https://github.com/shogun-toolbox/shogun/wiki/AUTHORS).
75+
Currently, Shogun is developed by a diverse team of students, scientists and professionals, see Shogun's [AUTHORS](https://github.com/shogun-toolbox/shogun/wiki/AUTHORS).
7676
None of their work would have been possible without the patches and bug reports by various contributors.
7777

0 commit comments

Comments
 (0)