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/1126.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/1165.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.5.1
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 PyAnsys Geometry project.

.. towncrier release notes start

`0.5.1 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.5.1>`_ - 2024-04-24
=====================================================================================

Added
^^^^^

- feat: security updates dropped for v0.3 or earlier `#1126 <https://github.com/ansys/pyansys-geometry/pull/1126>`_
- feat: add ``export_to`` functions `#1147 <https://github.com/ansys/pyansys-geometry/pull/1147>`_


Changed
^^^^^^^

- ci: adapt to vale ``v3`` `#1129 <https://github.com/ansys/pyansys-geometry/pull/1129>`_
- ci: bump ansys/actions from 5 to 6 in the actions group `#1133 <https://github.com/ansys/pyansys-geometry/pull/1133>`_
- docs: add release notes in our documentation `#1138 <https://github.com/ansys/pyansys-geometry/pull/1138>`_
- chore: bump ansys pre-commit hook to ``v0.3.0`` `#1139 <https://github.com/ansys/pyansys-geometry/pull/1139>`_
- chore: use default vale version `#1140 <https://github.com/ansys/pyansys-geometry/pull/1140>`_
- docs: add ``user_agent`` to Sphinx build `#1142 <https://github.com/ansys/pyansys-geometry/pull/1142>`_
- ci: enabling Linux tests missing `#1152 <https://github.com/ansys/pyansys-geometry/pull/1152>`_
- ci: perform minimal requirements tests `#1153 <https://github.com/ansys/pyansys-geometry/pull/1153>`_


Fixed
^^^^^

- fix: docs link in example `#1137 <https://github.com/ansys/pyansys-geometry/pull/1137>`_
- fix: update backend version message `#1145 <https://github.com/ansys/pyansys-geometry/pull/1145>`_
- fix: Trame issues `#1148 <https://github.com/ansys/pyansys-geometry/pull/1148>`_
- fix: Interactive documentation `#1160 <https://github.com/ansys/pyansys-geometry/pull/1160>`_


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

- build: bump ansys-tools-path from 0.5.1 to 0.5.2 `#1131 <https://github.com/ansys/pyansys-geometry/pull/1131>`_
- build: bump the grpc-deps group across 1 directory with 3 updates `#1156 <https://github.com/ansys/pyansys-geometry/pull/1156>`_
- build: bump notebook from 7.1.2 to 7.1.3 in the docs-deps group `#1157 <https://github.com/ansys/pyansys-geometry/pull/1157>`_
- build: bump beartype from 0.18.2 to 0.18.5 `#1158 <https://github.com/ansys/pyansys-geometry/pull/1158>`_


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

- docs: add example on exporting designs `#1149 <https://github.com/ansys/pyansys-geometry/pull/1149>`_
- docs: fix link in `CHANGELOG.md` `#1154 <https://github.com/ansys/pyansys-geometry/pull/1154>`_
- chore: pre-commit automatic update `#1159 <https://github.com/ansys/pyansys-geometry/pull/1159>`_

`0.5.0 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.5.0>`_ - 2024-04-17
=====================================================================================

Expand Down