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 2 and Version 3 of WhatIsNewV31


Ignore:
Timestamp:
Feb 16, 2012, 5:20:51 PM (13 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhatIsNewV31

    v2 v3  
    2020 * New function to add members to an existant NameBlock {{{Real AddMember(NameBlock nb, Anything member)}}}
    2121 * TextMatch calls to TextMatch_Tcl to solve old known problems.
     22 * Avoiding copy of objects by means of new referential operator {{{$}}} to be used with new structures {{{@Real, @Text, ...}}}
    2223
    2324== TolConfigManager ==
     
    3839 * Enhancement of storement of {{{TimeSet}}} objects in OIS
    3940 * Solved some problems with SerDat
     41 * Enhancement of efficiency in {{{Polyn:Serie}}} and other operations
    4042
    4143== Math ==
     
    5153 * Faster AIA algorithm using VMatrix.
    5254 * {{{TolIpopt}}}: Fast and robust algorithms to solve constrained bi-linear optimization problems.
    53  * Solving problems with border points in {{{BysMcmc}}}
    5455 * Enhanced behaviour of TruncStdGaussian in extreme cases
    5556 * Solved problems of IsStationary and StationaryValue over non full polynomials, that caused false non stationarity messages on some ARIMA estimations, both {{{Estimate}}} and {{{BSR}}}
    5657 * Solved some problems with ARMA initial values in {{{Estimate}}}
    57  * {{{BysMcmc}}} can be used to generate multiple chains from over-dispersed initial points
    58  * Prior information over unknown output in Probit models with {{{BysMcmc}}}
    59  * Adding information over linear restrictions in {{{BysMcmc}}}
     58 * Package {{{BysMcmc}}} (BSR)
     59   * Solving problems with border points in {{{BysMcmc}}}
     60   * {{{BysMcmc}}} can be used to generate multiple chains from over-dispersed initial points
     61   * Prior information over unknown output in Probit models with {{{BysMcmc}}}
     62   * Adding information over linear restrictions in {{{BysMcmc}}}
     63   * More efficient import and parser methods of regression matrices in package {{{BysMcmc}}}
     64 * Including ROC related methods to package {{{QltvRespModel}}}
    6065
    6166== First releases of uncomplete packages ==
     
    6469 * {{{MWG}}}: Metropolis Within Gibbs generic models
    6570 * {{{MatAlg}}}: Matrix algebra related methods
    66 
    6771
    6872== TolExcel ==
     
    7983
    8084 * '''(josp?)'''
     85
     86== TolBase ==
     87 
     88 * New visual tool for scape strings in ''editor'' and ''eval'' window
     89 * Allowing syntax check with {{{#Embed}}}
     90 * '''(josp?)'''
     91
     92