Skip to content

chore: update CHANGELOG for v0.10.7 #1959

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
May 5, 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/1921.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

.. towncrier release notes start

`0.10.7 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.10.7>`_ - May 05, 2025
=========================================================================================

.. tab-set::


.. tab-item:: Added

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

* - grpc driving dimensions stub implementation
- `#1921 <https://github.com/ansys/pyansys-geometry/pull/1921>`_

* - move coordinate systems stub to grpc layer
- `#1943 <https://github.com/ansys/pyansys-geometry/pull/1943>`_


.. tab-item:: Dependencies

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

* - bump numpy from 2.2.4 to 2.2.5
- `#1935 <https://github.com/ansys/pyansys-geometry/pull/1935>`_

* - bump pygltflib from 1.16.3 to 1.16.4
- `#1940 <https://github.com/ansys/pyansys-geometry/pull/1940>`_

* - bump notebook from 7.3.3 to 7.4.1 in the docs-deps group
- `#1946 <https://github.com/ansys/pyansys-geometry/pull/1946>`_

* - bump ansys-api-geometry from 0.4.57 to 0.4.58
- `#1954 <https://github.com/ansys/pyansys-geometry/pull/1954>`_


.. tab-item:: Documentation

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

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

* - ignore stackoverflow link
- `#1957 <https://github.com/ansys/pyansys-geometry/pull/1957>`_


.. tab-item:: Fixed

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

* - core service launcher missing CADIntegration bin folder in path
- `#1958 <https://github.com/ansys/pyansys-geometry/pull/1958>`_


.. tab-item:: Maintenance

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

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

* - use v4 of pyvista/setup-headless-display-action
- `#1934 <https://github.com/ansys/pyansys-geometry/pull/1934>`_

* - bump github/codeql-action from 3.28.15 to 3.28.16 in the actions group
- `#1936 <https://github.com/ansys/pyansys-geometry/pull/1936>`_

* - bump the actions group with 2 updates
- `#1937 <https://github.com/ansys/pyansys-geometry/pull/1937>`_, `#1942 <https://github.com/ansys/pyansys-geometry/pull/1942>`_

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

* - bump github/codeql-action from 3.28.16 to 3.28.17 in the actions group
- `#1956 <https://github.com/ansys/pyansys-geometry/pull/1956>`_


`0.10.6 <https://github.com/ansys/pyansys-geometry/releases/tag/v0.10.6>`_ - April 22, 2025
===========================================================================================

Expand Down
Loading