Downloadliste

Projektbeschreibung

The Data Language (TDL) is an Interactive Data Language-compatible incremental compiler. Like Matlab, it is intended for scientific data processing and visualization. It has a FORTRAN-like syntax, supports objects, and has powerful array operations.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-10-18 11:57
0.8.11

Diese Version ist viel schneller. Der tatsächliche Anstieg in der Geschwindigkeit hängt von verschiedenen Faktoren, wie Programm-Struktur, genannt Routinen, Prozessor und Compiler, sondern bis zu 60% scheint nicht unrealistisch sein. Einige wichtige neue Unterprogramme wurden durchgeführt, einschließlich CREATE_STRUCT, Kontur, Laguerre und STRCMP. SYSTIME hat nun Sub-Millisekunden-Auflösung. Für die FFT-Verfahren kann der FFT-Bibliothek (alternativ) verwendet werden, was in etwa das Doppelte der Ausführungsgeschwindigkeit.
Tags: Major feature enhancements
This version is much faster. The actual increase in speed depends upon several factors like program structure, called routines, processor, and compiler used, but up to 60% seems to not be unrealistic. Some new important subroutines were implemented, including CREATE_STRUCT, CONTOUR, LAGUERRE, and STRCMP. SYSTIME now has sub-millisecond resolution. For the FFT procedure, the FFTW library can (alternatively) be used, resulting in about double the execution speed.

2005-07-10 21:49
0.8.10

Die neue Build-Option wie ein Python-Modul ermöglicht die Einbettung des TDL in Python (siehe INSTALL und PYTHON.txt für Details). Aufgrund einiger Veränderungen in der internen Datenstrukturen, die Dolmetscher arbeitet jetzt viel schneller (4-5 mal). Das ist der Dolmetscher selbst, die meisten Programme, die große verbringen viel Zeit in der Bibliothek Unterprogramme. Einige Bugs und Speicher-Lecks wurden behoben. Die interpolieren Funktion und Unterstützung für strided Indizes (array [Beginn: Ende: stride]) zugegeben. Diese Version kompiliert mit GCC 4.0.
Tags: Major feature enhancements
The new build option as a Python module allows embedding of TDL into Python (please see INSTALL and PYTHON.txt for details). Due to some changes in the internal data structures, the interpreter now works much faster (4-5 times). That is the interpreter itself; most programs spend the vast amount of time in library subroutines. Some bugs and memory leaks were fixed. The INTERPOLATE function and support for strided indices (array[start:end:stride]) were added. This release compiles with GCC 4.0.

2005-04-22 17:11
0.8.9

Diese Version fügt einen Z-Buffer-Gerät, das. RUN-Befehl, mehrere neue Routinen und wichtige Bugfixes. Die neue Routinen (insgesamt gibt es inzwischen mehr als 250) sind SPAWN, WAIT, endlich ROUTINE_INFO, Leiharbeit, DIST und TVSCL.
Tags: Major feature enhancements
This release adds a z-buffer device, the .RUN command, several new
routines, and important bugfixes. The new routines (overall there are
now more than 250) are SPAWN, WAIT, FINITE, ROUTINE_INFO, TEMPORARY,
DIST, and TVSCL.

2005-02-15 11:20
0.8.8

Diese Version kommt mit vielen neuen Subroutinen (womit die Gesamtzahl auf über 240), einige Verbesserungen und wichtige Bugfixes. Die neue Routinen wurden GRUNDSTÜCKE, XYOUTS (beide nur 2D), Oplot, Rebin, OBJ_CLASS, OBJ_ISA, N_TAGS, SWAP_ENDIAN, BYTSCL, ByteOrder, SETENV, getenv, STRUCT_ASSIGN, getenv, STREGEX und TAG_NAMES.
Tags: Major feature enhancements
This version comes with lots of new subroutines (bringing the total to over 240), several improvements, and important bugfixes. The new routines were PLOTS, XYOUTS (both 2D only), OPLOT, REBIN, OBJ_CLASS, OBJ_ISA, N_TAGS, SWAP_ENDIAN, BYTSCL, BYTEORDER, SETENV, GETENV, STRUCT_ASSIGN, GETENV, STREGEX, and TAG_NAMES.

2004-11-24 11:50
0.8.6

Diese Version ist ein weiterer Schritt in Richtung läuft der NASA IDL Astronomen hinzugefügt. Es wird eine sehr effiziente Convolvulaceen Funktion. Histogramm und SHIFT sind jetzt die Unterstützung aller Keywords. JOURNAL wird nun vollständig unterstützt, so dass ganze GDL-Sessions können aufgezeichnet und wiedergegeben.
Tags: Major feature enhancements
This version is a further step towards running the NASA IDL Astronomers library. It adds a very efficient CONVOL function. HISTOGRAM and SHIFT are now supporting all keywords. JOURNAL is now fully supported, so that entire GDL sessions can be logged and replayed.

Project Resources