Pyaedt

Latest version: v0.15.0

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

Scan your dependencies

Page 19 of 33

0.6.26

What's Changed
* Add requirements-txt-fixer to .pre-commit-config.yaml by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1922
* fixed small bug in create_extent method by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1965
* Bump psutil from 5.9.3 to 5.9.4 by dependabot in https://github.com/pyansys/pyaedt/pull/1961
* Remove mutable value from argument default value. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1974
* create differential wave port by ring630 in https://github.com/pyansys/pyaedt/pull/1971
* Convert methods into properties within Emit. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1975
* Create rectangle update by ring630 in https://github.com/pyansys/pyaedt/pull/1970
* Fix extent bug by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1976
* net_deletion_after_cutout by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1969


**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.25...v0.6.26

0.6.25

What's Changed
* S722966: EMIT solve, results access via PyAEDT (initial capability) by cchan-ansys in https://github.com/pyansys/pyaedt/pull/1868
* Specify the doc path for the html_context metadata. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1945
* Fix link to contribute section in Readme.rst by wilove997 in https://github.com/pyansys/pyaedt/pull/1947
* Fixed couple of minor issue related to plot method by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1950
* Fix change_field_plot_scale bug by wilove997 in https://github.com/pyansys/pyaedt/pull/1946
* improved desktop messaging. by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1943
* Bump matplotlib from 3.6.1 to 3.6.2 by dependabot in https://github.com/pyansys/pyaedt/pull/1956
* Bump sklearn from 0.0 to 0.0.post1 by dependabot in https://github.com/pyansys/pyaedt/pull/1955
* Bump pywin32 from 303 to 305 by dependabot in https://github.com/pyansys/pyaedt/pull/1953
* Enhancement delete nets by ring630 in https://github.com/pyansys/pyaedt/pull/1933
* get component bounding box by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1949
* Bump pythonnet from 3.0.0.post1 to 3.0.1 by dependabot in https://github.com/pyansys/pyaedt/pull/1954
* adding component rotation property by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1963
* Bump imageio from 2.22.3 to 2.22.4 by dependabot in https://github.com/pyansys/pyaedt/pull/1960
* get component bounding box by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1957
* Edb primitives enhancement - new create_cutout_multithread method by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1959

New Contributors
* cchan-ansys made their first contribution in https://github.com/pyansys/pyaedt/pull/1868

**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.24...v0.6.25

0.6.24

What's Changed
* HFSS assign symmetry implementation by gmalinve in https://github.com/pyansys/pyaedt/pull/1927
* Simulation configuration coax port set radial extent by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1928
* Various improvement to remote server by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1935
* Improve efficiency by ring630 in https://github.com/pyansys/pyaedt/pull/1936
* Layer stackup improvement by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1918
* Fixed Points lists by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1940


**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.23...v0.6.24

0.6.23

What's Changed
* Update Linux Timeout to 2 hours by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1892
* add methods for flexibility by ring630 in https://github.com/pyansys/pyaedt/pull/1891
* Bump scikit-learn from 1.1.2 to 1.1.3 by dependabot in https://github.com/pyansys/pyaedt/pull/1886
* Improve Insert Matrix method in Q3D and Q2D by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1895
* Fix/siwave sweep name by gmalinve in https://github.com/pyansys/pyaedt/pull/1894
* Fix/refactor 3dcomp by dcrawforAtAnsys in https://github.com/pyansys/pyaedt/pull/1898
* Bump pypandoc from 1.9 to 1.10 by dependabot in https://github.com/pyansys/pyaedt/pull/1900
* Q3D export from HFSS 3D Layout by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1903
* when deleting nets, the corresponding primitives should also be deleted. by ring630 in https://github.com/pyansys/pyaedt/pull/1897
* exclude reference terminal from port counting by ring630 in https://github.com/pyansys/pyaedt/pull/1904
* Fix documentation building warnings. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1902
* Add 'testing' label to the automatic labeler. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1907
* Bump imageio from 2.22.2 to 2.22.3 by dependabot in https://github.com/pyansys/pyaedt/pull/1909
* Bump ipython from 8.5.0 to 8.6.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1910
* Ignore deprecation warnings in testing output log. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1906
* Fix documentation warnings and improve docstring consistency. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1908
* Return the correct component when creating an interface port. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1914
* 'testing' label will be added when modifying test configuration files. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1915
* Horizontal port enhancement by ring630 in https://github.com/pyansys/pyaedt/pull/1916
* Rename setup and teardown because support for nose tests is deprecated. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1905
* Fix/export siwave dc report by gmalinve in https://github.com/pyansys/pyaedt/pull/1921
* Bump pyvista from 0.36.1 to 0.37.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1925
* Bump sphinx-autodoc-typehints from 1.19.4 to 1.19.5 by dependabot in https://github.com/pyansys/pyaedt/pull/1924
* Add documentation examples. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1923
* Enabling the monitor point export from the Icepak design settings. by TejasJe in https://github.com/pyansys/pyaedt/pull/1913
* port enhancement by ring630 in https://github.com/pyansys/pyaedt/pull/1920
* Pin group bug fix by ring630 in https://github.com/pyansys/pyaedt/pull/1931
* Aedt logger improvements by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1926
* refactored Setup to support SBR+ and Hfss Auto Sweeps. by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1932

New Contributors
* TejasJe made their first contribution in https://github.com/pyansys/pyaedt/pull/1913

**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.22...v0.6.23

0.6.22

What's Changed
* Fixed extra parameter inside desktop.py causing AedtLogger.error to c… by GarrStau in https://github.com/pyansys/pyaedt/pull/1831
* edbpath variable was not correctly updated after a save as by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1847
* Bump psutil from 5.9.2 to 5.9.3 by dependabot in https://github.com/pyansys/pyaedt/pull/1849
* Bump sphinx from 5.2.3 to 5.3.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1846
* Bump imageio from 2.22.1 to 2.22.2 by dependabot in https://github.com/pyansys/pyaedt/pull/1845
* Component refactor by ring630 in https://github.com/pyansys/pyaedt/pull/1842
* Use codecs package in EDB for IronPython. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1855
* Q2D Q3D update setup by gmalinve in https://github.com/pyansys/pyaedt/pull/1836
* fix export_results by gmalinve in https://github.com/pyansys/pyaedt/pull/1851
* Bump pypandoc from 1.8.1 to 1.9 by dependabot in https://github.com/pyansys/pyaedt/pull/1732
* Bump pandas from 1.5.0 to 1.5.1 by dependabot in https://github.com/pyansys/pyaedt/pull/1857
* Q2D/Q3D export touchstone by gmalinve in https://github.com/pyansys/pyaedt/pull/1859
* New class PinGroup and Terminal by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1860
* Feature/create region value by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1853
* Expose the globalcontext and searchindex files for the dev portal. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1858
* Improved create_network_block method by wilove997 in https://github.com/pyansys/pyaedt/pull/1866
* Improve the sweeps. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1856
* The documentation for the portal is extracted from the release content. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1829
* Test network_block creation in Icepak. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1869
* Bump pandas from 1.5.0 to 1.5.1 by dependabot in https://github.com/pyansys/pyaedt/pull/1872
* Edb data refactoring 2.0 by svandenb-dev in https://github.com/pyansys/pyaedt/pull/1867
* Documentation must reference aedt.docs.pyansys.com. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1871
* Bump pytest from 7.1.3 to 7.2.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1873
* The documentation for the dev portal is generated during the release process. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1878
* Added new Example to Edb Library by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1879
* Add the edit button in the documentation. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1883
* Bump jupyterlab from 3.4.8 to 3.5.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1874
* The gravity direction for Icepak network block goes from -X to +Z. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1880
* Bump ansys-sphinx-theme from 0.6.1 to 0.7.0 by dependabot in https://github.com/pyansys/pyaedt/pull/1888
* Bump pytest-xdist from 2.5.0 to 3.0.2 by dependabot in https://github.com/pyansys/pyaedt/pull/1887
* Add CableModeling to the API index of the documentation. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1885
* Edit source from file by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1889
* Refactored Hfss Sweep and Hfss3dLayout sweep to support Siwave and new version properties by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1876
* Add an example for the heat sink in Icepak. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1884

New Contributors
* wilove997 made their first contribution in https://github.com/pyansys/pyaedt/pull/1866

**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.21...v0.6.22

0.6.21

What's Changed
* Bump JamesIves/github-pages-deploy-action from 4.4.0 to 4.4.1 by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1837
* Fix minor issue on ironpython by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1839


**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.20...v0.6.21

Page 19 of 33

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.