Releases: ansys/pyedb-core
Releases · ansys/pyedb-core
v0.2.0.dev5
What's Changed
- DOC: Fix up definition module docs Part 1 by @drewm102 in #534
- FIX: Fix primitive doc by @ansminsisung in #537
- FIX: EtchNetClass missing on StackupLayer by @chenchienjacklin in #549
- FIX: Update python versions in ci_cd.yml by @drewm102 in #558
- FIX: fix geometry doc by @ansminsisung in #543
- DOC: Fix up top level core modules by @chenchienjacklin in #548
- DOC: Update
CONTRIBUTORS.md
with the latest contributors by @pyansys-ci-bot in #554 - FIX: Circular import error when importing PadstackInstance by @chenchienjacklin in #561
- FIX: #555 solder_ball_property not available with ComponentType.OTHER by @amruta3991 in #562
- FEATURE: Add more control over io management by @drewm102 in #564
- DOC: Fix port_property import. Also bump pre-release pkg version. by @drewm102 in #566
New Contributors
- @ansminsisung made their first contribution in #537
Full Changelog: v0.2.0.dev4...v0.2.0.dev5
v0.2.0.dev4
What's Changed
- DOC: Update
CONTRIBUTORS.md
with the latest contributors by @pyansys-ci-bot in #535 - FIX: Add missing comp def APIs by @drewm102 in #533
- FEATURE: Add support for multiple frequencies in a frequency sweep by @chenchienjacklin in #541
- FIX: Misc. fixes for pyedb unit tests. by @drewm102 in #539
Full Changelog: v0.2.0.dev3...v0.2.0.dev4
v0.1.10
What's Changed
- Publish pyedb-core v0.1.10 by @chenchienjacklin in #544
Full Changelog: v0.1.9...v0.1.10
v0.2.0.dev3
What's Changed
- FEATURE: Split up primitive and terminal modules into one module per class by @drewm102 in #500
- FIX: Miscellaneous R25.2 fixes by @drewm102 in #502
- FIX: Net.extended_net returns first ExtendedNet object by @chenchienjacklin in #497
- FEATURE: Added boilerplate code generation automation by @drewm102 in #507
- FIX: Fixed up layout doc. Updated conf.py. by @drewm102 in #505
- FEATURE: Added primitive instance collection support by @drewm102 in #510
- DOC: Update
CONTRIBUTORS.md
with the latest contributors by @pyansys-ci-bot in #524 - FEATURE: Add support for HFSS PI simulation by @chenchienjacklin in #508
- FIX: Fix prim inst doc build failure by @drewm102 in #529
- FEATURE: Added support for EDB error manager and other miscellaneous 25.2 fixes by @drewm102 in #527
- FEATURE: Fixed up utility doc by @chenchienjacklin in #530
- FIX: Remove deprecated frequencies attribute to fix unit tests by @drewm102 in #531
New Contributors
- @pyansys-ci-bot made their first contribution in #524
Full Changelog: v0.2.0.dev2...v0.2.0.dev3
v0.2.0.dev2
What's Changed
Full Changelog: v0.2.dev1...v0.2.0.dev2
v0.2.dev1
What's Changed
- FEATURE: Add support for applying primitive snapping to multiple layers by @chenchienjacklin in #484
- FIX: PolygonDefData set_hole_parameters by PolygonData by @chenchienjacklin in #470
- FIX: Miscellaneous IOManager related fixes by @drewm102 in #496
Full Changelog: v0.2.dev0...v0.2.dev1
v0.2.dev0
What's Changed
- FIX: fix installation instructions and badges by @hiro727 in #358
- FIX: update version metadata by @SMoraisAnsys in #359
- FIX: remove private pypi index by @hiro727 in #362
- FIX: follow pyansys repo guidelines by @SMoraisAnsys in #361
- DOC: Fix typo in README by @PipKat in #363
- DOC: Update doc links in README to point to the stable doc. by @PipKat in #364
- FIX: PinGroup inheritance by @hiro727 in #353
- FEATURE: Removing depreciated ArcResolution setting from RaptorX solution setups by @asamaiya in #367
- FEATURE: Allow suppression of pads by @hiro727 in #348
- FIX: Fix terminal methods by @hiro727 in #347
- FEATURE: Support null footprints from component def by @amruta3991 in #349
- FIX: Padstack possition on constructor by @vmartidis in #336
- FIX: check for launched server session in #370
- FIX: Added missing sim setup APIs by @drewm102 in #378
- FIX: Add solve_inside property in MeshOperation by @chenchienjacklin in #381
- FIX: Add Path.polygon_data and fix Component transform by @hiro727 in #389
- FIX: edge terminal product type by @hiro727 in #390
- FIX: Fixed num_via_sides setter msg type by @drewm102 in #391
- FEATURE: Checking for port used before starting server session by @chenchienjacklin in #393
- FEATURE: Add GetConnectionPt SetConnectionPt API in PadstackDefData by @chenchienjacklin in #392
- FEATURE: Set LayoutObjType of InstArray to CELL_INSTANCE by @chenchienjacklin in #397
- FIX: Nport model find missing by @amruta3991 in #395
- FEATURE: Restructure imports to remove circular imports by @chenchienjacklin in #400
- FEATURE: Clean up message creation by @chenchienjacklin in #402
- FIX: Fixed TypeError when setting design mode by @chenchienjacklin in #404
- MAINT: Updated CODEOWNERS by @drewm102 in #405
- MAINT: Add support for protobuf 4.x by @drewm102 in #406
- MAINT: Bump ansys-api-edb version by @drewm102 in #407
- FEATURE: Added layout component support by @drewm102 in #410
- FEATURE: Add model_type in AdvancedSettings by @chenchienjacklin in #416
- FEATURE: Add support for layer based geometry pre-processing by @drewm102 in #424
- FIX: Miscellaneous fixes by @drewm102 in #436
- FIX: Fixed lambda typo, removed remaining enforce_dc_and_causality refs by @drewm102 in #437
- FEATURE: Add support for via plating meshing, miscellaneous fixes by @drewm102 in #446
- FEATURE: Add mesh region support by @chenchienjacklin in #453
- FIX: Fix diff pair and polygon data bugs by @drewm102 in #459
- FIX: Fix PolygonData intersection_type API by @drewm102 in #465
- FIX: format alignment for CONTRIBUTORS.md by @RobPasMue in #471
- FEATURE: Auto select server port by @isaacwaldron in #479
- FEATURE: Add client side caching and pre-loading support by @drewm102 in #477
- FEATURE: Add client side buffering support by @drewm102 in #488
New Contributors
- @asamaiya made their first contribution in #367
- @isaacwaldron made their first contribution in #479
Full Changelog: v0.1.1...v0.2.dev0