Skip to content
Merged
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/4286.maintenance.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/4325.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CHANGELOG for v0.71.2
60 changes: 60 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,66 @@ This document contains the release notes for the project.
.. towncrier release notes start


.. _v0.71.2:

`0.71.2 <https://github.com/ansys/pymapdl/releases/tag/v0.71.2>`_ - November 26, 2025
====================================================================================================

.. tab-set::


.. tab-item:: Fixed

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

* - Relax stdout check for gRPC server startup
- `#4299 <https://github.com/ansys/pymapdl/pull/4299>`_

* - Cicd mpi issue and adding conditional encrypted log uploads
- `#4319 <https://github.com/ansys/pymapdl/pull/4319>`_

* - Update pytest arguments for consistency and clarity in local and remote workflows
- `#4322 <https://github.com/ansys/pymapdl/pull/4322>`_


.. tab-item:: Dependencies

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

* - Update pyvista requirement from <=0.46.3 to <=0.46.4
- `#4303 <https://github.com/ansys/pymapdl/pull/4303>`_

* - Bump the documentation group across 1 directory with 3 updates
- `#4315 <https://github.com/ansys/pymapdl/pull/4315>`_


.. tab-item:: Documentation

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

* - Update \`\`CONTRIBUTORS.md\`\` with the latest contributors
- `#4289 <https://github.com/ansys/pymapdl/pull/4289>`_


.. tab-item:: Maintenance

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

* - Update CHANGELOG for v0.71.1
- `#4286 <https://github.com/ansys/pymapdl/pull/4286>`_

* - Migrate ansys-tools-path -> ansys-tools-common
- `#4307 <https://github.com/ansys/pymapdl/pull/4307>`_


.. _v0.71.1:

`0.71.1 <https://github.com/ansys/pymapdl/releases/tag/v0.71.1>`_ - October 30, 2025
Expand Down
Loading