Version20changes » History » Version 1

Luis Figueira, 2012-04-25 01:11 PM
added main changes list

1 1 Luis Figueira
h1. Version 2.0 changes
2 1 Luis Figueira
3 1 Luis Figueira
Regarding the previous release of SMALLBox, the biggest changes are
4 1 Luis Figueira
5 1 Luis Figueira
* Fixes compability issues with some functions and the latest version of Matlab (fileparts function);
6 1 Luis Figueira
* Remove Skretting/Engang RLSDLA API from SMALL_learn
7 1 Luis Figueira
* SSIM metric is no longer dependent on IMG toolbox;
8 1 Luis Figueira
* Fixed issues that prevented Pierre Villars Experiment from running
9 1 Luis Figueira
* New config files/folders architecture to enable easy development of add-ons without having to hack the SMALLbox core
10 1 Luis Figueira
* New SMALLboxInit script (will no longer download all toolboxes)
11 1 Luis Figueira
* Removed redundant files, functions and comments
12 1 Luis Figueira
13 1 Luis Figueira
In order to have a detailed change log, please run the command on your cloned repository (needs to be up-to date):
14 1 Luis Figueira
15 1 Luis Figueira
<pre>
16 1 Luis Figueira
hg log --style changelog 
17 1 Luis Figueira
</pre>