Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyAEDT should open the most recent STABLE version installed on the system. #5225

Open
Alberto-DM opened this issue Sep 30, 2024 · 0 comments
Assignees
Labels
enhancement New features or code improvements

Comments

@Alberto-DM
Copy link
Collaborator

Description of the current limitations

If version is not specified, PyAEDT open the most recent version installed on the system, even if it is a beta or a pre-release version.
This might not be desirable, because these pre-relese versions can still contain some bugs, and PyAEDT compatibility is not ensured.
I suggest to open the most recent stable version as default. Idieally, this version should match the version used in the unit tests.
If a user still wants to run PyAEDT with a newer pre-relese version, he/she can still specify the version with the argument version.

Code sample expected

method current_version should return the current stable version.

Useful links and references

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

1 participant