[[PageOutline]] = What is new in Tol 2.0.1 = [https://www.tol-project.org/report/15 Here] you can view a detailed report of all solved tickets. == Kernel == 1. '''Crashes''': The number of fatal crashes has been reduced and when happen, system gives more information about the problem wich can be avoided or solved more easily. 1. '''Memory leaks''': Now TOL have almost none significative memory leak, even along large and complex process like bayesian simulations. 1. '''OOP''': [wiki:TolOop Object Oriented Programing] 1. '''TPR''': [wiki:TolPackageRulesAndComments TOL packages and repositories] 1. '''LoadDynLib''': [wiki:LoadDynLib Dynamic linkage of C++ binary libraries] 1. '''TolCint''': Embeding C/C++ in TOL to speed some large cycles. 1. '''#Embed''': Inserts the TOL code of a file in another one avoiding some problems in parsing with structures that are not recognized using {{{Include}}} function == Tools for large TOL objects == 1. '''NameBlock''': Solved some problems about copying and reassigning objects and members. 1. '''Indexed sets''': 1. new functions Append, Remove and Replace to handle with indexed (or not) sets. 1. HashMap: Handling and storing generic hashed mapping data using internal index by name features of set 1. MatEncode: Encoding cualitative and cuantitive data using matrices 1. MatQuery: Sorting, selecting and classifying matrix data. == Numerical methods and models == 1. BysMcmc: Bayesian Sparse Regression (BSR) 1. Generalized linear weighted regressions with GrzLinModel (Normal, Poisson, ...) and QltvRespModel (Logit and Probit regressions) 1. Constrained real optimization with NonLinGloOpt and TolIpopt 1. Interpolation and aproximation of scalar and vectorial functions 1. MatQuery: K-Nearest Neighbor Searching 1. MatQuery: Delaunay 2D-Triangulation == Data tools == 1. ASCII files: 1. OIS: 1. Database: 1. Excel: Reading data from binary '.xls' workbooks with ImportExport::@Excel 1. GIS: Writing Google Earth KML geographic data with GisTools::@KML. 1. Public data packages == Interface == 1. GuiTools: Graphical User Interface tool automated for class instances programmed in TOL. 1. @MenuDesc : Graphical contextual menus 1. @MultiDimSelect: Multiple selection boxes