ansys/pyaedt

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

Closed this issue · 0 comments

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