v0.46.0 #7784
tkoyama010
announced in
Announcements
v0.46.0
#7784
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
Breaking Changes
main_has_priority
withmerge
filter by @user27182 in Deprecatemain_has_priority
withmerge
filterΒ #7426{}
instead ofNone
for emptycells_dict
andget_mixed_cells
by @user27182 in Return{}
instead ofNone
for emptycells_dict
andget_mixed_cells
Β #7626Plotter.add_scalar_bar
wrapper args and kwargs by @user27182 in FixPlotter.add_scalar_bar
wrapper args and kwargsΒ #7642RectilinearGrid
when transformingRectilinearGrid
by @user27182 in ReturnRectilinearGrid
when transformingRectilinearGrid
Β #7697New Features
needs_vtk_version
custom marker test by @beroda in Add arguments toneeds_vtk_version
custom marker test Β #7393cmcrameri
scientific colormaps by @user27182 in Addcmcrameri
scientific colormapsΒ #7498dict
inputs withPlotter.add_legend
by @user27182 in Allow usingdict
inputs withPlotter.add_legend
Β #7564return_dict
keyword tocolor_labels
filter by @user27182 in Addreturn_dict
keyword tocolor_labels
filterΒ #7566gaussian_splatting
filter to DataSetFilters class by @tkoyama010 in Addgaussian_splatting
filter to DataSetFilters classΒ #7488rebase_coordinates
option toextract_subset
filter by @user27182 in Addrebase_coordinates
option toextract_subset
filterΒ #7647crop
filter forImageData
by @user27182 in Addcrop
filter forImageData
Β #7645bounds_size
property to datasets and actors by @user27182 in Addbounds_size
property to datasets and actorsΒ #7092slice_index
filter and__getitem__
method for indexingImageData
by @user27182 in Addslice_index
filter and__getitem__
method for indexingImageData
Β #7652resize
filter for dataset coordinate rescaling by @tkoyama010 in Addresize
filter for dataset coordinate rescalingΒ #7718is_empty
andget_data_range
methods forPartitionedDataSet
by @user27182 in Add concreteis_empty
andget_data_range
methods forPartitionedDataSet
Β #7753remove_unused_points
filters by @user27182 in Addremove_unused_points
filtersΒ #7745Bug fixes or behavior changes
ImageData
with.vtk
format by @user27182 in Add warning when savingImageData
with.vtk
formatΒ #7455add_actor
call inBasePlotter.add_point_labels
by @NathanRWoodward in Add render flag to theadd_actor
call inBasePlotter.add_point_labels
Β #7461filename_mtl
is ignored by @paulbauriegel in Fix that the parameterfilename_mtl
is ignoredΒ #7340color_labels
indicating thatcolorcet
is required by default by @user27182 in Add note tocolor_labels
indicating thatcolorcet
is required by defaultΒ #7475ModuleNotFoundError
for cmaps common tomatplotlib
,colorcet
, andcmocean
by @user27182 in Fix false positiveModuleNotFoundError
for cmaps common tomatplotlib
,colorcet
, andcmocean
Β #7483sys.meta_path
inDisableVtkSnakeCase.__getattribute__
by @user27182 in Checksys.meta_path
inDisableVtkSnakeCase.__getattribute__
Β #7504sys.meta_path
inDisableVtkSnakeCase
by @user27182 in Move check forsys.meta_path
inDisableVtkSnakeCase
Β #7512plot
orshow
methods with theplot-directive
by @user27182 in Require explicit calls toplot
orshow
methods with theplot-directive
Β #7502pyvista_ndarray
by @user27182 in Disable vtk's snake case API forpyvista_ndarray
Β #7520main_has_priority
by @user27182 in Fix merging field data withmain_has_priority
Β #7594contour_labels
when there is no foreground by @user27182 in Fix crash withcontour_labels
when there is no foregroundΒ #7653copy_vtk_array
withvtkImplicitArray
inputs by @user27182 in Fixcopy_vtk_array
withvtkImplicitArray
inputsΒ #7656uv
by @imontesino in Bugfix: Error loading .obj withoutuv
Β #7710DataSetAttributes
by @user27182 in Fix snake case API forDataSetAttributes
Β #7722PYVISTA_USERDATA_PATH
warning by @user27182 in Fix and filter invalidPYVISTA_USERDATA_PATH
warningΒ #7739Documentation
abort_on_example_error
for sphinx gallery by @user27182 in Enableabort_on_example_error
for sphinx galleryΒ #7462make_tables.py
by @user27182 in Update imports and pyvista namespace inmake_tables.py
Β #7522vtk-xref
Sphinx extension for linking to vtk class documentation by @user27182 in Addvtk-xref
Sphinx extension for linking to vtk class documentationΒ #7529CellType
documentation by @user27182 in Add VTK references toCellType
documentationΒ #7534BoundsTuple.__repr__
to align values with decimals by @user27182 in AddBoundsTuple.__repr__
to align values with decimalsΒ #7550TypeError
with type checks by @user27182 in Add TRY004 ruff rule to raiseTypeError
with type checksΒ #7560BoundsTuple
repr by @user27182 in Add trailing commas toBoundsTuple
reprΒ #7567ruff
by @user27182 in Enforce PEP8 naming conventions withruff
Β #7561atsphinx-mini18n
to build i18n site by @tkoyama010 in Addatsphinx-mini18n
to build i18n siteΒ #7517anti_aliasing
documentation by @tkoyama010 in Fix tag syntax error inanti_aliasing
documentationΒ #7636xyz
arg names inslice_index
toijk
by @user27182 in Renamexyz
arg names inslice_index
toijk
Β #7736pv.voxelize
and replace withpv.DataSetFilters.voxelize
by @user27182 in Deprecatepv.voxelize
and replace withpv.DataSetFilters.voxelize
Β #7037Maintenance
retry-requests
by @beroda in Fix flaky download test usingretry-requests
Β #7479skip_check_gc
fixture withskip_check_gc
marker by @user27182 in Replaceskip_check_gc
fixture withskip_check_gc
markerΒ #7611test_charts
.py in a separate process and increasexvfb
max clients by @user27182 in Runtest_charts
.py in a separate process and increasexvfb
max clientsΒ #7610if
key causing warnings during workflow execution by @kurtmckee in Fix an invalidif
key causing warnings during workflow executionΒ #7613add_legend
tests to use plane instead of hills by @user27182 in Simplifyadd_legend
tests to use plane instead of hillsΒ #7615point_cell_ids
for VTK 9.5 by @user27182 in Fixpoint_cell_ids
for VTK 9.5Β #7614pytest-pyvista
warning about dir does not yet exist by @user27182 in Generalize ignore forpytest-pyvista
warning about dir does not yet existΒ #7619RuntimeError
raised when disabling ssao on a closed plotter by @user27182 in FixRuntimeError
raised when disabling ssao on a closed plotterΒ #7621deprecate_positional_args
to avoid erroneous errors by @user27182 in Move local import indeprecate_positional_args
to avoid erroneous errorsΒ #7623set_environment_texture_cubemap
by @user27182 in Remove test skips forset_environment_texture_cubemap
Β #7622contour_labels
strict external test as flaky by @user27182 in Markcontour_labels
strict external test as flakyΒ #7628test_meshio.py
by @user27182 in Use fixtures withtest_meshio.py
Β #7633mypy
to version 1.16 by @user27182 in Bumpmypy
to version 1.16Β #7688vtkOrientPolyData
filter with contour labels by @user27182 in UsevtkOrientPolyData
filter with contour labelsΒ #7662linear_copy
for vtk9.5 by @user27182 in Updatelinear_copy
for vtk9.5Β #7679cells.py
by @user27182 in Add annotations tocells.py
Β #7609vtk-data
cache restore fails by @user27182 in Do not fail unit testing ifvtk-data
cache restore failsΒ #7715test_snake_case_api
file totest_attributes
by @user27182 in Renametest_snake_case_api
file totest_attributes
Β #7725points
directly fromvtkImageData
andvtkRectilinearGrid
by @user27182 in Getpoints
directly fromvtkImageData
andvtkRectilinearGrid
Β #7741PYVISTA_USERDATA_PATH
warning in tinypages tests by @user27182 in FilterPYVISTA_USERDATA_PATH
warning in tinypages testsΒ #7747test_box_axes
as high variance by @user27182 in Marktest_box_axes
as high varianceΒ #7751cell_type_helper.py
intocelltype.py
by @user27182 in Consolidatecell_type_helper.py
intocelltype.py
Β #7762New Contributors
add_actor
call inBasePlotter.add_point_labels
Β #7461filename_mtl
is ignoredΒ #7340if
key causing warnings during workflow executionΒ #7613uv
Β #7710Full Changelog: v0.45.0...v0.46.0
This discussion was created from the release v0.46.0.
Beta Was this translation helpful? Give feedback.
All reactions