Version 1 (modified by 13 years ago) (diff) | ,
---|
What is new in Tol 3.1
Here you can view a detailed report of all solved tickets.
Kernel
- Solved some problems with macro
#Embed
- Enhanced behaviour of class related documentation functionalities:
_.autodoc.member
,PutDescription
,Description
- Solved some problems using global access operator
::global_variable
- Solved some problems with
ObjectExist
- New function to add members to an existant NameBlock
Real AddMember(NameBlock nb, Anything member)
- TextMatch calls to TextMatch_Tcl to solve old known problems.
TolConfigManager
- Enhancement of maintenance of user options.
- Merging new default options with older configuration files.
TolPackage
- Solved some problems about comparing package names and version numbers.
- Including local information to be used in local repositories without loading the package.
- Enhanced behaviour in non connected machines.
- Graphic interface to manage packages. (josp?)
Time Algebra
- Solved some problems handling with empty
TimeSet W
- Enhancement of storement of
TimeSet
objects in OIS - Solved some problems with SerDat
Math
- Matrix and Real mixed arguments extended to logical and comparisson functions. First argument must be matrix. Now you can write
Matrix M = ...; Matrix LT(M, 1);
- Enhanced
MatQuery
methods to handle with matrix operations like sorting, selecting or classifying - Solved som problems with some
VMatrix
methods asMergeRows
orSubDiag
- Faster AIA algorithm using VMatrix.
TolIpopt
: Fast and robust algorithms to solve constrained bi-linear optimization problems.- Solving problems with border points in
BysMcmc
- Enhanced behaviour of TruncStdGaussian in extreme cases
- Solved problems of IsStationary and StationaryValue over non full polynomials, that caused false non stationarity messages on some ARIMA estimations, both
Estimate
andBSR
- Solved some problems with ARMA initial values in
Estimate
BysMcmc
can be used to generate multiple chains from over-dispersed initial points- Prior information over unknown output in Probit models with
BysMcmc
- Adding information over linear restrictions in
BysMcmc
First releases of uncomplete packages
LinAproxNonLinReg
: Linearized aproximation to non linear regressionBysDecision
: Solving typical Bayes Decision problemsMWG
: Metropolis Within Gibbs generic modelsMatAlg
: Matrix algebra related methods
TolExcel
- Solved some problems with date cells.
- (josp?)
CurlApi
- (josp?)
TclCore
- (josp?)