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 Initial Version and Version 1 of WhatIsNewV31


Ignore:
Timestamp:
Feb 2, 2012, 11:42:42 AM (13 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhatIsNewV31

    v1 v1  
     1[[PageOutline]]
     2
     3= What is new in Tol 3.1 =
     4
     5[https://www.tol-project.org/report/19 Here] you can view a detailed report of all solved
     6tickets.
     7
     8== Kernel ==
     9
     10 * Solved some problems with macro {{{#Embed }}}
     11 * Enhanced behaviour of class related documentation functionalities: {{{_.autodoc.member}}}, {{{PutDescription}}}, {{{Description}}}
     12 * Solved some problems using global access operator {{{ ::global_variable }}}
     13 * Solved some problems with {{{ ObjectExist }}}
     14 * New function to add members to an existant NameBlock {{{Real AddMember(NameBlock nb, Anything member)}}}
     15 * TextMatch calls to TextMatch_Tcl to solve old known problems.
     16
     17== TolConfigManager ==
     18
     19 * Enhancement of maintenance of user options.
     20 * Merging new default options with older configuration files.
     21
     22== TolPackage ==
     23
     24 * Solved some problems about comparing package names and version numbers.
     25 * Including local information to be used in local repositories without loading the package.
     26 * Enhanced behaviour in non connected machines.
     27 * Graphic interface to manage packages.  '''(josp?)'''
     28
     29== Time Algebra ==
     30
     31 * Solved some problems handling with empty {{{TimeSet W}}}
     32 * Enhancement of storement of {{{TimeSet}}} objects in OIS
     33 * Solved some problems with SerDat
     34
     35== Math ==
     36
     37 * Matrix and Real mixed arguments extended to logical and comparisson functions. First argument must be matrix. Now you can write [[BR]]
     38   {{{
     39#!java
     40  Matrix M = ...;
     41  Matrix LT(M, 1);
     42   }}}
     43 * Enhanced {{{MatQuery}}} methods to handle with matrix operations like sorting, selecting or classifying
     44 * Solved som problems with some {{{VMatrix}}} methods as {{{MergeRows}}} or {{{SubDiag}}}
     45 * Faster AIA algorithm using VMatrix.
     46 * {{{TolIpopt}}}: Fast and robust algorithms to solve constrained bi-linear optimization problems.
     47 * Solving problems with border points in {{{BysMcmc}}}
     48 * Enhanced behaviour of TruncStdGaussian in extreme cases
     49 * Solved problems of IsStationary and StationaryValue over non full polynomials, that caused false non stationarity messages on some ARIMA estimations, both {{{Estimate}}} and {{{BSR}}}
     50 * Solved some problems with ARMA initial values in {{{Estimate}}}
     51 * {{{BysMcmc}}} can be used to generate multiple chains from over-dispersed initial points
     52 * Prior information over unknown output in Probit models with {{{BysMcmc}}}
     53 * Adding information over linear restrictions in {{{BysMcmc}}}
     54
     55== First releases of uncomplete packages ==
     56 * {{{LinAproxNonLinReg}}}: Linearized aproximation to non linear regression
     57 * {{{BysDecision}}}: Solving typical Bayes Decision problems
     58 * {{{MWG}}}: Metropolis Within Gibbs generic models
     59 * {{{MatAlg}}}: Matrix algebra related methods
     60
     61
     62== TolExcel ==
     63
     64 * Solved some problems with date cells.
     65 * '''(josp?)'''
     66
     67
     68== CurlApi ==
     69
     70 * '''(josp?)'''
     71
     72== TclCore ==
     73
     74 * '''(josp?)'''