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, 7:20:06 PM (14 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
| 1 | [[PageOutline]] |
| 2 | |
1 | 3 | = What is new in Tol 2.0.1 = |
2 | 4 | |
… |
… |
|
4 | 6 | tickets. |
5 | 7 | |
6 | | == New features == |
| 8 | == Kernel == |
7 | 9 | |
| 10 | 1. Less '''Crashes''': The number of fatal crashes has been reduced and when happen, system |
| 11 | gives more information about the problem wich can be avoided or solved more easily. |
| 12 | 1. Less '''Memory leaks''': Now TOL have almost none significative memory leak, even along |
| 13 | large and complex process like bayesian simulations. |
8 | 14 | 1. [wiki:TolOop Object Oriented Programing (OOP)] |
9 | 15 | 1. [wiki:TolPackageRulesAndComments TOL packages] |
10 | 16 | 1. [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] |
| 17 | 1. Embeding C/C++ in TOL |
11 | 18 | 1. Macro {{{#Embed}}}: Inserts the TOL code of a file in another one avoiding some |
12 | 19 | problems in parsing with structures that are not recognized using {{{Include}}} function |
| 20 | 1. Profiling tools |
13 | 21 | |
14 | | == Enhancements == |
15 | 22 | |
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 | === Indexed sets === |
23 | 24 | |
24 | 25 | === NameBlock === |
25 | 26 | |
26 | | === Numerical methods === |
| 27 | == Numerical methods and models == |
27 | 28 | |
28 | 29 | === Bayesian Sparse Regression (BSR) === |
29 | 30 | |
| 31 | == Data tools == |
30 | 32 | |
| 33 | === ASCII files === |
| 34 | |
| 35 | === OIS === |
| 36 | |
| 37 | === Database === |
| 38 | |
| 39 | === Excel === |
| 40 | |
| 41 | |
| 42 | == Interface == |
| 43 | |
| 44 | |