What's Changed
* Migrate client by hiro727 in https://github.com/ansys/pyedb-core/pull/5
* Update README instructions by hiro727 in https://github.com/ansys/pyedb-core/pull/7
* [T634259] Generate api package for protos by hiro727 in https://github.com/ansys/pyedb-core/pull/6
* Create CODEOWNERS by hiro727 in https://github.com/ansys/pyedb-core/pull/11
* [S619401] Add Circle class to EDB RPC API by vmartidis in https://github.com/ansys/pyedb-core/pull/9
* Adding Text methods to EDB RPC API by vmartidis in https://github.com/ansys/pyedb-core/pull/12
* S634166: Add infrastructure to auto-generate code documentation by bwnedrud in https://github.com/ansys/pyedb-core/pull/13
* Ignore auto doc from git by hiro727 in https://github.com/ansys/pyedb-core/pull/15
* Make examples runnable on linux by hiro727 in https://github.com/ansys/pyedb-core/pull/16
* S633724: Created EDB RPC API client side unit testing framework by drewm102 in https://github.com/ansys/pyedb-core/pull/14
* T633173: Use unique ID instead of ptr address by hiro727 in https://github.com/ansys/pyedb-core/pull/19
* Make server executable dir customizable by hiro727 in https://github.com/ansys/pyedb-core/pull/20
* S634166: Change documentation modules by bwnedrud in https://github.com/ansys/pyedb-core/pull/21
* T646704: Add Point Terminal API by hiro727 in https://github.com/ansys/pyedb-core/pull/22
* S617606: Adding Path Methods by vmartidis in https://github.com/ansys/pyedb-core/pull/17
* s619391: Polygon Class to API by vmartidis in https://github.com/ansys/pyedb-core/pull/18
* T650677: Add BundleTerminal class by hiro727 in https://github.com/ansys/pyedb-core/pull/23
* Add Jupyter notebook configurations by hiro727 in https://github.com/ansys/pyedb-core/pull/24
* s617606 Path class fix ._msg by vmartidis in https://github.com/ansys/pyedb-core/pull/25
* s619391 Polygon class fix ._msg by vmartidis in https://github.com/ansys/pyedb-core/pull/26
* Remove proto compilation from run time dependency by hiro727 in https://github.com/ansys/pyedb-core/pull/30
* S621563: Added remaining layer APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/29
* [s621567] BondwireDef Class by vmartidis in https://github.com/ansys/pyedb-core/pull/27
* T653347: Add terminal and its subclasses. by hiro727 in https://github.com/ansys/pyedb-core/pull/31
* [s621567] BondwireDef proto update by vmartidis in https://github.com/ansys/pyedb-core/pull/33
* S632973: Add variable_server and value by bwnedrud in https://github.com/ansys/pyedb-core/pull/34
* [s624774] Bondwire Primitive Class by vmartidis in https://github.com/ansys/pyedb-core/pull/28
* S657535: Added remaining stackup layer apis by drewm102 in https://github.com/ansys/pyedb-core/pull/36
* T668019: PR title validation by hiro727 in https://github.com/ansys/pyedb-core/pull/40
* S630902: Add PadstackDef class by vmartidis in https://github.com/ansys/pyedb-core/pull/32
* T663633: Complete Layout class by hiro727 in https://github.com/ansys/pyedb-core/pull/37
* S624774: Bondwire Primitive value update by vmartidis in https://github.com/ansys/pyedb-core/pull/42
* T660486: Add Cell client class by hiro727 in https://github.com/ansys/pyedb-core/pull/38
* S657534: Add remaining client side via layer APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/39
* S657538: Added all remaining client side layer collection APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/43
* T673563: Rerun CI when commit head is updated by hiro727 in https://github.com/ansys/pyedb-core/pull/46
* S641074: Add hierarchy object by amruta3991 in https://github.com/ansys/pyedb-core/pull/45
* S641073: Add Group to edbapi by amruta3991 in https://github.com/ansys/pyedb-core/pull/47
* S641113: LayerMap Service by vmartidis in https://github.com/ansys/pyedb-core/pull/50
* S673829: Changes to file organization and documentation by bwnedrud in https://github.com/ansys/pyedb-core/pull/48
* T668019: Shorten tox CI runtime by hiro727 in https://github.com/ansys/pyedb-core/pull/41
* S641067: Client side support for NetClass by apasarka in https://github.com/ansys/pyedb-core/pull/52
* T674129: Add point data by hiro727 in https://github.com/ansys/pyedb-core/pull/49
* S673829: Move files from utility folder into new core folder by bwnedrud in https://github.com/ansys/pyedb-core/pull/54
* S641081: Add cellinst and viagroup to edbapi by amruta3991 in https://github.com/ansys/pyedb-core/pull/57
* T677634: Add ArcData class by hiro727 in https://github.com/ansys/pyedb-core/pull/56
* S673829: Remove circular imports by hiro727 in https://github.com/ansys/pyedb-core/pull/58
* T681902: Wrap all rpc methods with logger by hiro727 in https://github.com/ansys/pyedb-core/pull/59
* S635720: PadstackInstance Service by vmartidis in https://github.com/ansys/pyedb-core/pull/55
* S673829: Change pyedb-core to pyedb and remove some files from .idea … by bwnedrud in https://github.com/ansys/pyedb-core/pull/61
* S673829: Change .idea files from pyedb-core to pyedb by bwnedrud in https://github.com/ansys/pyedb-core/pull/62
* S673829: Remove core folder from ansys.edb.core by bwnedrud in https://github.com/ansys/pyedb-core/pull/65
* S641068: Code changes for Voltage Regulator Client side API by SriniSundararajan in https://github.com/ansys/pyedb-core/pull/66
* S641056: Connectable Service by vmartidis in https://github.com/ansys/pyedb-core/pull/63
* S648803: Produce JUnit formatted Test Result file (Similar to PyAEDT) by kbhagat-ansys in https://github.com/ansys/pyedb-core/pull/70
* S633728: Added lyt inst client APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/68
* S641080: Structure3d and component group by amruta3991 in https://github.com/ansys/pyedb-core/pull/72
* S641063: LayoutObj Service by vmartidis in https://github.com/ansys/pyedb-core/pull/64
* T688006: Add PolygonData by hiro727 in https://github.com/ansys/pyedb-core/pull/67
* S664013: Remove edb_iterator by bwnedrud in https://github.com/ansys/pyedb-core/pull/71
* S641123: Propagated database.proto changes that impact existing clien… by drewm102 in https://github.com/ansys/pyedb-core/pull/74
* T688009: Added basic script for running tox tests by drewm102 in https://github.com/ansys/pyedb-core/pull/73
* T693362: Deploy doc to pyedb-docs by hiro727 in https://github.com/ansys/pyedb-core/pull/77
* T693362: Change Status link to GH actions page by hiro727 in https://github.com/ansys/pyedb-core/pull/78
* T688009: Use ANSYSEM_ROOT231 if present on Windows by kbhagat-ansys in https://github.com/ansys/pyedb-core/pull/75
* S641123: Added remaining client side database APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/76
* T693964: Add 404 page by hiro727 in https://github.com/ansys/pyedb-core/pull/79
* T688009: Make tox recompile proto files as it leads to failing tests by kbhagat-ansys in https://github.com/ansys/pyedb-core/pull/80
* T695285: S691873 Update documentation for Database and VariableServer by bwnedrud in https://github.com/ansys/pyedb-core/pull/82
* S641061: Client code for ExtendedNet by SitaRamesh in https://github.com/ansys/pyedb-core/pull/84
* S641092: Component def, model, pin. by amruta3991 in https://github.com/ansys/pyedb-core/pull/88
* S628063: PadstackDefData Service by vmartidis in https://github.com/ansys/pyedb-core/pull/87
* T695285: Update utility documentation by bwnedrud in https://github.com/ansys/pyedb-core/pull/98
* T696694: Add net api by hiro727 in https://github.com/ansys/pyedb-core/pull/97
* S700705: Publish wheels for each GH action by hiro727 in https://github.com/ansys/pyedb-core/pull/99
* S641098: MaterialDef Service methods by vmartidis in https://github.com/ansys/pyedb-core/pull/86
* T698080: Change Hfss extent info to dict by vmartidis in https://github.com/ansys/pyedb-core/pull/95
* S700705: Compile protos before creating wheels by hiro727 in https://github.com/ansys/pyedb-core/pull/103
* T695899: Update documentation for Primitives by vmartidis in https://github.com/ansys/pyedb-core/pull/94
* D106: Fixed layout object getters by drewm102 in https://github.com/ansys/pyedb-core/pull/110
* S109: Fix Hfss Extent Info doc Issue 109 by vmartidis in https://github.com/ansys/pyedb-core/pull/111
* D108: PadstackDefData get/set hole parameters Fix 108 by vmartidis in https://github.com/ansys/pyedb-core/pull/112
* D104: Install grpc prior to running develop install by hiro727 in https://github.com/ansys/pyedb-core/pull/105
* T675654: Added no-net support to client side by drewm102 in https://github.com/ansys/pyedb-core/pull/101
* D700779: Change Primitive to adopt latest behaviors by vmartidis in https://github.com/ansys/pyedb-core/pull/100
* D108: PadstackDefData Get/Set hole parameters minor addition to the documentation 108 by vmartidis in https://github.com/ansys/pyedb-core/pull/113
* S641059: Add differential pair and post processing prop by hiro727 in https://github.com/ansys/pyedb-core/pull/114
* D92: Base is_null be a property 92 fix by vmartidis in https://github.com/ansys/pyedb-core/pull/117
* D119: Made layer filter param mor user friendly by drewm102 in https://github.com/ansys/pyedb-core/pull/123
* D119: Client side objects are correctly created as derived type by drewm102 in https://github.com/ansys/pyedb-core/pull/120
* S695912: Update documentation for Definition by vmartidis in https://github.com/ansys/pyedb-core/pull/118
* S641117: Rlc related classes PinPair & PinPairRlc by vmartidis in https://github.com/ansys/pyedb-core/pull/116
* T695901: Hierarchy doc by amruta3991 in https://github.com/ansys/pyedb-core/pull/122
* D709655: Single Get/set_pad_parameters 107 by vmartidis in https://github.com/ansys/pyedb-core/pull/124
* T695899: Documentation changes on primitives. by vmartidis in https://github.com/ansys/pyedb-core/pull/125
* T695912: Definition documentation by vmartidis in https://github.com/ansys/pyedb-core/pull/128
* D126: PolygonData Primitive methods 126 by vmartidis in https://github.com/ansys/pyedb-core/pull/127
* D126: Is_null is now a property by amruta3991 in https://github.com/ansys/pyedb-core/pull/130
* T694957: Restructuring tests to have a common Setup and Teardown by kbhagat-ansys in https://github.com/ansys/pyedb-core/pull/81
* D132: Moved enums back to top level by drewm102 in https://github.com/ansys/pyedb-core/pull/134
* T695906: Updated documentation for Layout Instance by drewm102 in https://github.com/ansys/pyedb-core/pull/133
* D145: Fix cell cutout message by hiro727 in https://github.com/ansys/pyedb-core/pull/146
* D144: Fix geometry extent type by hiro727 in https://github.com/ansys/pyedb-core/pull/150
* T695905: Updated layer and layer collection documentation by drewm102 in https://github.com/ansys/pyedb-core/pull/137
* D719843: Nets Netclass property for EdbRpc Api 141 fix by vmartidis in https://github.com/ansys/pyedb-core/pull/143
* D138: Add known issues to documentation by drewm102 in https://github.com/ansys/pyedb-core/pull/152
* D149: Find method for component group by amruta3991 in https://github.com/ansys/pyedb-core/pull/155
* D695919: Layout doc by amruta3991 in https://github.com/ansys/pyedb-core/pull/151
* D135: Add scratch tests by bwnedrud in https://github.com/ansys/pyedb-core/pull/136
* D156: Create pipeline for release-23.1 by hiro727 in https://github.com/ansys/pyedb-core/pull/157
* T695923: Update documentation for Nets by bwnedrud in https://github.com/ansys/pyedb-core/pull/153
* S641079: Add SolderBallProperty methods to EDB RPC API by vmartidis in https://github.com/ansys/pyedb-core/pull/158
* T695928: Update documentation for Session by bwnedrud in https://github.com/ansys/pyedb-core/pull/159
* T695928: Put session function documentation on separate pages by bwnedrud in https://github.com/ansys/pyedb-core/pull/161
* D148: Component prop, get_solder_ball_prop by amruta3991 in https://github.com/ansys/pyedb-core/pull/163
* S641079: Solderball clone by vmartidis in https://github.com/ansys/pyedb-core/pull/160
* D168: Run GH actions on release-* branches by hiro727 in https://github.com/ansys/pyedb-core/pull/169
* S641072: Die prop and Port prop by amruta3991 in https://github.com/ansys/pyedb-core/pull/171
* D174: PadstackInsts are cast correctly. Misc. fixes. by drewm102 in https://github.com/ansys/pyedb-core/pull/175
* D177: Remove double quotes from GH action pattern match by hiro727 in https://github.com/ansys/pyedb-core/pull/178
* T695924: Update documentation for Simulation Setup by bwnedrud in https://github.com/ansys/pyedb-core/pull/184
* S641095: DatasetDef Service by vmartidis in https://github.com/ansys/pyedb-core/pull/185
* S641100: PackageDef methods to EDB RPC API by vmartidis in https://github.com/ansys/pyedb-core/pull/139
* D187: Sync proto files from release-23.1 by hiro727 in https://github.com/ansys/pyedb-core/pull/188
* D192: Change source import for flake8 by RobPasMue in https://github.com/ansys/pyedb-core/pull/191
* S641097: Dielectric material model by vmartidis in https://github.com/ansys/pyedb-core/pull/140
* T641065: Add McadModel by hiro727 in https://github.com/ansys/pyedb-core/pull/190
* T743023: Add logger as interceptor by hiro727 in https://github.com/ansys/pyedb-core/pull/193
* S641111: HeatSink by vmartidis in https://github.com/ansys/pyedb-core/pull/162
* D196: Generate release from tags by hiro727 in https://github.com/ansys/pyedb-core/pull/197
* D192: Get repo token and upload binaries on tag by hiro727 in https://github.com/ansys/pyedb-core/pull/199
* D196: Change pandoc out path by hiro727 in https://github.com/ansys/pyedb-core/pull/201
* T703354: Hfss extend info by vmartidis in https://github.com/ansys/pyedb-core/pull/194
* T703354: Doc for attributes by vmartidis in https://github.com/ansys/pyedb-core/pull/206
* D207: EDB_RPC_Server path is checked correctly by drewm102 in https://github.com/ansys/pyedb-core/pull/208
* T703354: Changes hfss extent info. by vmartidis in https://github.com/ansys/pyedb-core/pull/209
* S641114: Add MaterialPropertyThermalModifierParams by vmartidis in https://github.com/ansys/pyedb-core/pull/204
* S641099: Material property thermal modifier service by vmartidis in https://github.com/ansys/pyedb-core/pull/205
* S641103: Add Point3DData by hiro727 in https://github.com/ansys/pyedb-core/pull/210
* S641107: RTree service by vmartidis in https://github.com/ansys/pyedb-core/pull/195
* S641119: Add TemperatureSettings by hiro727 in https://github.com/ansys/pyedb-core/pull/211
* S759045: Transform3D modification by amruta3991 in https://github.com/ansys/pyedb-core/pull/213
* S641096: Add definition base method by hiro727 in https://github.com/ansys/pyedb-core/pull/212
* S641075: Add Hierarchy Model by hiro727 in https://github.com/ansys/pyedb-core/pull/215
* S641120: TransformService by vmartidis in https://github.com/ansys/pyedb-core/pull/217
* D218: Update isort version by hiro727 in https://github.com/ansys/pyedb-core/pull/219
* S641078: Implement PowerModule API by bwnedrud in https://github.com/ansys/pyedb-core/pull/214
* T222: Added Triangle3DData API by drewm102 in https://github.com/ansys/pyedb-core/pull/223
* S641071: Component Property api by amruta3991 in https://github.com/ansys/pyedb-core/pull/224
* S641082: Add board bend def APIs by drewm102 in https://github.com/ansys/pyedb-core/pull/220
* D229: Python version packaging fix by drewm102 in https://github.com/ansys/pyedb-core/pull/230
* S641120: TransformService fixes by vmartidis in https://github.com/ansys/pyedb-core/pull/231
* S64112: Transform3D Service by vmartidis in https://github.com/ansys/pyedb-core/pull/225
* S232: Example notebook to place and position 3DComponent by amruta3991 in https://github.com/ansys/pyedb-core/pull/233
* S768830: Restructured and completed hfss sim setup api by drewm102 in https://github.com/ansys/pyedb-core/pull/228
* D108: Add test for PadstackDefData.get_hole_parameters by isaacansys in https://github.com/ansys/pyedb-core/pull/226
* S727024: Example Remove all geometry and layers below L2 by vmartidis in https://github.com/ansys/pyedb-core/pull/239
* S727024: Example Move geometry from existing layer to new layer by vmartidis in https://github.com/ansys/pyedb-core/pull/235
* D238: Issue with net class properties by amruta3991 in https://github.com/ansys/pyedb-core/pull/241
* S727024: Example notebook Define and assign bond-wire profiles by vmartidis in https://github.com/ansys/pyedb-core/pull/234
* T227: Convert documentation to versioned deployment by bwnedrud in https://github.com/ansys/pyedb-core/pull/243
* D236: Removed deprecated sim setup creation API by drewm102 in https://github.com/ansys/pyedb-core/pull/244
* S727024: Cutout Region example by vmartidis in https://github.com/ansys/pyedb-core/pull/242
* D250: Fix LayoutObj operations of Net by hiro727 in https://github.com/ansys/pyedb-core/pull/251
* D245: Fix PolygonData operations by hiro727 in https://github.com/ansys/pyedb-core/pull/248
* D247: Cellinstance transform3d is broken in api by amruta3991 in https://github.com/ansys/pyedb-core/pull/255
* D256: Models are created as derive type by drewm102 in https://github.com/ansys/pyedb-core/pull/259
* T260: Add a pre-commit hook for cleaning ipynb files by isaacansys in https://github.com/ansys/pyedb-core/pull/260
* T254: Add change_capacitor_models notebook example by isaacansys in https://github.com/ansys/pyedb-core/pull/254
* D262: Layer material getter returns str by drewm102 in https://github.com/ansys/pyedb-core/pull/263
* T266: Update ci_cd.yml by bwnedrud in https://github.com/ansys/pyedb-core/pull/266
* D253: PadGeometryType 253 by vmartidis in https://github.com/ansys/pyedb-core/pull/265
* D252: Cannot create a PadstackInstance without solder_ball_layer by bwnedrud in https://github.com/ansys/pyedb-core/pull/264
* D268: Add missing migration from pyansys to ansys by hiro727 in https://github.com/ansys/pyedb-core/pull/269
* D267: Add HFSS_3D_LAYOUT product type by hiro727 in https://github.com/ansys/pyedb-core/pull/270
* D281: Pass correct enum value of EdgeType when creating Edge by hiro727 in https://github.com/ansys/pyedb-core/pull/282
* D275: Use non-default port by hiro727 in https://github.com/ansys/pyedb-core/pull/284
* S727024: Stackup export and Assign DS model examples by amruta3991 in https://github.com/ansys/pyedb-core/pull/283
* S641118: Added siwave, dcir, and raptorx sim settings by drewm102 in https://github.com/ansys/pyedb-core/pull/285
* D298: Update CODEOWNERS by hiro727 in https://github.com/ansys/pyedb-core/pull/297
* D907066: Expose InstArray in pyedb. by chenchienjacklin in https://github.com/ansys/pyedb-core/pull/299
* D276: Padstack instance.get position and rotation bug fix by svandenb-dev in https://github.com/ansys/pyedb-core/pull/295
* D301: Add Path.polygon_data by hiro727 in https://github.com/ansys/pyedb-core/pull/311
* D297: Component transform bug fix by svandenb-dev in https://github.com/ansys/pyedb-core/pull/296
* D335: Open sourcing process: use ansys-api-edb by SMoraisAnsys in https://github.com/ansys/pyedb-core/pull/334
* D338: Overall doc review by PipKat in https://github.com/ansys/pyedb-core/pull/337
* D343: Last OSS review by SMoraisAnsys in https://github.com/ansys/pyedb-core/pull/344
* D338: Doc/overall review_part2 by hiro727 in https://github.com/ansys/pyedb-core/pull/346
* REFACT: release use ansys actions by SMoraisAnsys in https://github.com/ansys/pyedb-core/pull/350
New Contributors
* vmartidis made their first contribution in https://github.com/ansys/pyedb-core/pull/9
* amruta3991 made their first contribution in https://github.com/ansys/pyedb-core/pull/45
* apasarka made their first contribution in https://github.com/ansys/pyedb-core/pull/52
* SriniSundararajan made their first contribution in https://github.com/ansys/pyedb-core/pull/66
* kbhagat-ansys made their first contribution in https://github.com/ansys/pyedb-core/pull/70
* SitaRamesh made their first contribution in https://github.com/ansys/pyedb-core/pull/84
* RobPasMue made their first contribution in https://github.com/ansys/pyedb-core/pull/191
* isaacansys made their first contribution in https://github.com/ansys/pyedb-core/pull/226
* chenchienjacklin made their first contribution in https://github.com/ansys/pyedb-core/pull/299
* svandenb-dev made their first contribution in https://github.com/ansys/pyedb-core/pull/295
* SMoraisAnsys made their first contribution in https://github.com/ansys/pyedb-core/pull/334
**Full Changelog**: https://github.com/ansys/pyedb-core/commits/v0.1.0