Skip to content

Commit 97eb674

Browse files
committed
Merge branch 'main' into release/0.7
2 parents 395b4ec + dc0729a commit 97eb674

Some content is hidden

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

70 files changed

+1047
-128
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
if: always()
229229
uses: actions/upload-artifact@v4
230230
with:
231+
include-hidden-files: true
231232
name: coverage-html-${{ matrix.docker-image }}
232233
path: .cov/html
233234
retention-days: 7

.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.5.7
10+
rev: v0.6.3
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.29.1
38+
rev: 0.29.2
3939
hooks:
4040
- id: check-github-workflows
4141

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
PyAnsys Geometry
2-
================
1+
.. image:: https://github.com/ansys/pyansys-geometry/blob/main/doc/source/_static/logo/logo.png
2+
:target: https://github.com/ansys/pyansys-geometry
3+
:alt: PyAnsys Geometry
4+
5+
|
6+
37
|pyansys| |python| |MIT| |ruff|
48
|codecov| |GH-CI| |pre-commit|
59
|pypi| |pypi-downloads| |conda| |conda-downloads|

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ SOFTWARE.
2828

2929
| Version | Supported |
3030
| ------- | ------------------ |
31-
| <= 0.3 | :x: |
32-
| 0.4.x | :white_check_mark: |
31+
| <= 0.4 | :x: |
3332
| 0.5.x | :white_check_mark: |
3433
| 0.6.x | :white_check_mark: |
34+
| 0.7.x | :white_check_mark: |
3535
| dev | :white_check_mark: |
3636

3737
## Reporting a Vulnerability

doc/changelog.d/1357.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
get and set body color

doc/changelog.d/1360.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.0

doc/changelog.d/1361.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump dev branch to v0.8.dev0

doc/changelog.d/1363.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump the grpc-deps group with 2 updates

doc/changelog.d/1364.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump the docs-deps group with 2 updates

doc/changelog.d/1365.dependencies.md

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

0 commit comments

Comments
 (0)