Skip to content

Commit ee7d071

Browse files
committed
add 6.1.0 changelog
1 parent 580f26f commit ee7d071

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

NEWS

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1-
2017-04-25 Viktor Gal <[email protected]>
1+
2017-11-28 Viktor Gal <[email protected]>
22

33
* SHOGUN Release version 6.1.0 (libshogun 18.0, data 0.11, parameter 1)
44

5+
* This release is dedicated for Heiko's successful PhD defense
6+
57
* 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]
610

711
* Features:
812
- 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]
924
* Bugfixes:
1025
- 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]
1131

1232
2016-11-05 Viktor Gal <[email protected]>
1333

0 commit comments

Comments
 (0)