Release 20260608
Release Date: 8.06.2026

Change Log
Incomplete list of issue being addressed including new features:
- AI-Console: You can describe what you want to create in plain English or any other language and AI will create it for you,
- update used Python-version in Windows and Mac packages,
- gdsChecksum supports sha256 and crc32 and other,
- OpenAccess export of multiplier,
- C++ features:
- support of "condition ? b : c"
- support of
array[6][7] additional to array[6,7]
- explicite cast like (double)(iVar) or (int)(doubleVar)
- Fix: c++ () in type constructors like point p(func1(),func2());
- support of 'nullptr'
- api-extensions:
- void layout::updateMacros()
- string setup::gdsChecksum
- string stringList::findMostSimilar(string target)
- static bool setup::executeAiScripts
- static bool setup::cloudEnabled
- static double math::atan2(double,double)
- static int math::random(int maxInt)
- static double math::abs(double x)
- int drawingField::mToDBU(double meter)
- int drawingField::mmToDBU(double milimeter)
- int drawingField::umToDBU(double micrometer)
- int drawingField::uuToDBU(double userunits_)
- double drawingField::DBUToUu(int databaseunits_)