Skip to content

Commit 0785942

Browse files
committed
Merge branch 'main' into release/0.10
2 parents e365c39 + 2431dfd commit 0785942

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2963
-668
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.11.2
10+
rev: v0.11.4
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
@@ -35,7 +35,7 @@ repos:
3535

3636
# this validates our github workflow files
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.31.3
38+
rev: 0.32.1
3939
hooks:
4040
- id: check-github-workflows
4141

CONTRIBUTORS.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,36 @@
66

77
## Individual Contributors
88

9-
* [Alejandro Fernández](https://github.com/AlejandroFernandezLuces)
10-
* [Alexander Kaszynski](https://github.com/akaszynski)
9+
* [Alex Fernandez](https://github.com/AlejandroFernandezLuces)
10+
* [Alex Kaszynski](https://github.com/akaszynski)
1111
* [Bane Sullivan](https://github.com/banesullivan)
12-
* [Camille Latapie](https://github.com/clatapie)
12+
* [Beau Dickens](https://github.com/ansbdickens)
13+
* [Camille](https://github.com/clatapie)
1314
* [Chad Queen](https://github.com/chadqueen)
1415
* [Chris Hawkins](https://github.com/chris-hawkins-usa)
15-
* [Dastan Abdulla](https://github.com/dastan-ansys)
1616
* [David Gorman](https://github.com/david-gorman)
1717
* [Dominik Gresch](https://github.com/greschd)
18-
* [Germán Martínez](https://github.com/germa89)
18+
* [German](https://github.com/germa89)
1919
* [Jacob Kerstetter](https://github.com/jacobrkerstetter)
20-
* [Jason Welling](https://github.com/JasonWelling)
20+
* [JasonWelling](https://github.com/JasonWelling)
2121
* [Jonah Boling](https://github.com/jonahrb)
2222
* [Jorge Martínez](https://github.com/jorgepiloto)
2323
* [Kathy Pippert](https://github.com/PipKat)
2424
* [Kerry McAdams](https://github.com/klmcadams)
25-
* [Lance Lance](https://github.com/LanceX2214)
25+
* [LanceX2214](https://github.com/LanceX2214)
2626
* [Matteo Bini](https://github.com/b-matteo)
2727
* [Maxime Rey](https://github.com/MaxJPRey)
28-
* [Michael Janes](https://github.com/MikeJanes)
29-
* [Mike Kaplan](https://github.com/mlkaplan36)
30-
* [Rajesh Meena](https://github.com/rajesh1359)
28+
* [Maxjrey](https://github.com/Maxjrey)
29+
* [Michael Janes](https://github.com/mdjanes)
30+
* [Mike Kaplan ](https://github.com/mlkaplan36)
31+
* [MikeJanes](https://github.com/MikeJanes)
32+
* [Rajesh Meena](https://github.com/MeenaBytes)
3133
* [Revathy Venugopal](https://github.com/Revathyvenugopal162)
3234
* [Riccardo Manno](https://github.com/rmanno91)
3335
* [Ryan Ward](https://github.com/RyanJWard)
34-
* [Sebastien Morais](https://github.com/SMoraisAnsys)
35-
* [Stefano Mereu](https://github.com/smereu)
36-
* [Umut Soysal](https://github.com/umutsoysal)
36+
* [Sébastien Morais](https://github.com/SMoraisAnsys)
37+
* [Umut Soysal](https://github.com/umutsoysalansys)
38+
* [colton](https://github.com/syscordan)
39+
* [dastan-ansys](https://github.com/dastan-ansys)
40+
* [kmahajan-cadfem](https://github.com/kmahajan-cadfem)
41+
* [smereu](https://github.com/smereu)

doc/changelog.d/1867.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
grpc common layer architecture, bodies stub and admin stub implementation

doc/changelog.d/1870.maintenance.md

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

doc/changelog.d/1871.test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
issue 1868 (named selection beams testing)

doc/changelog.d/1873.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Logo detection

doc/changelog.d/1874.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-sphinx-theme[autoapi] from 1.3.3 to 1.4.2 in the docs-deps group

doc/changelog.d/1875.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump ansys-api-geometry from 0.4.50 to 0.4.54

doc/changelog.d/1876.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Core Service install location on official build changed

doc/changelog.d/1878.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pre-commit automatic update

0 commit comments

Comments
 (0)