Skip to content

Releases: vlabella/GLE

v4.3.4

11 Apr 00:57
Compare
Choose a tag to compare

4.3.4 (April 2023)
- built with latest compilers and libraries on all platforms (boost 1.81.0, qt 5.15.8, et al.)
- added numrows feature to graph data command to limit number of data rows read (R. Machulka)
- added shortcut operators += -= *= /= ++ -- (V. LaBella)
- improvements to feyn.gle package (A. Grozin)
- clarifications and improvements to manual (V. LaBella, A. Grozin)
- build improvements with cmake, will find ztd and jbig for libtiff if available, and other OS specific tweaks (V. LaBella, C. Steigies, A. Grozin, adalbosco)

v4.3.3

13 Apr 19:49
Compare
Choose a tag to compare

4.3.3 (April 2022)
- changed www.gle-graphics.org to glx.sourceforge.net everywhere
- replace old ghostscript URL with www.ghostscript.com
-Bug Fix: error was thrown if user called a subroutine as an r-value that had default arguments and did not specify all the arguments
!
! -- test which caused error for incorrect number of arguments when subroutine is
! an r-value in an expression.
!
sub mysum a b
default b 4
return a+b
end sub
! try stand alone subroutine call
mysum(2,6)
! ok
mysum(2)
! ok
mysum 2 4
! ok
mysum 2
! now use subroutine as an r-value
! ok
e = mysum(2,3)
print e
! the following threw this error but is now fixed
!>> test.gle (24) |e = mysum(2)|
!>> ^
!>> Error: incorrect number of parameters in call to 'MYSUM': found 1, expected 2
e = mysum(2)
print e

v4.3.2

14 Mar 19:59
b33093b
Compare
Choose a tag to compare

4.3.2 (March 2022)

  • added the following fonts that were missing:
    arial8, arialbd8, arialbi8, ariali8, cokoi8b, cokoi8bi,
    cokoi8i, cokoi8n, times8, timesbd8, timesbi8, timesi8