Allin Cottrell schrieb:
However, that stream of reports has now slowed down, and I think we
should release soon. I would guess we can get a release out within the
next 2 weeks.
I think I've discovered another small bug (today's CVS):
If 'append' is used with a native gretl file, the new data replaces the
old dataset instead of just being appended. (In contrast, it works as
advertised with csv files.)
The following script demonstrates.
open denmark
series test1 = LRM
store ./testdata.gdt test1
delete test1
append ./testdata.gdt
cheers,
sven