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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/2421.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update CHANGELOG for v0.14.0
78 changes: 78 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,84 @@ This document contains the release notes for the PyAnsys Geometry project.

.. towncrier release notes start

`0.14.0 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.14.0>`_ - November 26, 2025
==============================================================================================

.. tab-set::


.. tab-item:: Added

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

* - Sweepable body detection
- `#2394 <https://github.com/ansys/pyansys-geometry/pull/2394>`_

* - Secure grpc channels
- `#2411 <https://github.com/ansys/pyansys-geometry/pull/2411>`_

* - Enhancements to transport mode
- `#2419 <https://github.com/ansys/pyansys-geometry/pull/2419>`_


.. tab-item:: Dependencies

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

* - Bump beartype from 0.22.5 to 0.22.6
- `#2406 <https://github.com/ansys/pyansys-geometry/pull/2406>`_

* - Bump ansys-api-discovery from 1.0.9 to 1.0.10
- `#2407 <https://github.com/ansys/pyansys-geometry/pull/2407>`_

* - Bump ansys-api-discovery from 1.0.10 to 1.0.14
- `#2414 <https://github.com/ansys/pyansys-geometry/pull/2414>`_


.. tab-item:: Maintenance

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

* - V1 implementation of components stub
- `#2401 <https://github.com/ansys/pyansys-geometry/pull/2401>`_

* - V1 implementation of coordinate system stub
- `#2402 <https://github.com/ansys/pyansys-geometry/pull/2402>`_

* - Update CHANGELOG for v0.13.0
- `#2404 <https://github.com/ansys/pyansys-geometry/pull/2404>`_

* - Bump dev version
- `#2405 <https://github.com/ansys/pyansys-geometry/pull/2405>`_

* - Bump github/codeql-action from 4.31.4 to 4.31.5 in the actions group
- `#2408 <https://github.com/ansys/pyansys-geometry/pull/2408>`_

* - Pre-commit automatic update
- `#2409 <https://github.com/ansys/pyansys-geometry/pull/2409>`_

* - V1 implementation of materials stub
- `#2410 <https://github.com/ansys/pyansys-geometry/pull/2410>`_

* - V1 implementation of faces + edges stubs
- `#2412 <https://github.com/ansys/pyansys-geometry/pull/2412>`_

* - V1 implementation of measurement tools and model tools stubs
- `#2413 <https://github.com/ansys/pyansys-geometry/pull/2413>`_

* - Bump actions/setup-python from 6.0.0 to 6.1.0 in the actions group
- `#2415 <https://github.com/ansys/pyansys-geometry/pull/2415>`_

* - Cleanup of deprecated arguments and methods
- `#2420 <https://github.com/ansys/pyansys-geometry/pull/2420>`_


`0.13.0 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.13.0>`_ - November 24, 2025
==============================================================================================

Expand Down
Loading