Skip to content
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

chore: update CHANGELOG for v0.11.2 #823

Merged
merged 3 commits into from
Jul 19, 2024
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/760.added.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/786.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/789.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/801.changed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/803.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/806.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/810.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/811.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/815.changed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/819.changed.md

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/823.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.11.2
48 changes: 48 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,54 @@ This document contains the release notes for the project.

.. towncrier release notes start

`0.11.2 <https://github.com/ansys/pymechanical/releases/tag/v0.11.2>`_ - 2024-07-19
===================================================================================

Added
^^^^^

- FEAT: Add known issues and limitation section `#760 <https://github.com/ansys/pymechanical/pull/760>`_
- FEAT: Add test for building gallery `#787 <https://github.com/ansys/pymechanical/pull/787>`_
- FEAT: Add graphics and globals `#790 <https://github.com/ansys/pymechanical/pull/790>`_
- feat: add --script-args argument to ansys-mechanical `#802 <https://github.com/ansys/pymechanical/pull/802>`_
- FEAT: Update print_tree method `#804 <https://github.com/ansys/pymechanical/pull/804>`_


Changed
^^^^^^^

- chore: update CHANGELOG for v0.11.1 `#786 <https://github.com/ansys/pymechanical/pull/786>`_
- [pre-commit.ci] pre-commit autoupdate `#789 <https://github.com/ansys/pymechanical/pull/789>`_, `#801 <https://github.com/ansys/pymechanical/pull/801>`_, `#819 <https://github.com/ansys/pymechanical/pull/819>`_
- MAINT: Update nightly runs for 251 `#803 <https://github.com/ansys/pymechanical/pull/803>`_
- MAINT: Refactor CICD `#806 <https://github.com/ansys/pymechanical/pull/806>`_
- MAINT: Update for 24R2 `#810 <https://github.com/ansys/pymechanical/pull/810>`_
- MAINT: update for docker files 24R2 `#811 <https://github.com/ansys/pymechanical/pull/811>`_
- Update ACT API Reference Guide link `#815 <https://github.com/ansys/pymechanical/pull/815>`_


Fixed
^^^^^

- Fix sentence in architecture file `#800 <https://github.com/ansys/pymechanical/pull/800>`_


Dependencies
^^^^^^^^^^^^

- MAINT: Bump numpy from 1.26.4 to 2.0.0 `#773 <https://github.com/ansys/pymechanical/pull/773>`_
- MAINT: Bump the doc group with 4 updates `#788 <https://github.com/ansys/pymechanical/pull/788>`_
- MAINT: Bump the doc group with 2 updates `#805 <https://github.com/ansys/pymechanical/pull/805>`_
- MAINT: Update dev version of pymechanical `#814 <https://github.com/ansys/pymechanical/pull/814>`_
- MAINT: Bump sphinx from 7.3.7 to 7.4.4 in the doc group `#818 <https://github.com/ansys/pymechanical/pull/818>`_
- MAINT: Update pymech-env `#821 <https://github.com/ansys/pymechanical/pull/821>`_


Miscellaneous
^^^^^^^^^^^^^

- docs: update architecture.rst `#796 <https://github.com/ansys/pymechanical/pull/796>`_
- fix exception when plotting a model with any line bodies `#812 <https://github.com/ansys/pymechanical/pull/812>`_

`0.11.1 <https://github.com/ansys/pymechanical/releases/tag/v0.11.1>`_ - 2024-06-21
===================================================================================

Expand Down
Loading