Skip to content

fut 3.2.9

Latest
Compare
Choose a tag to compare
@pfusik pfusik released this 11 Feb 17:08

How to install:

  • Windows: download and run fut-3.2.9-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.2.9-1_amd64.deb
  • Fedora 38+: download and install fut-3.2.9-1.x86_64.rpm

Changes since 3.2.8:

  • Fixed expressions with Math.Abs/Min/Max/Clamp on nint type
  • Fixed Math.Min/Max/Clamp with different types in C++
  • Math.FusedMultiplyAdd now transpiles to Python 3.13 math.fma instead of an external pyfma package
  • Fixed fut crash on an error regarding a method call (#179 reported by @polidobj)