close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Mar 16, 2011, 6:59:06 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
1 | 1 | = What is new in Tol 2.0.1 = |
2 | 2 | |
3 | | [https://www.tol-project.org/report/15 Here] you can view a detailed report of all solved tickets. |
| 3 | [https://www.tol-project.org/report/15 Here] you can view a detailed report of all solved |
| 4 | tickets. |
4 | 5 | |
5 | 6 | == New features == |
| 7 | |
6 | 8 | 1. [wiki:TolOop Object Oriented Programing (OOP)] |
7 | 9 | 1. [wiki:TolPackageRulesAndComments TOL packages] |
8 | 10 | 1. [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] |
| 11 | 1. Macro {{{#Embed}}}: Inserts the TOL code of a file in another one avoiding some |
| 12 | problems in parsing with structures that are not recognized using {{{Include}}} function |
9 | 13 | |
10 | 14 | == Enhancements == |
11 | 15 | |
| 16 | === Kernel === |
| 17 | |
| 18 | 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system |
| 19 | gives more information about the problem. that can be avoided or solved more easily. |
| 20 | 1. '''Memory leaks''': Now TOL have almost none significative memory leak, even along |
| 21 | large and complex process like bayesian simulations. |
| 22 | |
| 23 | |
12 | 24 | === NameBlock === |
13 | 25 | |
14 | | === VMatrix and Matrix === |
| 26 | === Numerical methods === |
15 | 27 | |
16 | 28 | === Bayesian Sparse Regression (BSR) === |