0.6.3
Added
-
Added a package manager:
futhark-pkg
. See also the
documentation. -
Added
log2
andlog10
functions tof32
andf64
. -
Module type refinement (
with
) now permits refining parametric
types. -
Better error message when invalid values are passed to generated
Python entry points. -
futhark-doc
now ignores files whose doc comment is the word
"ignore". -
copy
now works on values of any type, not just arrays. -
Better type inference for array indexing.