.. _ref_release_notes: Release notes ############# This document contains the release notes for the project. .. vale off .. towncrier release notes start `0.65.1 `_ - November 27, 2025 =================================================================================== .. tab-set:: .. tab-item:: Added .. list-table:: :header-rows: 0 :widths: auto * - Insert 3d layout gRPC - `#1667 `_ * - Place layout component enhancement - `#1680 `_ .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto * - Working fine on local reverting test on grpc and cicd to check - `#1664 `_ * - GRPC boundaries - `#1670 `_ * - Remove try-except from property position - `#1679 `_ * - Remove LD_LIBRARY_PATH need - `#1683 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Update CHANGELOG for v0.65.0 - `#1681 `_ `0.65.0 `_ - November 27, 2025 =================================================================================== .. tab-set:: .. tab-item:: Dependencies .. list-table:: :header-rows: 0 :widths: auto * - Bump actions/checkout from 5.0.1 to 6.0.0 - `#1665 `_ * - Bump actions/setup-python from 6.0.0 to 6.1.0 - `#1674 `_ .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto * - Fixing hatched ground plane bug with grpc - `#1675 `_ * - Issue 1621 fix - `#1677 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Update CHANGELOG for v0.64.1 - `#1669 `_ `0.64.1 `_ - November 24, 2025 =================================================================================== .. tab-set:: .. tab-item:: Added .. list-table:: :header-rows: 0 :widths: auto * - Add grpc padstack instance bounding box property - `#1642 `_ .. tab-item:: Dependencies .. list-table:: :header-rows: 0 :widths: auto * - Bump actions/checkout from 5.0.0 to 5.0.1 - `#1655 `_ * - Update jupyterlab requirement from <4.5,>=4.0.0 to >=4.0.0,<4.6 - `#1656 `_ .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto * - Remove JobManager from Edb class - `#1657 `_ * - Fixing hfss extent - `#1660 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Update CHANGELOG for v0.64.0 - `#1652 `_ * - Bump dev version into v0.65.dev0 - `#1653 `_ * - Delete accidentally added files - `#1661 `_ .. tab-item:: Miscellaneous .. list-table:: :header-rows: 0 :widths: auto * - Edb cfg boundaries - `#1659 `_ * - Add docstring to edb cfg boundaries - `#1663 `_ `0.64.0 `_ - November 13, 2025 =================================================================================== .. tab-set:: .. tab-item:: Added .. list-table:: :header-rows: 0 :widths: auto * - Adding CLI for batch submission - `#1635 `_ * - Job manager concurrent job bug - `#1640 `_ * - Siwave log parser - `#1646 `_ .. tab-item:: Dependencies .. list-table:: :header-rows: 0 :widths: auto * - Bump ansys/actions from 10.1.4 to 10.1.5 - `#1623 `_ * - Update pypandoc requirement from <1.16,>=1.10.0 to >=1.10.0,<1.17 - `#1643 `_ .. tab-item:: Documentation .. list-table:: :header-rows: 0 :widths: auto * - Introduce \`\`sphinx-autoapi\`\` for API documentation - `#1632 `_ .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto * - Bux fixed - `#1626 `_ * - Create port on component (grpc) bug fixed - `#1628 `_ * - Cfg_ports_sources.py - `#1644 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Update CHANGELOG for v0.63.0 - `#1624 `_ * - Bump release 0.64.dev0 - `#1634 `_ * - Leverage new \`\`vtk-osmesa\`\` logic in CI - `#1651 `_ `0.63.0 `_ - November 03, 2025 =================================================================================== .. tab-set:: .. tab-item:: Added .. list-table:: :header-rows: 0 :widths: auto * - Hatched ground plane with angle support - `#1620 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Update CHANGELOG for v0.62.0 - `#1614 `_ * - Run PyAEDT test with PYAEDT_LOCAL_SETTINGS_PATH env var - `#1622 `_ `0.62.0 `_ - October 28, 2025 ================================================================================== .. tab-set:: .. tab-item:: Added .. list-table:: :header-rows: 0 :widths: auto * - Add functionality for geometry swapping from DXF file - `#1529 `_ * - Adding DRC inside pyedb - `#1600 `_ * - Layout file warnings - `#1602 `_ * - Design mode - `#1607 `_ * - Job manager lsf support - `#1609 `_ .. tab-item:: Dependencies .. list-table:: :header-rows: 0 :widths: auto * - Bump actions/labeler from 5.0.0 to 6.0.1 - `#1578 `_ * - Bump actions/download-artifact from 5.0.0 to 6.0.0 - `#1610 `_ * - Bump actions/upload-artifact from 4.6.2 to 5.0.0 - `#1611 `_ .. tab-item:: Documentation .. list-table:: :header-rows: 0 :widths: auto * - Add the changelog feature - `#1593 `_ .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto * - Job manager default values - `#1597 `_ .. tab-item:: Maintenance .. list-table:: :header-rows: 0 :widths: auto * - Adding artifact attestations and fix warnings related to coverage upload - `#1601 `_ .. vale on Changelog ========= All notable changes to PyEDB are documented in this file. The format is based on `Keep a Changelog `_, and this project adheres to `Semantic Versioning `_. [Unreleased] ------------ ### Added - ### Changed - ### Deprecated - ### Fixed - ### Removed - [0.9.0] - 2024-XX-YY -------------------- ### Added - Initial release of the gRPC-based PyEDB client. - Comprehensive documentation including user guides, migration guide, and examples. - Core functionality for EDB creation, modification, and simulation setup. ### Removed - Legacy `pyedb.dotnet` module (moved to archived branch).