File getdata.changes of Package getdata
-------------------------------------------------------------------
Wed Dec 8 18:41:28 UTC 2010 - ctrippe@gmx.net
- update to 0.7.1
see http://sourceforge.net/projects/getdata/files/getdata/0.7.1/
for all details. This includes:
* BUG FIX: When the parser fails in a gd_include() call, the
internal list of conformant Standards Versions for the loaded
dirfile is no longer corrupted.
* BUG FIX Performing two consecutive reads of the same field in
an ASCII encoded datasources no longer confuses GetData.
* BUG FIX: Numerous memory leaks have been patched (mostly
pin-holes, although there are a few, rare but egregious ones).
-------------------------------------------------------------------
Thu Nov 25 20:54:44 UTC 2010 - ctrippe@gmx.net
- update to 0.7.0
see http://sourceforge.net/projects/getdata/files/getdata/0.7.0/RELEASE_NOTES-0.7.0/view
for all details. This includes:
* Dirfile Standards Version 8 has been released. It adds three
new field types: DIVIDE, which computes X/Y for vectors X and Y,
and RECIP, which computes A/X for vector X and scalar A, and
CARRAY, which is an array of CONST scalars.
* Like CONST fields, CARRAY elements can be used as parametersin
the definition of other fields. Syntax is 'field<n>', where
'field' is the field name and 'n' the element index in the
CARRAY (and the angle brackets are literal angle brackets). If
the '<n>' is omitted, the first element (numbered 0) is assumed.
* Slashes on reserved words are now mandatory, allowing fields
with reserved words as names.
* The long-deprecated single character data type codes have been
removed from Standards Version 8. (They are still accepted by
GetData, which handles all previous Standards Versions as well.)
-------------------------------------------------------------------
Thu Sep 9 14:13:41 UTC 2010 - ctrippe@gmx.net
- initial build of getdata-0.6.3