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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/1871.test.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

.. towncrier release notes start

`0.10.3 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.10.3>`_ - April 08, 2025
===========================================================================================

.. tab-set::


.. tab-item:: Added

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

* - grpc common layer architecture, bodies stub and admin stub implementation
- `#1867 <https://github.com/ansys/pyansys-geometry/pull/1867>`_

* - Logo detection
- `#1873 <https://github.com/ansys/pyansys-geometry/pull/1873>`_

* - DbuApplication stub relocation
- `#1882 <https://github.com/ansys/pyansys-geometry/pull/1882>`_


.. tab-item:: Dependencies

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

* - bump ansys-sphinx-theme[autoapi] from 1.3.3 to 1.4.2 in the docs-deps group
- `#1874 <https://github.com/ansys/pyansys-geometry/pull/1874>`_

* - bump ansys-api-geometry from 0.4.50 to 0.4.54
- `#1875 <https://github.com/ansys/pyansys-geometry/pull/1875>`_

* - bump pytest-cov from 6.0.0 to 6.1.0
- `#1880 <https://github.com/ansys/pyansys-geometry/pull/1880>`_

* - bump pytest-cov from 6.1.0 to 6.1.1
- `#1888 <https://github.com/ansys/pyansys-geometry/pull/1888>`_

* - bump ansys-api-geometry from 0.4.54 to 0.4.55
- `#1889 <https://github.com/ansys/pyansys-geometry/pull/1889>`_


.. tab-item:: Documentation

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

* - Update ``CONTRIBUTORS.md`` with the latest contributors
- `#1887 <https://github.com/ansys/pyansys-geometry/pull/1887>`_


.. tab-item:: Fixed

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

* - Core Service install location on official build changed
- `#1876 <https://github.com/ansys/pyansys-geometry/pull/1876>`_


.. tab-item:: Maintenance

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

* - update CHANGELOG for v0.10.2
- `#1870 <https://github.com/ansys/pyansys-geometry/pull/1870>`_

* - pre-commit automatic update
- `#1878 <https://github.com/ansys/pyansys-geometry/pull/1878>`_, `#1890 <https://github.com/ansys/pyansys-geometry/pull/1890>`_


.. tab-item:: Test

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

* - issue 1868 (named selection beams testing)
- `#1871 <https://github.com/ansys/pyansys-geometry/pull/1871>`_


`0.10.2 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.10.2>`_ - March 26, 2025
===========================================================================================

Expand Down
Loading