<Previous version of Ox>
Ox 6: new features and fixes
New features and fixed problems in version 6.1
New features and enhancements in version 6.0
Fixed problems in version 6.0
The Ox version number is kept in line with the OxMetrics front-end version.
New features and fixed problems in version 6.1
- New: Added read and write support for Excel xlsx files.
Added read (113,114) and write (114) support for Stata 11 .dta files.
- New: Added PDF as new save format for graphics.
- Changed: Now using thinner symbols on very thick lines in plots.
- Fixed: PostScript BWG did not obey BWG line types
- Fixed: dev/.../Makefile files were missing from the installation.
- Fixed: SetTextWindow could appear to be delayed relative
to the output, so output from the previous window could show in the
new one.
- Fixed: This wouldn't work from OxRun (from draw4.ox):
ShowDrawWindow(); // show this concoction
SaveDrawWindow("draw4.gwg");
SaveDrawWindow("draw4.eps");
The second graph would not be created, and would create an empty draw4 window.
New features and enhancements in version 6.0
-
- Added QQ_N_SE for DrawQQ: pointwise asymptotic Std.Error bands
on normal QQ-plots.
- Recession shading line style (style constant is ST_SHADING;
shading is on when the variable has value 1, off otherwise).
- oxdraw.h: defining ST_
- Introduced oxo version (separate from Ox version), current
version is 5 (unchanged from Ox 5 to Ox 6). When the oxo version changes, .oxo
files must be recompiled.
Fixed problems in version 6.0:
- OxPack: fixed potential issue in "OxPackSpecialDialog"("OP_VARIABLE",...
- Repeatedly running an Ox file that saves a graph could
result in multiple instances of the same graphics files being open in
OxMetrics (asking for a reload every time it changes).
- The following code would leak memory:
fn()
{
decl logdet = rann(100000, 100);
invertsym(2 * unit(2), &logdet);
}
Because invertsym wouldn't free before assigning. This applies to a few
library functions that return an integer or double through an argument
(and was only likely if a variable was reused).
- PcFiml class lacked GetResVar() (virtual from Modelbase)
- DrawAdjust doesn't work for DrawDensity because the title
is drawn after the density.
- MaxSQP(F): didn't return MAX_MAXIT if max reached;
rounding errors on Hi/Low bounds could push parameters outside bounds by a tiny bit.
Ox version 6.00.
©
JA Doornik
This file last changed .