Skip to content

Releases: svd-ai-lab/sim-plugin-hfss

Release list

v0.1.0

Choose a tag to compare

@jiweiqi jiweiqi released this 06 May 04:38
cdd7492

sim-plugin-hfss v0.1.0

Initial Ansys HFSS 3D plugin release for sim-cli through PyAEDT.

Install:

uv pip install "sim-plugin-hfss==0.1.0"

Highlights:

  • Lazy/import-safe HFSS driver
  • Generic AEDT discovery with environment overrides and launcher/default-path probes
  • sim entry points for driver, bundled skill, and plugin metadata
  • Session lifecycle: connect, inspect, run snippets/scripts, disconnect
  • Opt-in real HFSS smoke coverage
  • Manual PyPI release workflow

Validation:

  • Unit tests and wheel build passed on CI for Python 3.10 and 3.12
  • Local AEDT smoke validation passed before release
  • Fresh PyPI install smoke passed after publish