Releases: ansys/pyaedt
Releases · ansys/pyaedt
v0.8.9
What's Changed
- MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.4.16 by @dependabot in #4515
- DOC: Remove download button from release by @SMoraisAnsys in #4517
- Added support for all nets and all layers in create_fieldplot_layers_nets method by @maxcapodi78 in #4520
- remove desktop object from logger during release phase by @maxcapodi78 in #4530
- MAINT: Bump sphinx upper version to 7.4 by @dependabot in #4528
- REFACT: Avoid assert calls and try except pass pattern by @SMoraisAnsys in #4516
- CHORE: Do not use pass in an except statement. by @MaxJPRey in #4518
- FIX: Add the missing 3D solution types in the assign_insulating function. by @IreneWoyna in #4523
- DOC: Match headings in left nav pane and card titles by @PipKat in #4525
- Added ic_mode flag in hfss3dlayout.py initialization and as a property with getter and setter by @maxcapodi78 in #4521
- Plot on layers by @maxcapodi78 in #4531
- Refactoring Boundary Class by @maxcapodi78 in #4536
- Refactor modeler by @maxcapodi78 in #4512
- Refactoring arguments in Material Class by @maxcapodi78 in #4535
- Update downloads.py by @dcrawforAtAnsys in #4543
- Refactoring circuit.py Class by @maxcapodi78 in #4538
- fixed method arguments in Q3d by @maxcapodi78 in #4544
- MAINT: Update time of the nightly-docs by @MaxJPRey in #4540
- recactored Twuinbuilder arguments by @maxcapodi78 in #4546
- fixed method arguments in Mechanical by @maxcapodi78 in #4545
- Refactoring hfss3dlayout.py Class by @maxcapodi78 in #4537
- refactoring SolveSetup.py by @maxcapodi78 in #4539
- Add detach_faces method by @lorenzovecchietti in #4534
- improved export_mesh_obj method by @maxcapodi78 in #4548
- fixed assignment error by @maxcapodi78 in #4553
- REFACT: fIx issue in examples by @Samuelopez-ansys in #4558
Full Changelog: v0.8.8...v0.8.9
v0.8.8
What's Changed
- Add name in create sbr antenna method by @Dr-Hawal-R in #4455
- Add argument to skip showing pyvista plot by @lorenzovecchietti in #4452
- Add parameter transparency to material appearance - issue 4252 by @amichel0205 in #4278
- Fix Create region method by @maxcapodi78 in #4461
- Improve h3d layout methods by @maxcapodi78 in #4451
- Post-processing refactoring by @gmalinve in #4410
- Create circuit schematics by @maxcapodi78 in #4458
- Minor fix multidesktop by @maxcapodi78 in #4466
- Refactor function handler by @maxcapodi78 in #4463
- replace open_file to all the methods which requires open by @maxcapodi78 in #4274
- Update docstring for Hfss.create_boundary by @dcrawforAtAnsys in #4435
- Refactoring scattering by @maxcapodi78 in #4464
- Fix/issue 3913 by @dcrawforAtAnsys in #4436
- fix for mesh regions by @lorenzovecchietti in #4457
- FIX: Only one component per pins is created. by @MaxJPRey in #4469
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4474
- Refactored Mesh class arguments by @maxcapodi78 in #4471
- fixed bug in VirtualCompliance class by @maxcapodi78 in #4472
- FIX: #2399 field.setups bug by @gkorompi in #4476
- Fix pdf by @Samuelopez-ansys in #4468
- Update conftest.py by @jsalant22 in #4473
- replaced assignment in all mesh arguments by @maxcapodi78 in #4477
- Maxwell refactoring arguments by @gmalinve in #4470
- DOC: Fix pdf download by @SMoraisAnsys in #4482
- MAINT: Validate our pre-commit.ci configuration by @MaxJPRey in #4479
- DOC: Fix related to PDF assets by @SMoraisAnsys in #4486
- assignment + docstrings - PostProcessor refacto by @gmalinve in #4480
- Add some pyaedt emit documentation by @jsalant22 in #4485
- replaced default HFSS Solution type to Terminal for version >= 2024.1 by @maxcapodi78 in #4484
- Use isinstance() rather than type() for a typecheck. by @MaxJPRey in #4488
- MAINT: Fix various code issues like the direct iteration over dictionaries. by @MaxJPRey in #4490
- TESTS: Update test not working with AEDT on linux by @SMoraisAnsys in #4483
- DOC: Fix typo in bottom edge function description by @SMoraisAnsys in #4491
- MAINT: Update joblib requirement from <1.4,>=1.0.0 to >=1.0.0,<1.5 by @dependabot in #4475
- MAINT: Update joblib requirement from <1.4,>=1.0.0 to >=1.0.0,<1.5 by @dependabot in #4494
- FIX: Do not use mutable arguments in method signatures. by @MaxJPRey in #4493
- DOC: Fix PDF download button by @SMoraisAnsys in #4497
- Enhancement to parametric heatsink function by @lorenzovecchietti in #4498
- Hfss argument refactoring by @Samuelopez-ansys in #4481
- fix point_in_polygon method when the asum was a multiple of 2*phi by @maxcapodi78 in #4495
- fixed generate_mesh function documentation: by @IreneWoyna in #4502
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4505
- Fix/examples by @Samuelopez-ansys in #4506
- CI: Fix nightly docs by @SMoraisAnsys in #4508
- EMI Receiver first commit by @Samuelopez-ansys in #4247
- MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.4.13 by @dependabot in #4504
- DOC: Use GIF in documentation by @SMoraisAnsys in #4500
- Update downloads.py by @dcrawforAtAnsys in #4511
- Feat/edb component by @Samuelopez-ansys in #4509
- Fix example by @Samuelopez-ansys in #4513
New Contributors
Full Changelog: v0.8.7...v0.8.8
v0.8.7
What's Changed
- Fix/plot animated field by @gmalinve in #4408
- Remove any usage of bare exception. by @MaxJPRey in #4331
- create_region fix for 2d extractor by @maxcapodi78 in #4413
- right now Insertion loss is computed on first frequency point. by @maxcapodi78 in #4416
- MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.8 by @dependabot in #4422
- Remove unnecessary f-string. by @MaxJPRey in #4418
- Remove useless pass statements. by @MaxJPRey in #4421
- Fix for subregion with multiple objects by @lorenzovecchietti in #4424
- MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.8 by @dependabot in #4428
- MAINT: Update numpydoc requirement from <1.7,>=1.5.0 to >=1.5.0,<1.8 by @dependabot in #4429
- MAINT: Update pyedb requirement by @SMoraisAnsys in #4432
- Do not redefine built-in. by @MaxJPRey in #4417
- Various maintainability fixes. by @MaxJPRey in #4425
- enhance assign_voltage maxwell by @gmalinve in #4433
- rename objects 3d by @gmalinve in #4431
- Change deprecated attibute by @Samuelopez-ansys in #4439
- Fix/issue 4427 by @Samuelopez-ansys in #4437
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4442
- MAINT: Update ipython requirement from <8.23,>=7.30.0 to >=7.30.0,<8.24 by @dependabot in #4443
- MAINT: Update imageio requirement from <2.34,>=2.30.0 to >=2.30.0,<2.35 by @dependabot in #4404
- MAINT: Update ansys-sphinx-theme requirement from <0.15,>=0.10.0 to >=0.10.0,<0.16 by @dependabot in #4441
- MAINT: Update pytest-cov requirement from <4.2,>=4.0.0 to >=4.0.0,<5.1 by @dependabot in #4412
- remove import by @maxcapodi78 in #4445
- MAINT: Update ipython requirement from <8.23,>=7.30.0 to >=7.30.0,<8.24 by @dependabot in #4450
- Fix/examples bug by @Samuelopez-ansys in #4449
- Add multiple faces option to impedance boundary by @Samuelopez-ansys in #4446
Full Changelog: v0.8.6...v0.8.7
v0.8.6
What's Changed
- MAINT: Update pyedb requirement by @SMoraisAnsys in #4432
- MAINT: Update numpydoc requirement from <1.7,>=1.5.0 to >=1.5.0,<1.8 by @dependabot in #4429
- Fix for subregion with multiple objects by @lorenzovecchietti in #4424
- MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.8 by @dependabot in #4422
Full Changelog: v0.8.5...v0.8.6
v0.8.4
What's Changed
- Do not use empty list as parameter's default value. by @MaxJPRey in #4397
- Icepak subregion mesh by @lorenzovecchietti in #4313
- Remove unused variables. by @MaxJPRey in #4396
- Fix com Desktop Launch by @maxcapodi78 in #4411
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- MAINT: Bump pandas from 1.3.5 to 2.2.1 by @dependabot in #4345
- Enhancement/temp dep&transient bc by @lorenzovecchietti in #4062
- MAINT: Bump softprops/action-gh-release from 1 to 2 by @dependabot in #4347
- delete unclassified by @gmalinve in #4349
- MAINT: Update pyedb deps by @SMoraisAnsys in #4350
- MAINT: Bump ipython from 8.16.1 to 8.22.2 by @dependabot in #4353
- refactor error handler: by @maxcapodi78 in #4354
- MAINT: Fix wrong version of pyedb by @SMoraisAnsys in #4356
- Remove the exception details -as e- when not needed. by @MaxJPRey in #4361
- CI: Update license by @SMoraisAnsys in #4372
- MAINT: Remove install target full by @SMoraisAnsys in #4368
- Call API only when Polyline by @Samuelopez-ansys in #4370
- Lazy load of parametrics, setups and optimizations by @Samuelopez-ansys in #4366
- CI: Fix nightly documentation build by @SMoraisAnsys in #4379
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4376
- MAINT: Update dependencies with ranges by @SMoraisAnsys in #4369
- spisim_com_enhancement by @ring630 in #4312
- fixed region definition for RZ designs by @IreneWoyna in #4360
- improve create_component by @gmalinve in #4389
- Add export option to export_file and export_on_grid by @Samuelopez-ansys in #4390
- improve create_polyline for angular arc by @gmalinve in #4392
- Com enhancement by @ring630 in #4393
- MAINT: Fix version incompatibility by @SMoraisAnsys in #4386
- Refactored Desktop class to support multiple desktop instances at the same time by @maxcapodi78 in #4371
- Lazy load on objects by @maxcapodi78 in #4384
- Unused import by @Samuelopez-ansys in #4395
- Update pyproject.toml by @Samuelopez-ansys in #4401
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- use 0.0.0.0 as hostname for rpyc servers by @ansAFinney in #4294
- Improved way info can be read and written in Virtual Compliance by @maxcapodi78 in #4299
- Add lazy load flag by @Samuelopez-ansys in #4298
- bug fix virtual compliance report by @ring630 in #4303
- Fix/issue 4122 by @Samuelopez-ansys in #4307
- TESTS: Refact warnings filtering by @SMoraisAnsys in #4297
- fix view and plot label in plot_field_from_fieldplot by @gmalinve in #4293
- improve speedup of Modeler by @maxcapodi78 in #4309
- fix export_field_file on grid by @gmalinve in #4308
- Update 2024 r1 CI and Examples by @Samuelopez-ansys in #4310
- Disable EMIT tests 2024R1 by @Samuelopez-ansys in #4316
- Circuit vpwl by @boyang2022 in #4317
- MAINT: Bump matplotlib from 3.5.3 to 3.8.3 by @dependabot in #4327
- MAINT: Bump pytest from 7.4.2 to 8.0.2 by @dependabot in #4325
- MAINT: Bump pypandoc from 1.11 to 1.13 by @dependabot in #4324
- MAINT: Bump pyvista from 0.42.2 to 0.43.3 by @dependabot in #4326
- docs: Remove any specifics about AEDT vs EDB API. by @MaxJPRey in #4328
- Created Virtual Compliance example by @maxcapodi78 in #4322
- Move dotnet dependencies by @Samuelopez-ansys in #4329
- Do not rename built-in 'dir'. by @MaxJPRey in #4333
- maint: Remove references to old files that were removed. by @MaxJPRey in #4332
- MAINT: Bump rpyc from 5.3.1 to 6.0.0 by @dependabot in #4321
- passivity causality check by @svandenb-dev in #4319
- set dictionary circuit components by @gmalinve in #4330
- MAINT: Bump ansys-sphinx-theme from 0.13.1 to 0.14.0 by @dependabot in #4336
- MAINT: Bump pytest-xdist from 3.3.1 to 3.5.0 by @dependabot in #4339
- MAINT: Bump numpy from 1.26.0 to 1.26.4 by @dependabot in #4337
- MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 by @dependabot in #4338
- install motor toolkit by @gmalinve in #3724
- Fix angle in degrees example by @Samuelopez-ansys in #4340
- Enhance Icepak default templates by @lorenzovecchietti in #4265
New Contributors
- @ansAFinney made their first contribution in #4294
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4223
- Reference cs for 3dlayout comp import by @ring630 in #4212
- Added ERL computation in Circuit through SPISIM launched in non-graphical mode by @maxcapodi78 in #4219
- Maxwell impedance BC can now be assigned to faces as well, improved docstring by @IreneWoyna in #4229
- New feature from 24.1 - via_mesh_plating by @ring630 in #4233
- fix: declare regex as raw string to avoid escape sequence deprecation by @JonathanRayner in #4239
- export_to_3d_design_with_via_hole by @ring630 in #4241
- fix q3d dynamic link by @gmalinve in #4220
- fix freq sweep and deprecate q3d method by @gmalinve in #4235
- Changed info message wording: by @IreneWoyna in #4246
- set solve_inside to False for pec, added a unit test by @IreneWoyna in #4231
- 4199 sweep along vector issue by @amichel0205 in #4250
- added erl parameter to VirtualCompliance by @maxcapodi78 in #4234
- Design dataset 'delete' function fixed by @Ouam74 in #4263
- change button text cir comp by @gmalinve in #4267
- Maint/replace edb with pyedb by @maxcapodi78 in #4269
- Enhancement/icepak postprocessing by @lorenzovecchietti in #4259
- Fix & Improvement to parametric heatsink function by @lorenzovecchietti in #4226
- Update MIT license URL. by @MaxJPRey in #4262
- add digits format plot by @gmalinve in #4266
- Remove WPF method in PyAEDT by @Samuelopez-ansys in #4275
- Maxwell Icepak 2-way coupling example by @IreneWoyna in #4243
- Update README.md by @jsalant22 in #4276
- Refactored IcepakPostProcessor to include advanced features with pyvista and numpy by @maxcapodi78 in #4277
- CI: Fix documentation workflow by @SMoraisAnsys in #4280
- MAINT: Depecrate python version 3.7 by @SMoraisAnsys in #4281
- CI: Update workflows runs-on by @SMoraisAnsys in #4285
- Add custom LSF by @Samuelopez-ansys in #4290
- refacto examples by @gmalinve in #4221
- Feat/issue 4053 by @Samuelopez-ansys in #4056
- New dev version by @Samuelopez-ansys in #4279
New Contributors
- @JonathanRayner made their first contribution in #4239
- @Ouam74 made their first contribution in #4263
Full Changelog: v0.7.12...v0.8.0
v0.7.12
What's Changed
- remove illegal character from variable name before variable creation by @ring630 in #4168
- improve m2d DC Conduction example - pdf report by @gmalinve in #4188
- MAINT: Bump codecov/codecov-action from 3 to 4 by @dependabot in #4165
- Move virtual compliance and pdf test to _unittest_solvers by @Samuelopez-ansys in #4195
- Fix create fieldplot surface by @gmalinve in #4191
- Add toml support by @maxcapodi78 in #4189
- fix delete single pin rlc by @gmalinve in #4207
- CI: track changes in examples by @SMoraisAnsys in #4211
- Add tdr report by @maxcapodi78 in #4206
Full Changelog: v0.7.11...v0.7.12