Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/changelog.d/6843.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6845.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6846.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6853.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6857.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6859.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6860.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6863.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6864.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6865.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6868.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/6871.documentation.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/6876.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CHANGELOG for v0.22.1
77 changes: 77 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,83 @@ This document contains the release notes for the project.

.. towncrier release notes start

`0.22.1 <https://github.com/ansys/pyaedt/releases/tag/v0.22.1>`_ - November 13, 2025
====================================================================================

.. tab-set::


.. tab-item:: Added

.. list-table::
:header-rows: 0
:widths: auto

* - Add CLI using typer
- `#6857 <https://github.com/ansys/pyaedt/pull/6857>`_

* - Added multi-page support to Nexxim Circuit components
- `#6863 <https://github.com/ansys/pyaedt/pull/6863>`_


.. tab-item:: Dependencies

.. list-table::
:header-rows: 0
:widths: auto

* - Bump actions/download-artifact from 5.0.0 to 6.0.0
- `#6843 <https://github.com/ansys/pyaedt/pull/6843>`_

* - Bump actions/upload-artifact from 4.6.2 to 5.0.0
- `#6845 <https://github.com/ansys/pyaedt/pull/6845>`_

* - Update grpcio requirement from <1.76,>=1.50.0 to >=1.50.0,<1.77
- `#6846 <https://github.com/ansys/pyaedt/pull/6846>`_


.. tab-item:: Documentation

.. list-table::
:header-rows: 0
:widths: auto

* - Kernel converter import fix
- `#6871 <https://github.com/ansys/pyaedt/pull/6871>`_


.. tab-item:: Fixed

.. list-table::
:header-rows: 0
:widths: auto

* - Downgrade log message when error occurs in ansysedt session search loop
- `#6853 <https://github.com/ansys/pyaedt/pull/6853>`_

* - Remove static oDesktop string from add_pyaedt_to_aedt calls in installer script
- `#6864 <https://github.com/ansys/pyaedt/pull/6864>`_

* - Removed deprecation for design.close_desktop() method
- `#6865 <https://github.com/ansys/pyaedt/pull/6865>`_


.. tab-item:: Maintenance

.. list-table::
:header-rows: 0
:widths: auto

* - Update CHANGELOG for v0.22.0
- `#6859 <https://github.com/ansys/pyaedt/pull/6859>`_

* - Bump version 0.23.dev0
- `#6860 <https://github.com/ansys/pyaedt/pull/6860>`_

* - Leverage new vtk osmesa logic
- `#6868 <https://github.com/ansys/pyaedt/pull/6868>`_


`0.22.0 <https://github.com/ansys/pyaedt/releases/tag/v0.22.0>`_ - November 05, 2025
====================================================================================

Expand Down
Loading