-
Notifications
You must be signed in to change notification settings - Fork 139
Release Notes FORM 4.3.0
Here we introduce FORM 4.3.0, which is a new minor release with some additional features and bug fixes. Below we list the most notable changes, fixes and improvements. The full change history can be found in the full git logs.
-
Input filename
-
to use the standard input (#265) -
Added
-C
flag to specify a custom log filename (b0e72a8)
- Added
allfloat
option forFormat
(#216)
- Added the Möbius function
moebius_
(0da2724)
- Added the FORM cookbook with practical examples (#409)
- Documentation for features that were undocumented in the previous release (changed default setup parameters,
#System -e
,SYSTEMERROR_
,Print <filename>
).
-
Changed behaviour of
On fewerstatistics 0
(#285) -
The setup parameter
ContinuationLines
now affects all languages in addition to Fortran and0
means infinity (#394) -
The
Format
statement (exceptFormat <number>
) now does not reset the number of characters per line (dd1a71c)
-
Fixed crash for
#optimize
a trivial expression withBracket
(#7) -
Fixed
Exit
statement in TFORM (#14) -
Fixed crash by
replace_
for nested functions (#307) -
Fixed disaster in adding many tables into a tablebase (#318)
-
Fixed implicitly or autodeclared dimension of autodeclared indices (#324, #325, #405)
-
Fixed crash when
ArgToExtraSymbol
is used for a function containingg5_
(#340) -
Fixed incorrectly sorted
PolyRatFun
function arguments whenArgument
environment is used (#345) -
Fixed
FactArg,(0)
(#353) -
Fixed unreplaced power signs by dictionaries (#358)
-
Fixed inconsistent power signs with
Format reduce
(#359) -
Fixed
Denominators
for nested denominator functions (#400)