Skip to content

Commit 7be59da

Browse files
authored
Merge branch 'master' into dependabot/pip/requirements/sphinx-8.1.3
2 parents f5ac3a1 + e4afa8f commit 7be59da

File tree

123 files changed

+6128
-3511
lines changed

Some content is hidden

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

123 files changed

+6128
-3511
lines changed

.github/workflows/update_operators.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ jobs:
138138
branch: maint/update_code_for_${{ github.event.inputs.ANSYS_VERSION || '251' }}${{ github.event.inputs.standalone_branch_suffix || '' }}_on_${{ github.ref_name }}
139139
labels: server-sync
140140
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
141-
reviewers: ansys/dpf_integration_proxies
142-
assignees: ansys/dpf_integration_proxies
141+
reviewers: ${{ github.ref_name == 'master' && 'ansys/dpf_integration_proxies' || '' }}
143142

144143
- name: "Kill all servers"
145144
uses: ansys/pydpf-actions/[email protected]

doc/source/_static/dpf_operators.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ classifiers = [
2727
"Programming Language :: Python :: 3",
2828
]
2929
dependencies = [
30-
"google-api-python-client",
3130
"grpcio >=1.63.0",
3231
"importlib-metadata >=4.0",
3332
"numpy",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==24.10.0
1+
black==25.1.0
22
build==1.2.2.post1
33
chevron==0.14.0
44
wheel==0.45.1

requirements/requirements_docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansys-sphinx-theme[autoapi]==1.2.4
1+
ansys-sphinx-theme[autoapi]==1.3.1
22
enum-tools[sphinx]==0.12.0
33
graphviz==0.20.1
44
imageio==2.36.0
@@ -10,7 +10,7 @@ pyvista==0.44.2
1010
sphinx==8.1.3
1111
sphinx-copybutton==0.5.2
1212
sphinx-gallery==0.18.0
13-
sphinx-notfound-page==1.0.4
13+
sphinx-notfound-page==1.1.0
1414
sphinx-reredirects==0.1.3
1515
sphinx_design==0.6.1
1616
sphinxcontrib-napoleon==0.7

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ansys-platform-instancemanagement==1.1.2
2-
coverage==7.6.10
2+
coverage==7.6.11
33
imageio==2.36.0
44
imageio-ffmpeg==0.5.1
55
pytest==8.3.4

src/ansys/dpf/core/operators/logic/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@
99
from .elementary_data_selector import elementary_data_selector
1010
from .elementary_data_selector_fc import elementary_data_selector_fc
1111
from .enrich_materials import enrich_materials
12+
from .identical_anys import identical_anys
1213
from .identical_fc import identical_fc
1314
from .identical_fields import identical_fields
15+
from .identical_generic_data_containers import identical_generic_data_containers
16+
from .identical_mc import identical_mc
1417
from .identical_meshes import identical_meshes
18+
from .identical_pfc import identical_pfc
1519
from .identical_property_fields import identical_property_fields
20+
from .identical_sc import identical_sc
21+
from .identical_scopings import identical_scopings
1622
from .identical_string_fields import identical_string_fields
1723
from .included_fields import included_fields
1824
from .solid_shell_fields import solid_shell_fields

0 commit comments

Comments
 (0)