Releases: ansys/pyaedt
Releases · ansys/pyaedt
v0.9.2
What's Changed
- CHORE: pre-commit autoupdate by @pre-commit-ci in #4671
- FIX: design_type in desktop.py by @myoung301 in #4673
- FIX: added CPyRAM support by @maxcapodi78 in #4676
- CHORE: Update ansys-sphinx-theme requirement from <0.16,>=0.10.0 to >=0.10.0,<0.17 by @dependabot in #4678
- FEAT: added NativeComponentPCB class to manage Icepak PCB settings and options. by @maxcapodi78 in #4677
- FEAT: Added push excitation by @maxcapodi78 in #4674
- FIX: Pipe subprocess stdin to DEVNULL by @bryankaylor in #4683
- FEAT: Add layout boundaries by @Samuelopez-ansys in #4684
- FIX: improved the way wires are mapped and managed in Circuit by @maxcapodi78 in #4679
- FEAT: Added new workflow to export from Twinbuilder by @maxcapodi78 in #4688
- FIX: Skin depth deprecation warning bug by @Samuelopez-ansys in #4690
- FEAT: added units to export_to_csv method by @maxcapodi78 in #4691
- FIX: Assign conducting plate bug by @Samuelopez-ansys in #4695
- CHORE: Pre-commit autoupdate by @pre-commit-ci in #4699
- DOCS: Update readme by @dcrawforAtAnsys in #4709
- CHORE: Prefix dependabot's pull requests with "CHORE". by @MaxJPRey in #4711
- FEAT: added options to decimate and to group when importing nastran file. by @maxcapodi78 in #4698
- CHORE: expose show for plotting by @dcrawforAtAnsys in #4708
- FIX: Function handler to return False by @SMoraisAnsys in #4706
- REFACTOR: Update mirror argument from "position" to "origin" by @SMoraisAnsys in #4715
- FEAT: improve edit_external_circuit by @gmalinve in #4696
- CHORE: Update scikit-learn requirement from <1.5,>=1.0.0 to >=1.0.0,<1.6 by @dependabot in #4710
- DOCS: Revert changes to use webp by @SMoraisAnsys in #4716
- PERF: improve create ellipse 2d/3d by @gmalinve in #4700
- CHORE: Update sphinx-design requirement from <0.6,>=0.4.0 to >=0.4.0,<0.7 by @dependabot in #4720
- REFACTOR: Refactor grpc plugin by @maxcapodi78 in #4719
- FEAT: added CQUAD models to import_nastran by @maxcapodi78 in #4725
- REFACTOR: Extend consistency on plot methods by @SMoraisAnsys in #4723
- REFACTOR: New assign priority function by @lorenzovecchietti in #4717
- FEAT: add local component update by @lorenzovecchietti in #4729
- FIX: changed default behavior of import_nastran method by @maxcapodi78 in #4726
- FIX: Create virtual environment per Python version by @Samuelopez-ansys in #4681
- FEAT: added windowing to fft computetion by @maxcapodi78 in #4732
- CHORE: Add security policy. by @MaxJPRey in #4721
- FIX: submit_job improvement to allow the possibility to pass a server path by @maxcapodi78 in #4722
- CHORE: Update codespell version by @Samuelopez-ansys in #4734
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- CHORE: Bump version into v0.10.dev0 by @Samuelopez-ansys in #4639
- DOCS: Add download PDF button for release by @SMoraisAnsys in #4644
- DOCS: Fix vale report on doc style by @SMoraisAnsys in #4643
- FIX: improve nastran method. by @maxcapodi78 in #4646
- CHORE: Update pyedb dependency by @SMoraisAnsys in #4648
- CHORE: allow latest PyEDB version by @RobPasMue in #4651
- REFACTOR: Improve try/except statements in
_get_design_mesh_regions
and_get_design_mesh_operations
by @lorenzovecchietti in #4636 - FIX: Field calculation when no Phase is provided. by @maxcapodi78 in #4656
- REFACTOR: Touchstone name with "." by @Samuelopez-ansys in #4654
- REFACTOR: Issue launch toolkit from aedt by @Samuelopez-ansys in #4652
- FEAT: added method to tune derivatives value by @maxcapodi78 in #4657
- FIX: grid points import where e letter is already part of the nas file by @maxcapodi78 in #4658
- REFACTOR: SPISIM linux subprocess by @Samuelopez-ansys in #4665
- DOCS: Reduce documentation size by @Samuelopez-ansys in #4655
- FIX: Circuit crash due to IBIS Model without diff pin by @Samuelopez-ansys in #4667
- FEAT: Improve antenna array processing and plotting by @dcrawforAtAnsys in #4626
- FEAT: enforce touchstone model passive by @Samuelopez-ansys in #4668
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Update v0.9.0
v0.8.11
Merge branch 'main' into release/0.8
v0.8.10
What's Changed
- MAINT: Update pytest-xdist requirement from <3.6,>=3.5.0 to >=3.5.0,<3.7 by @dependabot in #4555
- MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.9 by @dependabot in #4556
- REFACT: Clean design solution and circuit by @SMoraisAnsys in #4561
- REFACT: Add deprecation waning in Q3D sink methods by @Samuelopez-ansys in #4562
- fixed plot vectors by @maxcapodi78 in #4570
- MAINT: Update pyedb requirement from <0.5,>=0.4.0 to >=0.4.0,<0.9 by @dependabot in #4575
- Fix default setups by @lorenzovecchietti in #4564
- Update the doc landing page per Issue #4524 by @PipKat in #4573
- fixed creater_fieldplot_layers on dielectric plots by @maxcapodi78 in #4576
- Mesh region enhancements by @lorenzovecchietti in #4566
- REFACT: Add SurfaceOnly by @Samuelopez-ansys in #4578
- fix export field plot streamline by @gmalinve in #4579
- MAINT: Update scikit-rf requirement from <0.33,>=0.30.0 to >=0.30.0,<1.1 by @dependabot in #4584
- FIX: Export from 3D layout to 3D modeler with keeping net names bug fix by @svandenb-dev in #4582
- REFACT: Clean up variables.py file by @SMoraisAnsys in #4554
- Doc/4547 keyword conventions by @dcrawforAtAnsys in #4559
- Enhance docstring+fix backward compatiblity manipulation by @lorenzovecchietti in #4585
- FIX: HFSS keyword argument deprecation by @gmalinve in #4594
- Fix active design selection behavior for Emit designs by @myoung301 in #4587
- MAINT: Update pyedb requirement from <0.9,>=0.4.0 to >=0.4.0,<0.10 by @dependabot in #4596
- MAINT: Update ipython requirement from <8.24,>=7.30.0 to >=7.30.0,<8.25 by @dependabot in #4597
- export_keeping_net_name_reverting by @svandenb-dev in #4601
- added docstring examples to assign_vector_potential and assign_balloo… by @IreneWoyna in #4599
- REFACT: Revert constant by @Samuelopez-ansys in #4602
- MAINT: Update pytest requirement from <8.2,>=7.4.0 to >=7.4.0,<8.3 by @dependabot in #4606
- MAINT: Update ipython requirement from <8.24,>=7.30.0 to >=7.30.0,<8.25 by @dependabot in #4607
- MAINT: Update sphinx-gallery requirement from <0.16,>=0.14.0 to >=0.14.0,<0.17 by @dependabot in #4608
- MAINT: Update pyedb requirement from <0.9,>=0.4.0 to >=0.4.0,<0.10 by @dependabot in #4609
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4610
- REFACT: Fix Circuit in linux 2024 R1 by @Samuelopez-ansys in #4589
- FEAT: Convert relevant columns of fields summary pandas data from str to floats by @lorenzovecchietti in #4595
- FEAT: add options for fieldplot image export by @lorenzovecchietti in #4605
- FIX: Method get_obj_material by @gmalinve in #4603
- REFACT: mesh region settings by @lorenzovecchietti in #4604
- FEAT: Transient ambient temperature in design settings & Design settings class by @lorenzovecchietti in #4580
- TESTS: Temporary disabling SPISIM test with linux by @SMoraisAnsys in #4618
- Make sure a new design is created for test_23_result_categories in test_26_emit.py by @myoung301 in #4617
- Transformer leakage inductance calculation example by @IreneWoyna in #4623
- DOC: Fix blank area by @SMoraisAnsys in #4611
- TESTS: Limit skip to AEDT 2024.1 by @SMoraisAnsys in #4624
- DOC: Fix typo in Maxwell transformer example. by @MaxJPRey in #4625
- Fix export to q3d by @maxcapodi78 in #4615
- FEAT: Toolkit installer by @Samuelopez-ansys in #4593
- Fix Q3D example by @Samuelopez-ansys in #4628
Full Changelog: v0.8.9...v0.8.10
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