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.

Changes between Version 6 and Version 7 of WhatIsNewV201


Ignore:
Timestamp:
Mar 16, 2011, 7:56:58 PM (14 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhatIsNewV201

    v6 v7  
    88== Kernel ==
    99
    10  1. Less '''Crashes''': The number of fatal crashes has been reduced and when happen, system
     10 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system
    1111    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
     12 1. '''Memory leaks''': Now TOL have almost none significative memory leak, even along
    1313    large and complex process like bayesian simulations.
    14  1. [wiki:TolOop Object Oriented Programing (OOP)]
    15  1. [wiki:TolPackageRulesAndComments TOL packages]
    16  1. [wiki:LoadDynLib Dynamic linkage of C++ binary libraries]
    17  1. Embeding C/C++ in TOL
    18  1. Macro {{{#Embed}}}: Inserts the TOL code of a file in another one avoiding some
     14 1. '''OOP''': [wiki:TolOop Object Oriented Programing]
     15 1. '''TPR''': [wiki:TolPackageRulesAndComments TOL packages and repositories]
     16 1. '''LoadDynLib''': [wiki:LoadDynLib Dynamic linkage of C++ binary libraries]
     17 1. '''TolCint''': Embeding C/C++ in TOL to speed some large cycles.
     18 1. '''#Embed''': Inserts the TOL code of a file in another one avoiding some
    1919    problems in parsing with structures that are not recognized using {{{Include}}} function
    20  1. Profiling tools
    2120
     21== Tools for large TOL objects ==
    2222
    23 === Indexed sets ===
    24 
    25 === NameBlock ===
     23 1. '''NameBlock''': Solved some problems about copying and reassigning objects and members.
     24 1. '''Indexed sets''':
     25  1. new functions Append, Remove and Replace to handle with indexed (or not) sets.
     26  1. HashMap: Handling and storing generic hashed mapping data using internal index by name features of set
     27 1. MatEncode: Encoding cualitative and cuantitive data using matrices
     28 1. MatQuery: Sorting, selecting and classifying matrix data.
     29 
    2630
    2731== Numerical methods and models ==
    2832
    29 === Bayesian Sparse Regression (BSR) ===
     33 1. BysMcmc: Bayesian Sparse Regression (BSR)
     34 1. Generalized linear weighted regressions with GrzLinModel (Normal, Poisson, ...) and QltvRespModel (Logit and Probit regressions)
     35 1. Constrained real optimization with NonLinGloOpt and TolIpopt
     36 1. Interpolation and aproximation of scalar and vectorial functions
     37 1. MatQuery: K-Nearest Neighbor Searching
     38 1. MatQuery: Delaunay 2D-Triangulation
    3039
    3140== Data tools ==
    3241
    33 === ASCII files ===
    34 
    35 === OIS ===
    36 
    37 === Database ===
    38 
    39 === Excel ===
    40 
     42 1. ASCII files:
     43 1. OIS:
     44 1. Database:
     45 1. Excel: Reading data from binary '.xls' workbooks with ImportExport::@Excel
     46 1. GIS: Writing Google Earth KML geographic data with GisTools::@KML.
     47 1. Public data packages
    4148
    4249== Interface ==
    4350
     51 1. GuiTools: Graphical User Interface tool automated for class instances programmed in TOL.
     52  1. @MenuDesc : Graphical contextual menus
     53  1. @MultiDimSelect: Multiple selection boxes
    4454
     55