Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fc35634
chore: active support for Python 3.13
clatapie Dec 9, 2024
5006226
chore: adding changelog file 3605.added.md [dependabot-skip]
pyansys-ci-bot Dec 9, 2024
06aadef
fix: version in ``pyproject.toml``
clatapie Dec 9, 2024
f21c997
Merge branch 'chore/supporting_python3.13' of https://github.com/pyan…
clatapie Dec 9, 2024
c991ceb
review: applying @RobPasMue's suggestions
clatapie Dec 10, 2024
dac3c69
fix: vtk version to 9.4.0
clatapie Dec 10, 2024
82d43be
Merge branch 'main' into chore/supporting_python3.13
clatapie Dec 10, 2024
b8a5044
Merge branch 'main' into chore/supporting_python3.13
germa89 Dec 10, 2024
e13de70
Merge branch 'main' into chore/supporting_python3.13
clatapie Dec 12, 2024
556467f
maint: update ``"ansys-tools-visualization-interface``
clatapie Dec 12, 2024
6a1f301
Merge branch 'chore/supporting_python3.13' of https://github.com/pyan…
clatapie Dec 12, 2024
8ff2a5c
Merge branch 'main' into chore/supporting_python3.13
clatapie Dec 18, 2024
1904d76
Merge branch 'main' into chore/supporting_python3.13
germa89 Jan 7, 2025
b17a3de
Merge branch 'main' into chore/supporting_python3.13
clatapie Jan 23, 2025
0cb2365
Merge branch 'main' into chore/supporting_python3.13
germa89 Feb 26, 2025
ec66031
ci: using python3.12 for docs building
germa89 Feb 26, 2025
8f7ae9f
chore: adding changelog file 3767.maintenance.md [dependabot-skip]
pyansys-ci-bot Feb 26, 2025
fc955fb
chore: adding changelog file 3767.maintenance.md [dependabot-skip]
pyansys-ci-bot Feb 26, 2025
e5b0e44
chore: adding changelog file 3767.documentation.md [dependabot-skip]
pyansys-ci-bot Feb 26, 2025
89f4f98
build: update vtk in other requirements
germa89 Feb 26, 2025
69ccf89
Merge branch 'build-support-python3.12-for-docs-building' of https://…
germa89 Feb 26, 2025
2c76335
build: update ansys-tools-visualization-interface
germa89 Feb 26, 2025
d34b956
fix: not getting dataset
germa89 Feb 26, 2025
aaf0bd3
build: downgrading vtk
germa89 Feb 26, 2025
a500f5e
build: downgrade vtk to 9.3.1
germa89 Feb 26, 2025
6c05005
revert: py313 changes
germa89 Feb 26, 2025
879bbb6
revert: not updating an example requirements
germa89 Feb 26, 2025
d9cce2d
revert: not updating example
germa89 Feb 26, 2025
5782567
chore: adding changelog file 3767.dependencies.md [dependabot-skip]
pyansys-ci-bot Feb 26, 2025
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
2 changes: 1 addition & 1 deletion .devcontainer/codespaces-dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansys-dpf-core==0.10.1
ansys-tools-visualization-interface==0.5.0
ansys-tools-visualization-interface==0.8.3
autopep8==2.3.1
matplotlib==3.9.2
pandas==2.2.3
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/codespaces-docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansys-dpf-core==0.10.1
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==0.16.6
ansys-tools-visualization-interface==0.5.0
ansys-tools-visualization-interface==0.8.3
grpcio==1.68.0
imageio-ffmpeg==0.5.1
imageio==2.36.0
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer-local/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansys-dpf-core==0.10.1
ansys-mapdl-reader==0.54.2
ansys-sphinx-theme==1.2.2
ansys-tools-visualization-interface==0.5.0
ansys-tools-visualization-interface==0.8.3
autopep8==2.3.1
grpcio==1.68.0
imageio-ffmpeg==0.5.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
PROJECT_NAME: 'PyMAPDL'
MAIN_PYTHON_VERSION: '3.11'
MAIN_PYTHON_VERSION: '3.12'
PACKAGE_NAME: 'ansys-mapdl-core'
PACKAGE_NAMESPACE: 'ansys.mapdl.core'
DOCUMENTATION_CNAME: 'mapdl.docs.pyansys.com'
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3767.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: using python3.12 as main testing python version
2 changes: 1 addition & 1 deletion doc/source/examples/extended_examples/hpc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ six==1.16.0
tabulate==0.9.0
tqdm==4.66.3
urllib3==2.2.2
vtk==9.3.0
vtk==9.3.1
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ tests = [
"scipy==1.15.2",
"vtk==9.3.1",
]

doc = [
"ansys-dpf-core==0.10.1",
"ansys-mapdl-reader==0.54.2",
Expand Down
7 changes: 2 additions & 5 deletions src/ansys/mapdl/core/plotting/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,12 @@ def get_meshes_from_plotter(self):
list[pv.PolyData]
Plotted meshes.
"""
datasets = []
for actor in self.scene.actors.values():
if hasattr(actor, "mapper"):
datasets.append(actor.mapper.dataset)

return [
actor.mapper.dataset
for actor in self.scene.actors.values()
if hasattr(actor, "mapper")
and hasattr(actor.mapper, "dataset")
and actor.mapper.dataset
]

def add_labels(
Expand Down
Loading