What's Changed
* update examples due to some api changes by jsalant22 in https://github.com/pyansys/pyaedt/pull/2636
* Fix bug in replace 3dcomponent by Samuelopez-ansys in https://github.com/pyansys/pyaedt/pull/2641
* implement update trace name by gmalinve in https://github.com/pyansys/pyaedt/pull/2635
* implemented get_sweep for Hfss and 3D Layout by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2643
* Update docstrings. by dcrawforAtAnsys in https://github.com/pyansys/pyaedt/pull/2646
* fix domain.set_inteferer call in examples by jsalant22 in https://github.com/pyansys/pyaedt/pull/2657
* Implemented Edb getitem and setitem. by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2652
* fix/S798227 by jsalant22 in https://github.com/pyansys/pyaedt/pull/2632
* decrease analysis time in M3D examples by gmalinve in https://github.com/pyansys/pyaedt/pull/2650
* added possibility to solve_in_batch with distributed options by settngs num_tasks to -1 by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2653
* Fix/edb add repr method by dcrawforAtAnsys in https://github.com/pyansys/pyaedt/pull/2658
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyansys/pyaedt/pull/2621
* Improved dostrings and replaced arg_with_dim method with number_with_units for better readability and clarity. by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2655
* Fixed minor bugs in lsf batch syntax by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2662
* new value function in monitor class by lorenzovecchietti in https://github.com/pyansys/pyaedt/pull/2668
* Update Installation.rst by PipKat in https://github.com/pyansys/pyaedt/pull/2669
* Implement sbr plus hdm reader by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2661
* Publish SBR+ ray export MATLAB pproc scripts by robertkipp in https://github.com/pyansys/pyaedt/pull/2674
* Added Linux support to Console.py_build by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2670
* fixed call of subprocess in batch run by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2673
* bug_fix_assign_roughness_model by ring630 in https://github.com/pyansys/pyaedt/pull/2671
* Import export stackup xml by ring630 in https://github.com/pyansys/pyaedt/pull/2663
* Non stackup layers import export support by ring630 in https://github.com/pyansys/pyaedt/pull/2677
* automatically assign pin name for component creation in case no name by svandenb-dev in https://github.com/pyansys/pyaedt/pull/2680
* add _close_edb to close project by svandenb-dev in https://github.com/pyansys/pyaedt/pull/2679
* Improved edb.py docstrings. by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2683
* Soldermask opening for placing 3DComponent by ring630 in https://github.com/pyansys/pyaedt/pull/2685
* Replace all os.name checks with is_windows, is_linux booleans by kbhagat-ansys in https://github.com/pyansys/pyaedt/pull/2689
* Replace all remaining os.name checks with is_windows, is_linux booleans Ref: 2689 by kbhagat-ansys in https://github.com/pyansys/pyaedt/pull/2690
* Add ray-bundle sorting utility for SBR+ and CW by scanta2 in https://github.com/pyansys/pyaedt/pull/2687
* Fix linux and prerelease CICD by maxcapodi78 in https://github.com/pyansys/pyaedt/pull/2684
* Toolkits don't show up on Linux and 23.1 or before. by kbhagat-ansys in https://github.com/pyansys/pyaedt/pull/2691
New Contributors
* robertkipp made their first contribution in https://github.com/pyansys/pyaedt/pull/2674
* scanta2 made their first contribution in https://github.com/pyansys/pyaedt/pull/2687
**Full Changelog**: https://github.com/pyansys/pyaedt/compare/v0.6.56...v0.6.57