Releases: ansys/pyaedt
Releases · ansys/pyaedt
v0.6.37
What's Changed
- Bump rpyc from 5.0.1 to 5.3.0 in /requirements by @dependabot in #2098
- Use an Ubuntu agent to deploy the json documentation. by @MaxJPRey in #2125
- Fix bug in units computation on variables when a formula is entered. by @maxcapodi78 in #2126
- Virtual Mesh Regions support fix by @wilove997 in #2121
- Convert trace to polygon by @svandenb-dev in #2120
- add password for encrypted components by @gmalinve in #2118
- Support for TECH files in GDS and DXF imports in HFSS 3D Layout by @maxcapodi78 in #2131
- Bump rpyc from 5.0.1 to 5.3.0 by @dependabot in #2060
- fix bug in Edb stackup when in some cases Outline layer was disappearing after a new layer addon. by @maxcapodi78 in #2130
- Modeler 3d layout Improvements on primitives handling. by @maxcapodi78 in #2137
- DOC: enable multi-version documentation by @jorgepiloto in #2139
- Added boolean operation to EDBPrimitive Class (unite, intersect and subtract). by @maxcapodi78 in #2144
- Added method to get_derivative_variables to Hfss Setup classes by @maxcapodi78 in #2145
- Use the version attribute to set the release and version value. by @MaxJPRey in #2148
- Hfss3dLayout Modeler getitem now works with multiple input items (Pyaedt Objects or str for netname, vias and geometries) by @maxcapodi78 in #2149
- Examples improvements by @maxcapodi78 in #2152
Full Changelog: v0.6.36...v0.6.37
v0.6.36
What's Changed
- Move all requirement files into a single folder. by @MaxJPRey in #2084
- Bump sphinx-notfound-page from 0.8 to 0.8.3 in /requirements by @dependabot in #2100
- Bump ansys-sphinx-theme from 0.7.2 to 0.7.4 in /requirements by @dependabot in #2099
- bug fix insert segment after segmented spline by @boyang2022 in #2104
- added PYTHONMALLOC env variable in windows to avoid error on clr release by @maxcapodi78 in #2101
- Bug via from to layer is inverted by @ring630 in #2097
- Incorporate the examples in the json documentation. by @MaxJPRey in #2109
- Bump scikit-learn from 1.1.3 to 1.2.0 in /requirements by @dependabot in #2115
- Bump ipywidgets from 8.0.2 to 8.0.3 in /requirements by @dependabot in #2116
- Bump ansys-sphinx-theme from 0.7.4 to 0.8.0 in /requirements by @dependabot in #2114
- Fixed bug in Optimetrics parametric analysis (issue #2021) by @wilove997 in #2024
- Speedup find_and_fix_disjoint_nets by replacing net_name setter with direct API call by @maxcapodi78 in #2105
- D751336_v2: Enable radio grab from any revision - branch from main by @cchan-ansys in #2096
- fix a bug in Padstack Instance position whenit is a pin and it has a ComponentTransformation associated to it by @maxcapodi78 in #2122
- Added import_nastran method to Model3D.py by @maxcapodi78 in #2123
Full Changelog: v0.6.35...v0.6.36
v0.6.35
What's Changed
- Bump jupyterlab from 3.5.0 to 3.5.1 by @dependabot in #2092
- Bump pytest-xdist from 3.0.2 to 3.1.0 by @dependabot in #2091
- Fix cutout by @maxcapodi78 in #2088
- added fix for find_and_fix_disjoint_net by @maxcapodi78 in #2094
- Fix setup by @maxcapodi78 in #2095
Full Changelog: v0.6.34...v0.6.35
v0.6.34
Full Changelog: v0.6.33...v0.6.34
v0.6.33
v0.6.32
What's Changed
- Fix bug in general_methods.py when pyaedt is called as module by @maxcapodi78 in #2058
- Bump ansys-sphinx-theme from 0.7.1 to 0.7.2 by @dependabot in #2061
- Add NO-NET class type in Primitives3DLayout by @gmalinve in #2065
- Simulation configuration refactoring by @maxcapodi78 in #2067
- Icepak method by @ansys-satyajeet in #2064
- Change 3d microvias formula by @maxcapodi78 in #2069
- bug_fix add default materials in open_edb method by @ring630 in #2046
- Bump ipython from 8.6.0 to 8.7.0 by @dependabot in #2062
- Feature: set DSOJobDistributionInfo's 'AllowedDistributiontypes' with analyze_setup() by @nikolarobottesla in #2063
- Deprecate method by @Samuelopez-ansys in #2076
- hfss_simulation_setup refactor by @ring630 in #2066
- create_source_on_pin_bug_fix by @ring630 in #2077
Full Changelog: v0.6.31...v0.6.32
v0.6.31
What's Changed
- Symmetry is only available with 'Modal' and 'Eigenmode'. by @MaxJPRey in #2050
- Fixed bug in documentation creation by @maxcapodi78 in #2053
- Added new method split_to_microvias to split a single via to multiple… by @maxcapodi78 in #2055
Full Changelog: v0.6.30...v0.6.31
v0.6.30
What's Changed
- fix/emit_veritification_fail_changes_S722982: should pass with update… by @cchan-ansys in #2023
- Bump numpy from 1.23.4 to 1.23.5 by @dependabot in #2026
- Q3d terminal type by @boyang2022 in #2028
- Json doc needs the full documentation to be successful first. by @MaxJPRey in #2031
- Copy opengl32.dll in the vtk folder of the virtual environment for the json doc. by @MaxJPRey in #2033
- Bump pandas from 1.5.1 to 1.5.2 by @dependabot in #2032
- Clr refactoring by @maxcapodi78 in #2029
- Change the path of vtk for the json documentation. by @MaxJPRey in #2036
- Client server improvements by @maxcapodi78 in #2037
- Add default material when material library is empty by @ring630 in #2007
- create current/voltage source enhancement by @ring630 in #2034
- feature/add mesh link by @gmalinve in #1992
- Edb stackup refactoring finalizing by @maxcapodi78 in #2035
- Added new method objects_from_nets to Q3d by @maxcapodi78 in #2041
- support .aedb/edb.def as input by @ring630 in #2038
- fix process file path command in export dc report by @gmalinve in #2042
- Disjoint nets find_and_fix_disjoint_nets by @maxcapodi78 in #2044
- Fix/cable modeling renaming by @gmalinve in #2048
- Add Eigenmode option by @Samuelopez-ansys in #2047
- convert_to_microvias method added to EDB Padstack class by @maxcapodi78 in #2049
Full Changelog: v0.6.28...v0.6.30
v0.6.28
What's Changed
- S722982: Complete unit test coverage for current functionality of EmitApiPython by @cchan-ansys in #1966
- In a workflow, the same identifier cannot be used more than once within the same scope. by @MaxJPRey in #1999
- Near field setup in HFSS by @Samuelopez-ansys in #2002
- Write warnings for json documentation building. by @MaxJPRey in #2008
- implement master slave for both m2d and m3d by @gmalinve in #2000
- fixed bug in X.analyze_setup(...) by @nikolarobottesla in #2009
- Cutout extent defeaturing options by @maxcapodi78 in #2013
- Use absolute path when opening a file. by @MaxJPRey in #2016
- analyze_setup(...) small fix and feature by @nikolarobottesla in #2010
- refactored Desktop.py by @maxcapodi78 in #2014
- fix pin group terminal naming and reference by @maxcapodi78 in #2017
- fixed pins list in circuit when Port in name by @maxcapodi78 in #2019
- Icepak method by @ansys-satyajeet in #2020
- removed legend from 2d plot in matplotlib if number of curves is greater than 15 for readibility by @maxcapodi78 in #2022
New Contributors
- @nikolarobottesla made their first contribution in #2009
- @ansys-satyajeet made their first contribution in #2020
Full Changelog: v0.6.27...v0.6.28
v0.6.27
What's Changed
- Run CPython tests on Linux every day. by @MaxJPRey in #1944
- Add example to method "export_field_file_on_grid" by @Samuelopez-ansys in #1978
- New feature to hide a list of variables by @Samuelopez-ansys in #1977
- Set default culture to work around EDB bug by @isaacansys in #1981
- fix cutout extent type enum and logger in edb.py by @gmalinve in #1982
- Improve workflow for the portal documentation. by @MaxJPRey in #1962
- Solving flake8 issues regarding source import by @RobPasMue in #1988
- Bug fix create a symmetric stackup by @ring630 in #1979
- update 04_edb_parametrized_design.py with edb wave port creation by @ring630 in #1989
- Bump ansys-sphinx-theme from 0.7.0 to 0.7.1 by @dependabot in #1987
- Plot components in EDB plots by @Alberto-DM in #1983
- Cache content when building the documentation. by @MaxJPRey in #1882
- Bump sphinx-copybutton from 0.5.0 to 0.5.1 by @dependabot in #1993
- Add Delete all reports if name is not specified by @Samuelopez-ansys in #1991
- Bump nbsphinx from 0.8.9 to 0.8.10 by @dependabot in #1986
- Added new methods to identify terminal nets connections plus excitations refactoring by @maxcapodi78 in #1984
Full Changelog: v0.6.26...v0.6.27