Releases: ansys/pyedb
Releases · ansys/pyedb
v0.11.1
What's Changed
- REFACTOR: Make plot consistent wrt show by @SMoraisAnsys in #498
- CHORE: Update dev version to 0.12.dev0 by @svandenb-dev in #502
- CHORE: Update matplotlib requirement from <3.9,>=3.5.0 to >=3.5.0,<3.10 by @dependabot in #475
- FEATURE: Extend create port with name by @gkorompi in #505
- CHORE: Update sphinx-design requirement from <0.6,>=0.4.0 to >=0.4.0,<0.7 by @dependabot in #508
- FIX: create_hfss_setup by @gkorompi in #504
- FIX: Preventing crash when with None primitives with primitive_by_layer call by @svandenb-dev in #507
- FIX: export path in unittest by @ring630 in #510
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- CHORE: Bump development version into 0.11.dev0 by @SMoraisAnsys in #452
- CHORE: Bump codecov/codecov-action from 3 to 4 by @dependabot in #138
- FEAT: distributed sources by @ring630 in #455
- FIX: Stackup xml import unit issue fix by @svandenb-dev in #459
- FEAT: components configuration file by @svandenb-dev in #456
- FEAT: Support HFSSPI simulation setup (Beta feature with AEDT 2024.2 and Higher) by @svandenb-dev in #454
- FIX: padstack stop layer by @ring630 in #470
- FIX: Stackup export to JSON file by @SMoraisAnsys in #469
- FIX: import gds by @gkorompi in #472
- FEAT: Nets config file V2.0 by @svandenb-dev in #460
- FIX: enhance get_instances by @ring630 in #477
- DOCS: Port and nets renaming example by @svandenb-dev in #473
- CHORE: Update ansys-sphinx-theme requirement from <0.16,>=0.10.0 to >=0.10.0,<0.17 by @dependabot in #476
- FIX: rlc create port by @gkorompi in #485
- FIX: export_dc_simulation_report by @ring630 in #486
- FIX: edb configuration pin group by @ring630 in #492
- FIX: configuration.load by @ring630 in #491
- FIX: Raptorx pyedb sweep object property returned by @svandenb-dev in #474
- FEAT: Siwave icepak by @ring630 in #494
- FIX: primitive by layer crash with none object by @svandenb-dev in #493
- FIX: import thermal by @gkorompi in #497
- REFACTOR: Component configuration file by @svandenb-dev in #501
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- CHORE: Update ipython requirement from <8.24,>=8.13.0 to >=8.13.0,<8.25 by @dependabot in #422
- CHORE: Update dev version after releasing (0.10.dev0) by @ring630 in #423
- FIX: no units on frequency by @gkorompi in #428
- CHORE: Update pytest requirement from <8.2,>=7.4.0 to >=7.4.0,<8.3 by @dependabot in #434
- REFACTOR: Materials implementation by @SMoraisAnsys in #441
- CHORE: Update pytest-xdist requirement from <3.6,>=3.5.0 to >=3.5.0,<3.7 by @dependabot in #432
- FIX: edb configuration import stackup by @ring630 in #424
- FIX: create_port_on_component auto solderballs by @gkorompi in #445
- CHORE: Update sphinx-gallery requirement from <0.16,>=0.14.0 to >=0.14.0,<0.17 by @dependabot in #433
- FIX: stackup import xml by @ring630 in #429
- FEAT: Broadband simulation setup support with SimulationConfiguration class by @svandenb-dev in #421
- FIX: get_pins_name_from_net by @gkorompi in #436
- FEAT: Edb configuration distributed ports by @ring630 in #451
- FIX: Vias Names by @gkorompi in #439
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- FEAT: Raptor x simluation setup by @svandenb-dev in #378
- FIX: Don't always remove AEDT project files by @isaacansys in #413
- FIX: null name input by @gkorompi in #419
- FEAT: Padstack instances query intersecting given bounding box using Rtree class. by @svandenb-dev in #416
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- FIX: Precommit by removing unused import by @SMoraisAnsys in #397
- CHORE: Update development version to 0.9.dev0 by @svandenb-dev in #394
- FIX: add types create_pingroup_from_pins by @gkorompi in #391
- FIX: comment fix by @gkorompi in #409
- FEAT: Siwave icepak settings by @ring630 in #404
- FIX: do_pingroup by @gkorompi in #406
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- MAINT: Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 by @dependabot in #332
- FIX: 354 setup by @gkorompi in #355
- MAINT: Update pydantic requirement from <2.7,>=2.6.4 to >=2.6.4,<2.8 by @dependabot in #363
- MAINT: Update ansys-sphinx-theme requirement from <0.15,>=0.10.0 to >=0.10.0,<0.16 by @dependabot in #331
- FEATURE: rlc_component multi pins by @gkorompi in #359
- FIX: package def by @ring630 in #362
- FEATURE: Create material from syslib by @SMoraisAnsys in #361
- FEATURE: rlc_component without name by @gkorompi in #358
- FEATURE: get_plot_data() by @gkorompi in #367
- FIX: add arg net_name by @ring630 in #370
- FIX: protect import from matplotlib by @isaacansys in #376
- FEATURE: add new class SiwaveDCIRSettings by @ring630 in #383
- MAINT: Update sphinx requirement from <7.3,>=7.1.0 to >=7.1.0,<7.4 by @dependabot in #381
- FEATURE: support list of nets, group all pins by @ring630 in #385
- FIX: Zero_value_solder_ball_height by @svandenb-dev in #389
- CI: Check title with ansys action by @SMoraisAnsys in #350
- TEST: Materials load_material method by @SMoraisAnsys in #387
- FIX: Logger by @maxcapodi78 in #392
New Contributors
- @isaacansys made their first contribution in #376
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- MAINT: Bump version into 0.8.dev0 by @SMoraisAnsys in #294
- Layer name can be empty string and can cause a Key Error by @maxcapodi78 in #288
- 287 time.sleep() error by @gkorompi in #292
- edb configuration enhancement by @ring630 in #295
- Bug Fix layer_name by @gkorompi in #281
- 287_circuit for padstackinstance by @gkorompi in #306
- 302 rlc_component by @gkorompi in #304
- siwave solve bug fix on Linux by @svandenb-dev in #305
- Add toml in dependencies by @ring630 in #307
- CI: Check PR title format by @SMoraisAnsys in #298
- DOC: Update edb version to 2024.1 by @SMoraisAnsys in #312
- FIX: EDB Configuration bug fix by @ring630 in #318
- CI: Trigger PR title check only for PR by @SMoraisAnsys in #319
- FIX: Add property pins by @ring630 in #322
- MAINT: Update python version compatibility by @SMoraisAnsys in #299
- MAINT: Update numpydoc requirement from <1.7,>=1.5.0 to >=1.5.0,<1.8 by @dependabot in #326
- MAINT: Update ipython requirement from <8.23,>=8.13.0 to >=8.13.0,<8.24 by @dependabot in #327
- FIX: Xml stackup load bug fix - renaming layers by @svandenb-dev in #321
- CHORE: Fix precommit failure by @SMoraisAnsys in #328
- MAINT: Update pytest-cov requirement from <4.2,>=4.0.0 to >=4.0.0,<5.1 by @dependabot in #333
- FEATURE: sparam component reference property added by @svandenb-dev in #330
- FEATURE: Get primitives by layer and points by @svandenb-dev in #329
- FIX: issue #205 fix by @svandenb-dev in #311
- FEATURE: add heatsink support by @ring630 in #335
- DOC: Remove non standard link to image by @SMoraisAnsys in #336
- DOC: Update wrong URLs by @SMoraisAnsys in #338
- CI: Extend tests timeout by @SMoraisAnsys in #337
- FEATURE: package definition support in edb configuration by @ring630 in #339
- FEATURE: Add generic method edb.padstacks.get_instances by @ring630 in #343
- REFACT: Material and Materials classes by @SMoraisAnsys in #290
- FIX: test_multi_zone by @ring630 in #347
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- MAINT: Bump version into 0.7.dev0 by @SMoraisAnsys in #276
- Unite polygons by @gkorompi in #284
- new property hole_diameter by @ring630 in #278
- Edb configuration enhancement by @ring630 in #280
- auto_parameerization bug fix by @ring630 in #285
- layer getter has changed and is now returning the Edb object by @maxcapodi78 in #293
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Full Changelog: v0.5.2...v0.6.0
v0.4.2
MAINT: Bump version into 0.4.2