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/4293.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/4329.miscellaneous.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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


.. _v0.71.3:

`0.71.3 <https://github.com/ansys/pymapdl/releases/tag/v0.71.3>`_ - December 11, 2025
====================================================================================================

.. tab-set::


.. tab-item:: Fixed

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

* - Check access process on windows
- `#4293 <https://github.com/ansys/pymapdl/pull/4293>`_

* - Mypy type checking issues across core modules
- `#4309 <https://github.com/ansys/pymapdl/pull/4309>`_


.. tab-item:: Dependencies

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

* - Bump grpcio from 1.75.1 to 1.76.0 in the grpc-deps group
- `#4294 <https://github.com/ansys/pymapdl/pull/4294>`_

* - Bump pyfakefs from 5.10.0 to 5.10.2
- `#4304 <https://github.com/ansys/pymapdl/pull/4304>`_

* - Bump plotly from 6.4.0 to 6.5.0 in the documentation group
- `#4327 <https://github.com/ansys/pymapdl/pull/4327>`_

* - Bump the testing group with 3 updates
- `#4328 <https://github.com/ansys/pymapdl/pull/4328>`_


.. tab-item:: Miscellaneous

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

* - List_instances
- `#4329 <https://github.com/ansys/pymapdl/pull/4329>`_


.. tab-item:: Maintenance

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

* - Pre-commit autoupdate
- `#4295 <https://github.com/ansys/pymapdl/pull/4295>`_, `#4333 <https://github.com/ansys/pymapdl/pull/4333>`_

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

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

* - Update missing or outdated files
- `#4330 <https://github.com/ansys/pymapdl/pull/4330>`_

* - Bump actions/checkout from 5.0.0 to 6.0.0 in the actions group
- `#4334 <https://github.com/ansys/pymapdl/pull/4334>`_

* - Update vtk version to 9.5.2 in requirements and pyproject.toml
- `#4340 <https://github.com/ansys/pymapdl/pull/4340>`_


.. _v0.71.2:

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