From 14e4e01de385bbd6edb9f514ab88508fb971e9ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:46:02 +0000 Subject: [PATCH 1/2] build(deps): bump pyvista[jupyter] in /requirements Bumps [pyvista[jupyter]](https://github.com/pyvista/pyvista) from 0.45.2 to 0.46.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](https://github.com/pyvista/pyvista/compare/v0.45.2...v0.46.3) --- updated-dependencies: - dependency-name: pyvista[jupyter] dependency-version: 0.46.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 1b6d6a8a6..5a38c43dc 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -5,7 +5,7 @@ nest-asyncio==1.6.0 pandas==2.2.3 plotly==6.1.1 pythreejs==2.4.2 -pyvista[jupyter]==0.45.2 +pyvista[jupyter]==0.46.3 # Documentation dependencies Sphinx==8.1.3 From 64f8f1b10cad08821ec8973cff83ed37c61d3d82 Mon Sep 17 00:00:00 2001 From: clatapie <78221213+clatapie@users.noreply.github.com> Date: Mon, 20 Oct 2025 11:29:06 +0200 Subject: [PATCH 2/2] fix: tech demo 25 --- .../technology_showcase_examples/techdemo-25/ex_25-tecstent.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst b/doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst index 5266b458d..5c614a185 100644 --- a/doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst +++ b/doc/source/technology_showcase_examples/techdemo-25/ex_25-tecstent.rst @@ -501,7 +501,6 @@ This section illustrates the use of PyDPF-Core to post-process the results. u_stent_mesh = mesh_sco_file u_stent_mesh.point_data['U_STENT'] = data u_stent_mesh = mesh_sco_file.point_data_to_cell_data() - u_stent_mesh.title = 'Displacements of the stent' u_stent_mesh.plot( scalars='U_STENT', show_scalar_bar=True,