Pyaedt

Latest version: v0.11.6

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 31

0.7.10

What's Changed
* Add q3d dynamic link component by gmalinve in https://github.com/ansys/pyaedt/pull/4069
* Fix examples by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/4076
* CI: extend full documentation timeout by SMoraisAnsys in https://github.com/ansys/pyaedt/pull/4071
* Q2D cable example by tizianrot in https://github.com/ansys/pyaedt/pull/4000
* Add `get_sweeps` and `delete_sweep` to `SetupHFSS` by atlanswer in https://github.com/ansys/pyaedt/pull/4072
* Pingroup name conflict resolution by svandenb-dev in https://github.com/ansys/pyaedt/pull/4074
* Edb config json enhancement by ring630 in https://github.com/ansys/pyaedt/pull/4079
* component.create() metod rlc values and location bug fix by svandenb-dev in https://github.com/ansys/pyaedt/pull/4083


**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.9...v0.7.10

0.7.9

What's Changed
* Fixed Docstring 3970 by DaveTwyman in https://github.com/ansys/pyaedt/pull/3985
* Example fixed by svandenb-dev in https://github.com/ansys/pyaedt/pull/4007
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/4008
* Feat/4011 3dcomp folder by dcrawforAtAnsys in https://github.com/ansys/pyaedt/pull/4013
* Update the documentation of general methods. by MaxJPRey in https://github.com/ansys/pyaedt/pull/4016
* Update variables.rst by FH-DESIGN in https://github.com/ansys/pyaedt/pull/4009
* Feat/4010 pass primitive features by dcrawforAtAnsys in https://github.com/ansys/pyaedt/pull/4019
* Fix typos in docstring. by MaxJPRey in https://github.com/ansys/pyaedt/pull/4022
* Enhancement/add configuration schema by dcrawforAtAnsys in https://github.com/ansys/pyaedt/pull/3994
* fix to read mesh operation and mesh region properly for 2024R1 by siva-krishnaswamy in https://github.com/ansys/pyaedt/pull/4015
* Enhancement/allow 3dcomp file loading by siva-krishnaswamy in https://github.com/ansys/pyaedt/pull/4027
* pyvista parallel projection by ring630 in https://github.com/ansys/pyaedt/pull/4031
* New pdf report by maxcapodi78 in https://github.com/ansys/pyaedt/pull/4030
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/4039
* Cleanup examples (remove unused imports and fix typos) by MaxJPRey in https://github.com/ansys/pyaedt/pull/4038
* Path length correction by svandenb-dev in https://github.com/ansys/pyaedt/pull/4035
* stackup import enhancement by ring630 in https://github.com/ansys/pyaedt/pull/3989
* Refactor ffd solution data by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3896
* Cutout return polygon extent by svandenb-dev in https://github.com/ansys/pyaedt/pull/4046
* Improve convert via to 3d by amichel0205 in https://github.com/ansys/pyaedt/pull/4028
* New 3D Layout example on PCI-E SYZ analysis by ring630 in https://github.com/ansys/pyaedt/pull/4048
* Ipc exporter false error issue by svandenb-dev in https://github.com/ansys/pyaedt/pull/4043
* modified \pyaedt\pyaedt\modules\SetupTemplates.py by ANSYS-KOREA in https://github.com/ansys/pyaedt/pull/4054
* Component is top by svandenb-dev in https://github.com/ansys/pyaedt/pull/4052
* Refactoring of aedt logger by maxcapodi78 in https://github.com/ansys/pyaedt/pull/4025
* group_name property gets updates from the UI by Alberto-DM in https://github.com/ansys/pyaedt/pull/4057
* Refactor user guide by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/4055
* set up Edb from json configure file by ring630 in https://github.com/ansys/pyaedt/pull/4059
* Create port on pin name selection adjustment by svandenb-dev in https://github.com/ansys/pyaedt/pull/4061
* DOC: Update ansys-sphinx-theme to fix documentation build by SMoraisAnsys in https://github.com/ansys/pyaedt/pull/4068
* Fix native component loading by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/4067
* Fix Examples documentation by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/4070

New Contributors
* FH-DESIGN made their first contribution in https://github.com/ansys/pyaedt/pull/4009
* ANSYS-KOREA made their first contribution in https://github.com/ansys/pyaedt/pull/4054

**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.8...v0.7.9

0.7.8

What's Changed
* MAINT: Bump actions/labeler from 4 to 5 by dependabot in https://github.com/ansys/pyaedt/pull/3943
* added "DecadeCount" "OctaveCount" "ExponentialCount" in parametric sw… by IreneWoyna in https://github.com/ansys/pyaedt/pull/3910
* Added skip for unit tests that fail when running AEDT with COM by Alberto-DM in https://github.com/ansys/pyaedt/pull/3953
* Bug fix merge nets polygon by svandenb-dev in https://github.com/ansys/pyaedt/pull/3950
* layout profile added to IPC2581 by svandenb-dev in https://github.com/ansys/pyaedt/pull/3957
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/3963
* MAINT: Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/ansys/pyaedt/pull/3954
* Create via fence bug fix by ring630 in https://github.com/ansys/pyaedt/pull/3961
* Return basis frequencies with the default units. by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3966
* Edb sip format import added by svandenb-dev in https://github.com/ansys/pyaedt/pull/3959
* add solve setup type siwave DC IR by gmalinve in https://github.com/ansys/pyaedt/pull/3971
* Replace all os.name with boolean checks is_windows, is_linux by kbhagat-ansys in https://github.com/ansys/pyaedt/pull/3956
* Support pec port on pin and rlc component by svandenb-dev in https://github.com/ansys/pyaedt/pull/3944
* Create connector from pin example by svandenb-dev in https://github.com/ansys/pyaedt/pull/3973
* variations cases in create_report and get_solution_data by gmalinve in https://github.com/ansys/pyaedt/pull/3972
* Adding padstackinstance terminal position getter by svandenb-dev in https://github.com/ansys/pyaedt/pull/3977
* Improve Nissan Leaf example by gmalinve in https://github.com/ansys/pyaedt/pull/3984
* New conducting plate function by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3980
* create object cs in example by gmalinve in https://github.com/ansys/pyaedt/pull/3991
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/3996
* MAINT: Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/ansys/pyaedt/pull/3987
* MAINT: Bump actions/upload-artifact from 3 to 4 by dependabot in https://github.com/ansys/pyaedt/pull/3986
* MAINT: update ansys action to v5 by SMoraisAnsys in https://github.com/ansys/pyaedt/pull/3999
* Make license session test more consistent and meaningful by bryankaylor in https://github.com/ansys/pyaedt/pull/3995
* Ipc bom by svandenb-dev in https://github.com/ansys/pyaedt/pull/3990
* Layout auto parametrization by svandenb-dev in https://github.com/ansys/pyaedt/pull/4002
* Do not use empty list as default parameter value. by MaxJPRey in https://github.com/ansys/pyaedt/pull/4004
* Fix typo in IBIS spec, 'seeries' to 'series' by GarrStau in https://github.com/ansys/pyaedt/pull/4006
* core loss example by gmalinve in https://github.com/ansys/pyaedt/pull/3997


**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.7...v0.7.8

0.7.7

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/3918
* Add transient options to stationary wall boundary condition by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3921
* Improve variations in create_report by gmalinve in https://github.com/ansys/pyaedt/pull/3924
* Assign FEBI method by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3915
* Fix parameter check in `create_frequency_sweep` & add related test by atlanswer in https://github.com/ansys/pyaedt/pull/3929
* Fix `KeyError` in `enable_adaptive_setup_multifrequency` by atlanswer in https://github.com/ansys/pyaedt/pull/3930
* Emit license session by bryankaylor in https://github.com/ansys/pyaedt/pull/3856
* Apply mesh sheets obj segmentation by gmalinve in https://github.com/ansys/pyaedt/pull/3932
* Fix netlist issues by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3938
* fix doc example in set_coreloss_at_frequency by gmalinve in https://github.com/ansys/pyaedt/pull/3937
* extended net minor fix by ring630 in https://github.com/ansys/pyaedt/pull/3919
* Bugfix on Surface material creation and value_with_units by Alberto-DM in https://github.com/ansys/pyaedt/pull/3942
* Add resistance boundary by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3946
* Bug fix refresh padsatck def after layer name changed by svandenb-dev in https://github.com/ansys/pyaedt/pull/3939
* Improve desktop launch by Alberto-DM in https://github.com/ansys/pyaedt/pull/3947
* Monitors and datasets import/export improvements by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3917

New Contributors
* atlanswer made their first contribution in https://github.com/ansys/pyaedt/pull/3929

**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.6...v0.7.7

0.7.6

What's Changed
* DOC: Explain how to contribute in details in the CONTRIBUTION.md file. by MaxJPRey in https://github.com/ansys/pyaedt/pull/3891
* Fix touchstone deepcopy issue by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3892
* Fix pythoncom issue by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3900
* Fix bug in disjoint_nets method due to a regression in the net_name setter by maxcapodi78 in https://github.com/ansys/pyaedt/pull/3897
* Improve method get_solution_data to avoid intrinsics as arguments and… by maxcapodi78 in https://github.com/ansys/pyaedt/pull/3898
* Core loss electrical steel by gmalinve in https://github.com/ansys/pyaedt/pull/3829
* Adds methods to set band start and stop frequencies, & corresponding unit tests by zebanaqviWAT in https://github.com/ansys/pyaedt/pull/3773
* Solder balls height control with simconfig by svandenb-dev in https://github.com/ansys/pyaedt/pull/3905


**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.5...v0.7.6

0.7.5

What's Changed
* refacto export_touchstone hfss3d by gmalinve in https://github.com/ansys/pyaedt/pull/3867
* Improve condition based on Boolean value. by MaxJPRey in https://github.com/ansys/pyaedt/pull/3869
* Add recirculation boundary function by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3870
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/ansys/pyaedt/pull/3874
* Reduce default Roughness nodule radius by Samuelopez-ansys in https://github.com/ansys/pyaedt/pull/3875
* Add blower bc function by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3872
* Add adiabatic plate bc function by lorenzovecchietti in https://github.com/ansys/pyaedt/pull/3878
* improve docstring returns by gmalinve in https://github.com/ansys/pyaedt/pull/3876
* Fix vtk requirement by Alberto-DM in https://github.com/ansys/pyaedt/pull/3882
* Fixed bug in SweepMaterial creation by Alberto-DM in https://github.com/ansys/pyaedt/pull/3879
* siwave syz setup enhancement by ring630 in https://github.com/ansys/pyaedt/pull/3890
* extended_net_bug_fix by ring630 in https://github.com/ansys/pyaedt/pull/3889
* get materials in project by gmalinve in https://github.com/ansys/pyaedt/pull/3886


**Full Changelog**: https://github.com/ansys/pyaedt/compare/v0.7.4...v0.7.5

Page 7 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.