Skip to content

Commit fb3118b

Browse files
committed
Merge branch 'main' into release/0.7
2 parents b70799e + 2bc6371 commit fb3118b

37 files changed

+256
-71
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude: "tests/integration/files"
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.6.3
10+
rev: v0.6.4
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: https://github.com/ansys/pyansys-geometry/blob/main/doc/source/_static/logo/logo.png
1+
.. image:: https://raw.githubusercontent.com/ansys/pyansys-geometry/main/doc/source/_static/logo/logo.png
22
:target: https://github.com/ansys/pyansys-geometry
33
:alt: PyAnsys Geometry
44

doc/changelog.d/1407.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update CHANGELOG for v0.7.1

doc/changelog.d/1408.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
remove title from landing page

doc/changelog.d/1410.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
adapt examples to use launch_modeler instead of Modeler obj connection

doc/changelog.d/1411.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump sphinx-autodoc-typehints from 2.3.0 to 2.4.0 in the docs-deps group

doc/changelog.d/1412.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump numpy from 2.1.0 to 2.1.1

doc/changelog.d/1413.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-tools-visualization-interface from 0.4.1 to 0.4.3

doc/changelog.d/1416.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
allow for platform input when using Ansys Lab

doc/changelog.d/1417.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ensure GrpcClient class closure upon deletion

0 commit comments

Comments
 (0)