v0.26.0
Changed:
- KCL: the
repetitions
property of all pattern functions are nowinstances
, and now is the total count. For example, if you previously usedrepetitions: 3
you should now useinstances: 4
.
Added:
- KCL: Ranges now support arbitrary start and end values, eg.
[x..100]
- KCL: Add
==
,!=
,>
,>=
,<
,<=
for use in if/else expressions 🎉 - Machine API now shows additional printer info when available
Fixed:
- KCL: Standard library
import
function works again - KCL: Permitting whitespace before colon thanks to community member @guptaarnav ❤️
- UI: selection order does not matter on multi-select constraints like equal length
- ...and many more
New contributors:
Thank you @guptaarnav for your first PR!