Skip to content

v0.26.0

Compare
Choose a tag to compare
@pierremtb pierremtb released this 18 Oct 16:46
· 114 commits to main since this release
cb8fc33

Changed:

  • KCL: the repetitions property of all pattern functions are now instances, and now is the total count. For example, if you previously used repetitions: 3 you should now use instances: 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!