forked from shogun-toolbox/shogun
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
365 changed files
with
5,047 additions
and
1,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[submodule "data"] | ||
path = data | ||
url = git://github.com/shogun-toolbox/shogun-data.git | ||
branch = master | ||
[submodule "doc/tutorial"] | ||
path = doc/tutorial | ||
url = git://github.com/shogun-toolbox/shogun-tutorial.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
2013-11-28 Soeren Sonnenburg <[email protected]> | ||
2014-01-05 Soeren Sonnenburg <[email protected]> | ||
|
||
* SHOGUN Release version 3.0.1 (libshogun 14.0, data 0.6, parameter 1) | ||
* This release also contains several enhancements, cleanups and bugfixes: | ||
* SHOGUN Release version 3.1.0 (libshogun 15.0, data 0.6, parameter 1) | ||
* This release also contains several cleanups and bugfixes: | ||
* Features: | ||
- Todo | ||
- Add option to set k-means cluster centers [Parijat Mazumdar] | ||
- Add leave one out crossvalidation scheme [Saurabh Mahindre] | ||
- Add multiclass ipython notebook tutorials [Chiyuan Zhang] | ||
- Add learning of StreamingSparseFeatures in OnlineLibLinear [Thoralf Klein] | ||
* Bugfixes: | ||
- Todo | ||
- Decrease memory footprint of SGObject | ||
- Fix protobuf detection | ||
- Fix doxygen files and various doxygen errors | ||
- Fix compile error with directors | ||
- Fix memory leak in modular interfaces and apply*() | ||
- Fix leak in KNN::store_model_features | ||
- Notebook fixes | ||
- Allow custom kernel matrices of size 2^31-1 x 2^31-1 [Koen van de Sande] | ||
- Fix Protobuf cmake detection | ||
- Fix LabelsFactory methods' object ownership in SWIG interfaces with the %newobject directive. | ||
* Cleanup and API Changes: | ||
- Todo | ||
- Introduce slim SGRefObject for refcounted objects as base class of | ||
SGObject [Thoralf Klein] | ||
|
||
|
||
2013-10-28 Soeren Sonnenburg <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.