All releases of GetData Library


Release Notes: This releases fixes a few bugs found after the release of GetData-0.7.2. Most importantly, it corrects the search path for encoding modules and the writing of metafield metadata.


Release Notes: Regarding the code, this is a minor bugfix release that adds missing but documented functionality relating to Dirfile Standards compliance, specifically the ability to use absolute paths in INCLUDE statements. It also fixes a few minor bugs discovered since the last release. This release also marks the introduction of support in GetData for Microsoft's Visual C++ compiler, but with a reduced feature set. Finally, a source package containing only the Interactive Data Language (IDL) bindings has also been produced, in cases where the library itself is already installed.


Release Notes: The highlight of this bugfix release is the removal of a number of memory management issues. A few segfaults have been fixed, and a larger number of memory leaks have been plugged. A few minor issues discovered after the release of 0.7.0 have also been fixed, mostly concerning the dirfile2ascii utility.


Release Notes: This release adds support for Mac OS X, Cygwin, and Win32 (using MinGW). To support MacOS X, most functions in the C API have been renamed to provide better namespace encapsulation. This release also introduces Dirfile Standards Version 8, which adds support for vector division and scalar arrays. It is also able to handle ARM middle-ended floating point data. An ASCII conversion utility, dirfile2ascii, is now distributed as part of the package. In addition to the above, numerous bugs found after the last release have been fixed.


Release Notes: This release fixes a memory leak in the Python bindings.


Release Notes: This version fixes a bug related to using an ASCII-encoded field as the reference field.


Release Notes: This release supports Dirfile Standards Version 7, which adds support for complex valued data, signed bit fields, polynomial derived fields, and other minor tweaks. It also adds a reverse look-up function, better ability to get and modify CONST scalar field parameters, and numerous bugfixes. Bindings for Python and the Interactive Data Language (IDL) have been added.


Release Notes: This release is expected to be API-complete (i.e. although functionality may still be missing, no further additions to the list of public function provided by GetData are expected). In addition to various bugfixes, changes include the ability to delete fields, modify field metadata, change the frameoffset, encoding, byte ordering, or reference field, move fields between format file fragments, and to remove fragments from a dirfile. Read-only support for bzip2 and gzip compression has also been implemented.


Release Notes: Several fixes were made to the legacy API to better recreate its original behavior. Bugfixes, including a crash fix, were made for ASCII and slimlib encoded dirfiles. The default protection level is properly initialized.