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

FEAT: New extension version manager #5702

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/source/User_guide/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ They are small automated workflows with a simple GUI.

Lear how to convert projects from 2022R2 to newer versions.

.. grid-item-card:: Version manager
:link: pyaedt_extensions_doc/project/version_manager
:link-type: doc
:margin: 2 2 0 0

Manager pyaedt and pyedb versions.
hui-zhou-a marked this conversation as resolved.
Show resolved Hide resolved


HFSS 3D Layout extensions
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
The extension allows users to update PyAEDT and PyEDB through GUI
-----------------------------------------------------------------

.. image:: ../../../_static/extensions/version_manager.png
:width: 800
:alt: Version manager

----------
Features
----------

- Show Python virtual environment path
- Show Python version
- Show the current PyAEDT&PyEDB versions
- Show the latest PyAEDT&PyEDB release
- Update PyAEDT&PyEDB to the latest version
- Replace PyAEDT&PyEDB with specific version
- Default is main, which is the developer version
- Accepted inputs are branch name and version (0.34.0 for example)
- Update PyAEDT&PyEDB from wheelhouse
- Check compatibility
- Reset and update PyAEDT buttons in AEDT
Binary file added doc/source/_static/extensions/version_manager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/ansys/aedt/core/workflows/project/toolkits_catalog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ script = "advanced_fields_calculator.py"
icon = "images/large/fields.png"
template = "run_pyaedt_toolkit_script"
pip = ""

[VersionManager]
name = "Version Manager"
script = "version_manager.py"
icon = "images/large/logo.png"
template = "run_pyaedt_toolkit_script"
pip = ""
Loading
Loading