Pyaedt

Latest version: v0.11.6

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

Scan your dependencies

Page 17 of 31

0.6.30

What's Changed
* fix/emit_veritification_fail_changes_S722982: should pass with update… by cchan-ansys in https://github.com/pyansys/pyaedt/pull/2023
* Bump numpy from 1.23.4 to 1.23.5 by dependabot in https://github.com/pyansys/pyaedt/pull/2026
* Q3d terminal type by boyang2022 in https://github.com/pyansys/pyaedt/pull/2028
* Json doc needs the full documentation to be successful first. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/2031
* Copy opengl32.dll in the vtk folder of the virtual environment for the json doc. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/2033
* Bump pandas from 1.5.1 to 1.5.2 by dependabot in https://github.com/pyansys/pyaedt/pull/2032
* Clr refactoring by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2029
* Change the path of vtk for the json documentation. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/2036
* Client server improvements by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2037
* Add default material when material library is empty by ring630 in https://github.com/pyansys/pyaedt/pull/2007
* create current/voltage source enhancement by ring630 in https://github.com/pyansys/pyaedt/pull/2034
* feature/add mesh link by gmalinve in https://github.com/pyansys/pyaedt/pull/1992
* Edb stackup refactoring finalizing by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2035
* Added new method objects_from_nets to Q3d by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2041
* support .aedb/edb.def as input by ring630 in https://github.com/pyansys/pyaedt/pull/2038
* fix process file path command in export dc report by gmalinve in https://github.com/pyansys/pyaedt/pull/2042
* Disjoint nets find_and_fix_disjoint_nets by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2044
* Fix/cable modeling renaming by gmalinve in https://github.com/pyansys/pyaedt/pull/2048
* Add Eigenmode option by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/2047
* convert_to_microvias method added to EDB Padstack class by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2049


**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.28...v0.6.30

0.6.28

What's Changed
* S722982: Complete unit test coverage for current functionality of EmitApiPython by cchan-ansys in https://github.com/pyansys/pyaedt/pull/1966
* In a workflow, the same identifier cannot be used more than once within the same scope. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1999
* Near field setup in HFSS by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/2002
* Write warnings for json documentation building. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/2008
* implement master slave for both m2d and m3d by gmalinve in https://github.com/pyansys/pyaedt/pull/2000
* fixed bug in X.analyze_setup(...) by nikolarobottesla in https://github.com/pyansys/pyaedt/pull/2009
* Cutout extent defeaturing options by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2013
* Use absolute path when opening a file. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/2016
* analyze_setup(...) small fix and feature by nikolarobottesla in https://github.com/pyansys/pyaedt/pull/2010
* refactored Desktop.py by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2014
* fix pin group terminal naming and reference by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2017
* fixed pins list in circuit when Port in name by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2019
* Icepak method by ansys-satyajeet in https://github.com/pyansys/pyaedt/pull/2020
* removed legend from 2d plot in matplotlib if number of curves is greater than 15 for readibility by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2022

New Contributors
* nikolarobottesla made their first contribution in https://github.com/pyansys/pyaedt/pull/2009
* ansys-satyajeet made their first contribution in https://github.com/pyansys/pyaedt/pull/2020

**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.27...v0.6.28

0.6.27

What's Changed
* Run CPython tests on Linux every day. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1944
* Add example to method "export_field_file_on_grid" by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1978
* New feature to hide a list of variables by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1977
* Set default culture to work around EDB bug by isaacansys in https://github.com/pyansys/pyaedt/pull/1981
* fix cutout extent type enum and logger in edb.py by gmalinve in https://github.com/pyansys/pyaedt/pull/1982
* Improve workflow for the portal documentation. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1962
* Solving flake8 issues regarding source import by RobPasMue in https://github.com/pyansys/pyaedt/pull/1988
* Bug fix create a symmetric stackup by ring630 in https://github.com/pyansys/pyaedt/pull/1979
* update 04_edb_parametrized_design.py with edb wave port creation by ring630 in https://github.com/pyansys/pyaedt/pull/1989
* Bump ansys-sphinx-theme from 0.7.0 to 0.7.1 by dependabot in https://github.com/pyansys/pyaedt/pull/1987
* Plot components in EDB plots by Alberto-DM in https://github.com/pyansys/pyaedt/pull/1983
* Cache content when building the documentation. by MaxJPRey in https://github.com/pyansys/pyaedt/pull/1882
* Bump sphinx-copybutton from 0.5.0 to 0.5.1 by dependabot in https://github.com/pyansys/pyaedt/pull/1993
* Add Delete all reports if name is not specified by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/1991
* Bump nbsphinx from 0.8.9 to 0.8.10 by dependabot in https://github.com/pyansys/pyaedt/pull/1986
* Added new methods to identify terminal nets connections plus excitations refactoring by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/1984


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

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

Page 17 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.