Metal 7.1.0
This release provides some small changes/additions:
- A new implementation of
ConcatenatedValueSource
, in order to resolve some runtime performance issues that were introduced in the previous (7.0.0) release. - Related to the previous change is an additional variant of the
Cat
ValueExpression
that takes a single operand and then folds all the resulting values after evaluation. - The result of
ValueExpression
s used as a source by aTie
token are now cached, in order to prevent complex operations (e.g., decompressing data) from being performed repeatedly. - The behaviour of the
Pre
token before the 6.0.0 release is still often used in Metal descriptions, so this has been added to theShorthand
with the more precise namewhen
.
For a more detailed description, please see the 7.1.0 Milestone.