Releases: ansys/pyaedt
Releases · ansys/pyaedt
v0.9.11
What's Changed
- FEAT: Change symbol pin by @Samuelopez-ansys in #4956
- FEAT: Minimum magnetic field position by @Samuelopez-ansys in #4959
- FEAT: Symbolic link removed it by @Samuelopez-ansys in #4957
- CHORE: Update pytest requirement from <8.3,>=7.4.0 to >=7.4.0,<8.4 by @dependabot in #4942
- CHORE: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4964
- FIX: properties in rmxprt.py to make it back compatible with 23R2. by @maxcapodi78 in #4961
- FEAT: Add missed option in ExportToFile by @Samuelopez-ansys in #4968
- REFACTOR: Cleanup bandit warnings by @SMoraisAnsys in #4962
- FIX: Sweep type not setted up at creation by @SMoraisAnsys in #4971
- REFACTOR: Cleanup bandit warnings in modules by @SMoraisAnsys in #4969
- FEAT: Farfield refactoring by @Samuelopez-ansys in #4893
- FIX: Pyvista not included in doc-no-examples dependencies by @Samuelopez-ansys in #4977
- FEAT: implemented new method get_all_report_quantities by @maxcapodi78 in #4976
- FIX: GeometryModeler.create_air_region() by @dcrawforAtAnsys in #4978
- REFACTOR: Last bandit refact on pyaedt.modules by @SMoraisAnsys in #4982
- FEAT: Desktop launch by @maxcapodi78 in #4980
- CHORE: Update scikit-rf requirement from <1.2,>=0.30.0 to >=0.30.0,<1.3 by @dependabot in #4988
- CHORE: Start using AEDT 2024.2 by @SMoraisAnsys in #4983
- DOCS: pyvista issue in Array example by @Samuelopez-ansys in #4984
- CHORE: Pre-commit autoupdate by @pre-commit-ci in #5000
- CHORE: Bump cffi from 1.15.1 to 1.17.0 by @dependabot in #5004
- FEAT: Add expression as a dict [Fields calculator] by @gmalinve in #4998
- FEAT: Add input_dir to License Feature method by @Samuelopez-ansys in #5005
- FEAT: Add discovery link function by @IreneWoyna in #4705
- CHORE: Update pre-commit to v0.4.3 by @SMoraisAnsys in #5011
- CHORE: Bump cffi from 1.15.1 to 1.17.0 by @dependabot in #5013
- FEAT: Workflows/power map by @siva-krishnaswamy in #4996
- FIX: Set emissivity value in surface material by @Samuelopez-ansys in #5015
- FIX: improved _find_free_port method by @maxcapodi78 in #4992
- CI: Update dependabot configuration by @SMoraisAnsys in #5017
- FIX: Set default GPUs to 0 by @Samuelopez-ansys in #5018
- DOCS: Add v1.0 expected breaking changes by @SMoraisAnsys in #4843
- CHORE: Deprecate python 3 7 by @Samuelopez-ansys in #4759
- FIX: Separation of faces and objects in assign voltage method by @Samuelopez-ansys in #5010
- FIX: Changed the default global log filename to use a unique id by @Alberto-DM in #5019
- FEAT: Get available number of increments by @Samuelopez-ansys in #5024
- FEAT: Add transient support by @lorenzovecchietti in #4990
- DOCS: Temporary comment analyze part in example by @Samuelopez-ansys in #5027
Full Changelog: v0.9.10...v0.9.11
v0.9.10
What's Changed
- CHORE: [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4920
- FIX: read mesh settings by @lorenzovecchietti in #4923
- FEAT: Maxwell create_external_circuit by @IreneWoyna in #4907
- FEAT: Filtersolutions by @ramin4667 in #4858
- FIX: Object field summary method by @lorenzovecchietti in #4926
- FEAT: add option to change scale by @lorenzovecchietti in #4928
- FIX: flatten_3d_components variable handling by @lorenzovecchietti in #4932
- FEAT: Added new extension to parametrize edb by @maxcapodi78 in #4924
- REFACTOR: Intrinsics management by @maxcapodi78 in #4921
- FEAT: Added new method for creating ibis circuit schematic starting from a list of pins in the schematic by @maxcapodi78 in #4937
- REFACTOR: Refacto args by @gmalinve in #4929
- FEAT: Improved rmxprt robustness by @maxcapodi78 in #4948
- FEAT: added import and export method to Rmxprt class by @maxcapodi78 in #4951
- FIX: added check in desktop_release by @maxcapodi78 in #4952
New Contributors
- @ramin4667 made their first contribution in #4858
Full Changelog: v0.9.9...v0.9.10
v0.9.9
What's Changed
- REFACTOR: Icepak Mesh class initialization performance by @lorenzovecchietti in #4877
- FIX: replaced argument output_dir with output_file for method export_field_file by @Alberto-DM in #4898
- FEAT:
clear_linked_data
method to Icepak by @Alberto-DM in #4903 - FIX: EDB Config layout doc by @gkorompi in #4902
- BUILD: Update matplotlib requirement from <3.9,>=3.5.0 to >=3.5.0,<3.10 by @dependabot in #4894
- FEAT: set thermal modifier and spatial modifier to None by @Alberto-DM in #4908
- FIX: post doc variables by @maxcapodi78 in #4910
- BUILD: Remove imageio from requirements by @maxcapodi78 in #4905
- FIX: plotter show exiting plotting session by @SMoraisAnsys in #4912
- BUILD: Update version of pyvista by @SMoraisAnsys in #4906
- FIX: Kernel Converter script and doc by @gkorompi in #4892
- DOCS: Adding Circuit-HFSS-Icepak coupling example by @Alberto-DM in #4914
- FIX: Export configuration and AEDT crash by @maxcapodi78 in #4913
Full Changelog: v0.9.8...v0.9.9
v0.9.8
Merge branch 'main' into release/0.9
v0.9.7
Merge branch 'main' into release/0.9
v0.9.6
Merge branch 'main' into release/0.9
v0.9.5
What's Changed
- FIX: Project classifier to be PyPI compatible by @SMoraisAnsys in #4812
- FIX: desktop non graphical in multidesktop session by @maxcapodi78 in #4817
- FEAT: Push transient 3dlayout by @Samuelopez-ansys in #4820
- CHORE: pre-commit autoupdate by @pre-commit-ci in #4823
- REFACTOR: HDM parser by @SMoraisAnsys in #4825
- FIX: Circuit argument deprecation miss by @SMoraisAnsys in #4827
- CHORE: Added support to Python 3.12 by @maxcapodi78 in #4762
- CI: Fix nightly build missing env var by @SMoraisAnsys in #4829
- FIX: Template file when not custom script is specified by @Samuelopez-ansys in #4826
- FIX: Valid Context arguments for Statistical Eye Reports by @mahesh-dhanekula in #4811
- FIX: previous setup support in icepak by @lorenzovecchietti in #4821
- FIX: HFSS argument deprecation miss by @SMoraisAnsys in #4832
- FEAT: add new pcb component parts handling in Icepak by @lorenzovecchietti in #4830
- FEAT: reduced matrix create_report by @gmalinve in #4810
- FIX: global mesh region edit by @lorenzovecchietti in #4819
- FEAT: e field tangential m2d by @gmalinve in #4813
Full Changelog: v0.9.4...v0.9.5
v0.9.4
fixed topics
v0.9.3
What's Changed
- FEAT: PCB component by @lorenzovecchietti in #4727
- FEAT: added method assign_thin_conductor to Q3D by @maxcapodi78 in #4738
- FEAT: replaced fast-simplification with decimate_pro alghoritm from pyvista by @maxcapodi78 in #4739
- FIX: bug on multidesktop in case of connection to existing sessions. by @maxcapodi78 in #4743
- TEST: Improve workflow coverage by @Samuelopez-ansys in #4736
- CHORE: Extend wheelhouse with installer target by @SMoraisAnsys in #4742
- FIX: Tkinter issue by @Samuelopez-ansys in #4747
- CHORE: pyansys GitHub org was renamed ansys. by @MaxJPRey in #4750
- FEAT: Added preview to stl files in import_nastran extension by @maxcapodi78 in #4749
Full Changelog: v0.9.2...v0.9.3
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