Skip to content

chore: update CHANGELOG for v0.11.27 #1245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2025
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/1228.maintenance.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

.. towncrier release notes start

`0.11.27 <https://github.com/ansys/pymechanical/releases/tag/v0.11.27>`_ - July 21, 2025
========================================================================================

.. tab-set::


.. tab-item:: Added

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

* - Add option for pep8 aliases in binding
- `#1234 <https://github.com/ansys/pymechanical/pull/1234>`_


.. tab-item:: Fixed

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

* - Add important section to script helpers page for clarification
- `#1232 <https://github.com/ansys/pymechanical/pull/1232>`_

* - Workaround 261 bug requiring documents folder
- `#1235 <https://github.com/ansys/pymechanical/pull/1235>`_

* - Create document folder under home
- `#1242 <https://github.com/ansys/pymechanical/pull/1242>`_


.. tab-item:: Documentation

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

* - Update main product version
- `#1241 <https://github.com/ansys/pymechanical/pull/1241>`_

* - Update ``contributors.md`` with the latest contributors
- `#1243 <https://github.com/ansys/pymechanical/pull/1243>`_


.. tab-item:: Maintenance

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

* - Pre-commit automatic update
- `#1228 <https://github.com/ansys/pymechanical/pull/1228>`_

* - Update changelog for v0.11.26
- `#1229 <https://github.com/ansys/pymechanical/pull/1229>`_

* - Update ci/cd to use 25r2
- `#1237 <https://github.com/ansys/pymechanical/pull/1237>`_

* - Update docker files
- `#1238 <https://github.com/ansys/pymechanical/pull/1238>`_

* - Update stable version to 25r2
- `#1240 <https://github.com/ansys/pymechanical/pull/1240>`_


`0.11.26 <https://github.com/ansys/pymechanical/releases/tag/v0.11.26>`_ - July 08, 2025
========================================================================================

Expand Down
Loading