Package: python-pyvista / 0.46.5-8

Metadata

Package Version Patches format
python-pyvista 0.46.5-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no_trame_vtk.patch | (download)

tests/plotting/test_tinypages.py | 2 1 + 1 - 0 !
tests/plotting/tinypages/conf.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
no_retry_requests_package.patch | (download)

tests/examples/test_downloads.py | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

---
skip_trimesh_tests.patch | (download)

tests/core/test_helpers.py | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

---
skip_cmcrameri_cmocean_tests.patch | (download)

doc/source/make_tables.py | 4 2 + 2 - 0 !
tests/doc/test_tables.py | 6 4 + 2 - 0 !
tests/plotting/test_colors.py | 6 4 + 2 - 0 !
3 files changed, 10 insertions(+), 6 deletions(-)

---
no_pytest_cases_package.patch | (download)

tests/core/test_utilities.py | 112 0 + 112 - 0 !
tests/examples/test_cell_examples.py | 31 0 + 31 - 0 !
tests/examples/test_download_files.py | 127 0 + 127 - 0 !
tests/test_conftest.py | 348 0 + 348 - 0 !
4 files changed, 618 deletions(-)

---
drop_pytest_image_cache_dirs_from_pyproject.patch | (download)

pyproject.toml | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
empty_no_images_to_verify_fixture.patch | (download)

tests/plotting/test_plotting.py | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

---
fix_test_regex_32bit_PR8154.patch | (download)

tests/core/test_imagedata_filters.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix regex in dimensionality test for platform-dependent dtype


warnings_stacklevel_PR8093.diff | (download)

.pre-commit-config.yaml | 11 11 + 0 - 0 !
CONTRIBUTING.rst | 8 4 + 4 - 0 !
hooks/warnings.py | 86 86 + 0 - 0 !
pyproject.toml | 2 2 + 0 - 0 !
pyvista/_deprecate_positional_args.py | 4 2 + 2 - 0 !
pyvista/_warn_external.py | 40 40 + 0 - 0 !
pyvista/core/_vtk_core.py | 7 4 + 3 - 0 !
pyvista/core/dataset.py | 4 2 + 2 - 0 !
pyvista/core/filters/data_object.py | 10 5 + 5 - 0 !
pyvista/core/filters/data_set.py | 20 10 + 10 - 0 !
pyvista/core/filters/image_data.py | 8 4 + 4 - 0 !
pyvista/core/filters/poly_data.py | 16 8 + 8 - 0 !
pyvista/core/grid.py | 5 3 + 2 - 0 !
pyvista/core/utilities/features.py | 6 3 + 3 - 0 !
pyvista/core/utilities/fileio.py | 12 6 + 6 - 0 !
pyvista/core/utilities/misc.py | 5 3 + 2 - 0 !
pyvista/core/utilities/points.py | 4 2 + 2 - 0 !
pyvista/errors.py | 5 3 + 2 - 0 !
pyvista/examples/downloads.py | 8 4 + 4 - 0 !
pyvista/jupyter/notebook.py | 5 3 + 2 - 0 !
pyvista/plotting/_plotting.py | 6 3 + 3 - 0 !
pyvista/plotting/_property.py | 3 2 + 1 - 0 !
pyvista/plotting/cube_axes_actor.py | 6 3 + 3 - 0 !
pyvista/plotting/picking.py | 8 4 + 4 - 0 !
pyvista/plotting/plotter.py | 27 14 + 13 - 0 !
pyvista/plotting/plotting/__init__.py | 4 2 + 2 - 0 !
pyvista/plotting/render_window_interactor.py | 6 3 + 3 - 0 !
pyvista/plotting/renderer.py | 14 7 + 7 - 0 !
pyvista/plotting/texture.py | 4 2 + 2 - 0 !
pyvista/plotting/themes.py | 10 5 + 5 - 0 !
pyvista/plotting/utilities/xvfb.py | 4 2 + 2 - 0 !
pyvista/trame/jupyter.py | 4 2 + 2 - 0 !
pyvista/trame/ui/__init__.py | 5 3 + 2 - 0 !
pyvista/utilities/__init__.py | 5 3 + 2 - 0 !
tests/plotting/test_utilities.py | 1 1 + 0 - 0 !
tests/test_hooks.py | 80 80 + 0 - 0 !
tests/test_warn_external.py | 40 40 + 0 - 0 !
37 files changed, 381 insertions(+), 112 deletions(-)

---
catch_VTK_warnings_PR7863.patch | (download)

doc/source/conf.py | 1 1 + 0 - 0 !
pyvista/core/__init__.py | 2 2 + 0 - 0 !
pyvista/core/errors.py | 28 28 + 0 - 0 !
pyvista/core/utilities/observers.py | 174 144 + 30 - 0 !
tests/core/test_utilities.py | 105 84 + 21 - 0 !
5 files changed, 259 insertions(+), 51 deletions(-)

---