diff --git a/doc/changelog.d/5937.fixed.md b/doc/changelog.d/5937.fixed.md deleted file mode 100644 index 1f4b91df15f..00000000000 --- a/doc/changelog.d/5937.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Exception error for multiple design \ No newline at end of file diff --git a/doc/changelog.d/6027.added.md b/doc/changelog.d/6027.added.md deleted file mode 100644 index a97dc37d868..00000000000 --- a/doc/changelog.d/6027.added.md +++ /dev/null @@ -1 +0,0 @@ -populate named expressions and improve doc \ No newline at end of file diff --git a/doc/changelog.d/6039.dependencies.md b/doc/changelog.d/6039.dependencies.md deleted file mode 100644 index 0dba4dd1328..00000000000 --- a/doc/changelog.d/6039.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -bump ansys/actions from 8 to 9 \ No newline at end of file diff --git a/doc/changelog.d/6040.dependencies.md b/doc/changelog.d/6040.dependencies.md deleted file mode 100644 index ffe072b8ba8..00000000000 --- a/doc/changelog.d/6040.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -bump actions/setup-python from 5.4.0 to 5.5.0 \ No newline at end of file diff --git a/doc/changelog.d/6041.dependencies.md b/doc/changelog.d/6041.dependencies.md deleted file mode 100644 index 5dcdbcf3c8f..00000000000 --- a/doc/changelog.d/6041.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -bump actions/download-artifact from 4.1.9 to 4.2.1 \ No newline at end of file diff --git a/doc/changelog.d/6042.dependencies.md b/doc/changelog.d/6042.dependencies.md deleted file mode 100644 index e0f1fafc551..00000000000 --- a/doc/changelog.d/6042.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -update pytest-cov requirement from <6.1,>=4.0.0 to >=4.0.0,<6.2 \ No newline at end of file diff --git a/doc/changelog.d/6044.maintenance.md b/doc/changelog.d/6044.maintenance.md deleted file mode 100644 index ab6c63e8bd8..00000000000 --- a/doc/changelog.d/6044.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -update CHANGELOG for v0.15.5 \ No newline at end of file diff --git a/doc/changelog.d/6045.fixed.md b/doc/changelog.d/6045.fixed.md deleted file mode 100644 index c6452cd43a7..00000000000 --- a/doc/changelog.d/6045.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Adding missed properties \ No newline at end of file diff --git a/doc/changelog.d/6046.documentation.md b/doc/changelog.d/6046.documentation.md deleted file mode 100644 index 021c63247ba..00000000000 --- a/doc/changelog.d/6046.documentation.md +++ /dev/null @@ -1 +0,0 @@ -Update ``CONTRIBUTORS.md`` with the latest contributors \ No newline at end of file diff --git a/doc/changelog.d/6054.miscellaneous.md b/doc/changelog.d/6054.miscellaneous.md deleted file mode 100644 index 64db4aa3c0d..00000000000 --- a/doc/changelog.d/6054.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Pathlib hfss.py \ No newline at end of file diff --git a/doc/changelog.d/6057.miscellaneous.md b/doc/changelog.d/6057.miscellaneous.md deleted file mode 100644 index 91225abd0a9..00000000000 --- a/doc/changelog.d/6057.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -Pathlib hfss3dlayout.py \ No newline at end of file diff --git a/doc/changelog.d/6058.maintenance.md b/doc/changelog.d/6058.maintenance.md deleted file mode 100644 index d39c4f2b97c..00000000000 --- a/doc/changelog.d/6058.maintenance.md +++ /dev/null @@ -1 +0,0 @@ -Update pre-commit hooks and intend to fix auto update \ No newline at end of file diff --git a/doc/changelog.d/6062.dependencies.md b/doc/changelog.d/6062.dependencies.md deleted file mode 100644 index e7233c588e6..00000000000 --- a/doc/changelog.d/6062.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -bump codecov/codecov-action from 5.4.0 to 5.4.2 \ No newline at end of file diff --git a/doc/changelog.d/6065.maintenance.md b/doc/changelog.d/6065.maintenance.md new file mode 100644 index 00000000000..974cec5707d --- /dev/null +++ b/doc/changelog.d/6065.maintenance.md @@ -0,0 +1 @@ +update CHANGELOG for v0.15.6 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 571741c47b5..e52a97aadfb 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,6 +9,93 @@ This document contains the release notes for the project. .. towncrier release notes start +`0.15.6 `_ - April 22, 2025 +================================================================================= + +.. tab-set:: + + + .. tab-item:: Added + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - populate named expressions and improve doc + - `#6027 `_ + + + .. tab-item:: Dependencies + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - bump ansys/actions from 8 to 9 + - `#6039 `_ + + * - bump actions/setup-python from 5.4.0 to 5.5.0 + - `#6040 `_ + + * - bump actions/download-artifact from 4.1.9 to 4.2.1 + - `#6041 `_ + + * - update pytest-cov requirement from <6.1,>=4.0.0 to >=4.0.0,<6.2 + - `#6042 `_ + + * - bump codecov/codecov-action from 5.4.0 to 5.4.2 + - `#6062 `_ + + + .. tab-item:: Documentation + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Update ``CONTRIBUTORS.md`` with the latest contributors + - `#6046 `_ + + + .. tab-item:: Fixed + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Exception error for multiple design + - `#5937 `_ + + * - Adding missed properties + - `#6045 `_ + + + .. tab-item:: Maintenance + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - update CHANGELOG for v0.15.5 + - `#6044 `_ + + * - Update pre-commit hooks and intend to fix auto update + - `#6058 `_ + + + .. tab-item:: Miscellaneous + + .. list-table:: + :header-rows: 0 + :widths: auto + + * - Pathlib hfss.py + - `#6054 `_ + + * - Pathlib hfss3dlayout.py + - `#6057 `_ + + `0.15.5 `_ - April 11, 2025 =================================================================================