Releases: unihd-cag/skillbridge
Releases · unihd-cag/skillbridge
1.2.9
- Skill to Python translator now handles port objects #157
- Fixed bug in camel to snake translator (digits were lost) #152
- Added shortcut syntax to call funobj directly #151
1.2.8
- Fixed an issue in the create_path example in the documentation #143
1.2.7
- Fix an issue with the representation of certain simulation objects #140
1.2.6
- Fixed a problem with the warning behaviour with the Allegro Skill Interpreter #138
- Fixed the Skill Id for returned skill Objects from Allegro #136
1.2.5
- Added camel to case for lazy feature #134
1.2.4
- Fixed a bug in the autocompletion #130
- Added lazy method to handle large skill list efficiently #132
- Fixed Skill function stubs to work better with Pycharm #128
1.2.3
- Allow calling of any SKILL function #124
1.2.2
- Fix the type annotations for the
pyRunScript
SKILL command #122
1.2.1
- Fixed camel Case generation for abbreviations #121
1.2.0
- Updated dummy responses of functions for better testing #117
- Remove the need for downloading function definitions, functions are now accessed dynamically #119