You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expose aliases in Input, Output, and PinSpecification
* Add alias to template and operator code generation
* Handle retro in Specification
* Expose alias in operator_specification_grpcapi.py
* Try getattr in template
* Handle default __getattr__
* Add a deprecation warning when using pin aliases
* Fix Specification doctests
* Limit changes to operators with aliases
* Fix retro compatibility condition
* Make operator_specification_get_pin_num_aliases retro-compatible
* Remove server version check
* Revert "Remove server version check"
This reverts commit 143aa6e.
* Add server version check
* Do not remove translator.py during code_generation.py
* Add default value to variable for error reporting in build.py
* Add aliases as valid operator inputs in the signature
* Fix indent in operator.mustache
* Fix indentation in operator.mustache
* Print server path for operator generation
* Limit tests to mac operator
* Add aliases to operator signature
* Fix dict creation
* Revert "Limit tests to mac operator"
This reverts commit 1537c46.
* update generated code (#2129)
Co-authored-by: PProfizi <[email protected]>
* Remove redundant code following rebase
* Reactivate retro testing for test_animation.py and test_animator.py
* Add deprecation warning when using an alias as operator instantiation parameter
* Add test_specification.py with test_pin_alias
* update generated code (#2131)
Co-authored-by: PProfizi <[email protected]>
* Skip test_pin_alias during retro tests
---------
Co-authored-by: PyAnsys CI Bot <[email protected]>
0 commit comments