|
1 |
| -2017- 04-25 Viktor Gal < [email protected]> |
| 1 | +2017- 11-28 Viktor Gal < [email protected]> |
2 | 2 |
|
3 | 3 | * SHOGUN Release version 6.1.0 (libshogun 18.0, data 0.11, parameter 1)
|
4 | 4 |
|
| 5 | + * This release is dedicated for Heiko's successful PhD defense |
| 6 | + |
5 | 7 | * Add conda-forge packages, to get prebuilt binaries via the cross-platform conda package manager [Dougal Sutherland]
|
| 8 | + * Change interface cmake variables to INTERFACE_* |
| 9 | + * Move GPL code to gpl submodule [Heiko Strathmann] |
6 | 10 |
|
7 | 11 | * Features:
|
8 | 12 | - Enable using BLAS/LAPACK from Eigen by default [Viktor Gal]
|
| 13 | + - Add iterators to SGVector and SGMatrix [Viktor Gal] |
| 14 | + - Significantly lower the runtime of KernelPCA (GSoC '17) [Michele Mazzoni] |
| 15 | + - Refactor FisherLDA and LDA solvers (GSoC '17) [Michele Mazzoni] |
| 16 | + - Add automated test for trained model serialization (GSoC '17) [Michele Mazzoni] |
| 17 | + - Enable SWIG director classes by default [Viktor Gal] |
| 18 | + - Vectorize DotFeatures covariance/mean calculation [Michele Mazzoni] |
| 19 | + - Support for premature stopping of model training (GSoC '17) [Giovanni De Toni] |
| 20 | + - Add support for observable variables (GSoC '17) [Giovanni De Toni] |
| 21 | + - Use TFLogger to serialize observed variables for TensorBoard (GSoC '17) [Giovanni De Toni] |
| 22 | + - Drop CMath::dot and SGVector::dot and use linalg::dot [Viktor Gal] |
| 23 | + - Added class probabilities for BaggingMachine (GSoC '17) [Olivier Nguyen] |
9 | 24 | * Bugfixes:
|
10 | 25 | - Fix transpose bug in Ruby typemap for matrices [Elias Saalmann]
|
| 26 | + - Fix MKL detection and linking; use mkl_rt when available [Viktor Gal] |
| 27 | + - Fix Windows static linking [Viktor Gal] |
| 28 | + - Fix SWIG interface compilation on Windows [qcrist] |
| 29 | + - Fix CircularBuffer bug that broke parsing of big CSV and LibSVM files #1991 [Viktor Gal] |
| 30 | + - Fix R interface when using clang to compile the interface [Viktor Gal] |
11 | 31 |
|
12 | 32 | 2016-11-05 Viktor Gal < [email protected]>
|
13 | 33 |
|
|
0 commit comments