Skip to content

Releases: gnudatalanguage/gdl

Weekly Binary Release (unstable)

18 Feb 09:40
ea46244
Compare
Choose a tag to compare
Pre-release

Weekly Binary Release (unstable)

v1.1.2_testing

16 Feb 20:09
25532a7
Compare
Choose a tag to compare
enable strings and be conformant to documentation. see also #1992 (#1…

v1.1.1

09 Feb 11:39
0ae3939
Compare
Choose a tag to compare

What's Changed

Other patches:

New Contributors

Full Changelog: v1.1...v1.1.1

v1.1

02 Nov 17:31
8461fee
Compare
Choose a tag to compare

Changes since v1.0 in no particular order:

  • Graphics:
    • The dependency to the plplot package has been removed --- easier installation and maintance, several (plplot) bugs cured
    • 3D support (SURFACE, SHADE_SURF and all T3D options for 2D plots) complete. Option TICK_GET added.
    • Plot positioning, labeling, character sizes etc... now identical to IDL
    • support for !C embedding command
    • ARROW, DEFROI
    • VELOVECT by @jtappin (replacement for VECTOR_FIELD)
  • Widgets: too many improvements to be listed, but complicated widget interfaces like NASA's PLOTMAN or Aaron J. Barth's ATV are running just fine. Even xtetris works!
  • Parallel processing with the support of IDL_IDLBridge:: commands
  • SAVE/RESTORE of compiled procedures
  • Shared memory mapping with SHMMAP and related commands
  • Support of !NULL as a lefthand argument
  • HDF5 improvements by @ogressel (write functions in particular)
  • Better READ/WRITE of all graphic formats (GIF, JPEG, etc)
  • New procedures and functions:
    • Eigenvalues and Eigenvectors: added ELMHES,HQR,TRIRED,LA_HELMES,LA_TRIRED,TRIQL
    • Sparse matrix: added SPRSIN,SPRSAB,SPRSAX,FULSTR,SPRSTP,LINBCG
    • GAUSSFIT, SCOPE_VARFETCH options, ARROW, DEFROI, option EDGE_CONSTANT for CONVOL
    • ALLANVAR, MEDABSDEV by @alaingdl
  • Debug commands: .RET , .SO, .OUT, .SIZE
  • IMPLIED_PRINT
  • Speedup of many many functions and procedures (use of better algorithms and parallelism)
  • OpenMP active on Apple silicon: GDL is very efficient now on OSX.

What's Changed since last release:

New Contributors

Full Changelog: v1.0.6...v1.1

v1.0.6

23 May 14:36
88c8cd8
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

20 May 16:12
21fb18e
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

GDL v1.0.5

We discovered a critical Plplot bug in the release v1.0.5 (#1835). Please avoid using this version and go straight to v1.0.6.

What's Changed

Read more

v1.0.4

16 Dec 08:55
Compare
Choose a tag to compare

GDL v1.0.4

v1.0.3

05 Sep 12:08
9e54bde
Compare
Choose a tag to compare

GDL v1.0.3

--

Update on 09 Sep 2023: MacOS DMG binaries are updated

v1.0.2

15 Jan 09:26
0629d02
Compare
Choose a tag to compare

GDL v1.0.2

v1.0.1

14 Oct 17:18
1dd4b61
Compare
Choose a tag to compare
  • wx plotting device fixes (addressing event loop issues visible if plotting in loops)
  • image file reading fixes
  • widget enhancements
  • countour plot fixes
  • CURVEFIT fix
  • new routines: CW_BGROUP, READM_PPM, WRITE_PPM
  • Python interface: switch to undeprecated NumPy API

kudos to: @acoulais, @eloirozier, @GillesDuvert, @jkohnert, @jtappin & @pjb7687