Releases: ansys/pyaedt
Releases · ansys/pyaedt
v0.9.8
Merge branch 'main' into release/0.9
v0.9.7
Merge branch 'main' into release/0.9
v0.9.6
Merge branch 'main' into release/0.9
v0.9.5
What's Changed
- FIX: Project classifier to be PyPI compatible by @SMoraisAnsys in #4812
- FIX: desktop non graphical in multidesktop session by @maxcapodi78 in #4817
- FEAT: Push transient 3dlayout by @Samuelopez-ansys in #4820
- CHORE: pre-commit autoupdate by @pre-commit-ci in #4823
- REFACTOR: HDM parser by @SMoraisAnsys in #4825
- FIX: Circuit argument deprecation miss by @SMoraisAnsys in #4827
- CHORE: Added support to Python 3.12 by @maxcapodi78 in #4762
- CI: Fix nightly build missing env var by @SMoraisAnsys in #4829
- FIX: Template file when not custom script is specified by @Samuelopez-ansys in #4826
- FIX: Valid Context arguments for Statistical Eye Reports by @mahesh-dhanekula in #4811
- FIX: previous setup support in icepak by @lorenzovecchietti in #4821
- FIX: HFSS argument deprecation miss by @SMoraisAnsys in #4832
- FEAT: add new pcb component parts handling in Icepak by @lorenzovecchietti in #4830
- FEAT: reduced matrix create_report by @gmalinve in #4810
- FIX: global mesh region edit by @lorenzovecchietti in #4819
- FEAT: e field tangential m2d by @gmalinve in #4813
Full Changelog: v0.9.4...v0.9.5
v0.9.4
fixed topics
v0.9.3
What's Changed
- FEAT: PCB component by @lorenzovecchietti in #4727
- FEAT: added method assign_thin_conductor to Q3D by @maxcapodi78 in #4738
- FEAT: replaced fast-simplification with decimate_pro alghoritm from pyvista by @maxcapodi78 in #4739
- FIX: bug on multidesktop in case of connection to existing sessions. by @maxcapodi78 in #4743
- TEST: Improve workflow coverage by @Samuelopez-ansys in #4736
- CHORE: Extend wheelhouse with installer target by @SMoraisAnsys in #4742
- FIX: Tkinter issue by @Samuelopez-ansys in #4747
- CHORE: pyansys GitHub org was renamed ansys. by @MaxJPRey in #4750
- FEAT: Added preview to stl files in import_nastran extension by @maxcapodi78 in #4749
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- CHORE: pre-commit autoupdate by @pre-commit-ci in #4671
- FIX: design_type in desktop.py by @myoung301 in #4673
- FIX: added CPyRAM support by @maxcapodi78 in #4676
- CHORE: Update ansys-sphinx-theme requirement from <0.16,>=0.10.0 to >=0.10.0,<0.17 by @dependabot in #4678
- FEAT: added NativeComponentPCB class to manage Icepak PCB settings and options. by @maxcapodi78 in #4677
- FEAT: Added push excitation by @maxcapodi78 in #4674
- FIX: Pipe subprocess stdin to DEVNULL by @bryankaylor in #4683
- FEAT: Add layout boundaries by @Samuelopez-ansys in #4684
- FIX: improved the way wires are mapped and managed in Circuit by @maxcapodi78 in #4679
- FEAT: Added new workflow to export from Twinbuilder by @maxcapodi78 in #4688
- FIX: Skin depth deprecation warning bug by @Samuelopez-ansys in #4690
- FEAT: added units to export_to_csv method by @maxcapodi78 in #4691
- FIX: Assign conducting plate bug by @Samuelopez-ansys in #4695
- CHORE: Pre-commit autoupdate by @pre-commit-ci in #4699
- DOCS: Update readme by @dcrawforAtAnsys in #4709
- CHORE: Prefix dependabot's pull requests with "CHORE". by @MaxJPRey in #4711
- FEAT: added options to decimate and to group when importing nastran file. by @maxcapodi78 in #4698
- CHORE: expose show for plotting by @dcrawforAtAnsys in #4708
- FIX: Function handler to return False by @SMoraisAnsys in #4706
- REFACTOR: Update mirror argument from "position" to "origin" by @SMoraisAnsys in #4715
- FEAT: improve edit_external_circuit by @gmalinve in #4696
- CHORE: Update scikit-learn requirement from <1.5,>=1.0.0 to >=1.0.0,<1.6 by @dependabot in #4710
- DOCS: Revert changes to use webp by @SMoraisAnsys in #4716
- PERF: improve create ellipse 2d/3d by @gmalinve in #4700
- CHORE: Update sphinx-design requirement from <0.6,>=0.4.0 to >=0.4.0,<0.7 by @dependabot in #4720
- REFACTOR: Refactor grpc plugin by @maxcapodi78 in #4719
- FEAT: added CQUAD models to import_nastran by @maxcapodi78 in #4725
- REFACTOR: Extend consistency on plot methods by @SMoraisAnsys in #4723
- REFACTOR: New assign priority function by @lorenzovecchietti in #4717
- FEAT: add local component update by @lorenzovecchietti in #4729
- FIX: changed default behavior of import_nastran method by @maxcapodi78 in #4726
- FIX: Create virtual environment per Python version by @Samuelopez-ansys in #4681
- FEAT: added windowing to fft computetion by @maxcapodi78 in #4732
- CHORE: Add security policy. by @MaxJPRey in #4721
- FIX: submit_job improvement to allow the possibility to pass a server path by @maxcapodi78 in #4722
- CHORE: Update codespell version by @Samuelopez-ansys in #4734
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- CHORE: Bump version into v0.10.dev0 by @Samuelopez-ansys in #4639
- DOCS: Add download PDF button for release by @SMoraisAnsys in #4644
- DOCS: Fix vale report on doc style by @SMoraisAnsys in #4643
- FIX: improve nastran method. by @maxcapodi78 in #4646
- CHORE: Update pyedb dependency by @SMoraisAnsys in #4648
- CHORE: allow latest PyEDB version by @RobPasMue in #4651
- REFACTOR: Improve try/except statements in
_get_design_mesh_regions
and_get_design_mesh_operations
by @lorenzovecchietti in #4636 - FIX: Field calculation when no Phase is provided. by @maxcapodi78 in #4656
- REFACTOR: Touchstone name with "." by @Samuelopez-ansys in #4654
- REFACTOR: Issue launch toolkit from aedt by @Samuelopez-ansys in #4652
- FEAT: added method to tune derivatives value by @maxcapodi78 in #4657
- FIX: grid points import where e letter is already part of the nas file by @maxcapodi78 in #4658
- REFACTOR: SPISIM linux subprocess by @Samuelopez-ansys in #4665
- DOCS: Reduce documentation size by @Samuelopez-ansys in #4655
- FIX: Circuit crash due to IBIS Model without diff pin by @Samuelopez-ansys in #4667
- FEAT: Improve antenna array processing and plotting by @dcrawforAtAnsys in #4626
- FEAT: enforce touchstone model passive by @Samuelopez-ansys in #4668
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Update v0.9.0
v0.8.11
Merge branch 'main' into release/0.8