Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multidimensional arrays for structured datasets #3097

Open
akaszynski opened this issue Jul 29, 2022 · 0 comments
Open

Support multidimensional arrays for structured datasets #3097

akaszynski opened this issue Jul 29, 2022 · 0 comments
Milestone

Comments

@akaszynski
Copy link
Member

akaszynski commented Jul 29, 2022

Based on work done in #2729, correctly support multidimensional arrays for structured arrays. For example, the following should be possible without raveling the array.

import pyvista as pv

dims = (10, 20, 30)
grid = pv.UniformGrid(dims=dims)
grid['data'] = np.ones(dims)
@akaszynski akaszynski changed the title Support multidimensional arrays for datasets Support multidimensional arrays for structured datasets Jul 29, 2022
@akaszynski akaszynski added this to the 0.36.0 milestone Jul 29, 2022
@banesullivan banesullivan modified the milestones: 0.37.0, 0.38.0 Jan 10, 2023
@banesullivan banesullivan modified the milestones: v0.38, v0.39 Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants