Version 2.8.3 Release
Upgrade
To update:
pip install devsim --upgrade
Updates
Linux support
Due to the Red Hat 7 end of life on June 30, 2024, the minimum support level for Linux is now Red Hat 8 using the AlmaLinux 8 based manylinux_2_28.
Clang format
Add .clang-format
file to provide assist automatic formatting for new source code.
Get equation command
Fixed issue #145. get_equation_command
now provides the variable_update
option that was used.
Exception propagation
Fixed issue where an internal C++ based exception, may not be caught properly on some platforms.