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

Deprecate offset in UnstructuredGrid #4331

Merged
merged 2 commits into from
Apr 28, 2023
Merged

Conversation

akaszynski
Copy link
Member

Since we now require VTK >= 9.0, we no longer need backwards compatibility when initializing using the offset array.

This PR removes the now unnecessary logic to support the offset array.

@github-actions github-actions bot added the enhancement Changes that enhance the library label Apr 24, 2023
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #4331 (260e8eb) into main (49f4222) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4331   +/-   ##
=======================================
  Coverage   95.78%   95.78%           
=======================================
  Files          97       97           
  Lines       20781    20781           
=======================================
  Hits        19905    19905           
  Misses        876      876           

Copy link
Member

@banesullivan banesullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally! The offsets confused me for years and I'm glad we're finally modernizing this API to match the upstream changes

@akaszynski akaszynski merged commit 27e9d54 into main Apr 28, 2023
24 checks passed
@akaszynski akaszynski deleted the feat/deprecate-offset-init branch April 28, 2023 17:39
@akaszynski akaszynski mentioned this pull request Apr 30, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes that enhance the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants