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

Fix: raise for bad slice axis; ENH: support slicing vector images #653

Merged
merged 4 commits into from
May 23, 2024

Conversation

ncullen93
Copy link
Member

I realized that setting axis = -1 in slice_image() caused a seg fault, so I am adding better error catching for the axis and supporting the axis=-1 as many other libraries do. I also need to be able to slice vector images so I implemented that.

@coveralls
Copy link

Coverage Status

coverage: 81.331% (+0.02%) from 81.315%
when pulling 2569829 on fix--raise-for-bad-slice-axis
into 12a60d9 on master.

@ncullen93 ncullen93 merged commit e481830 into master May 23, 2024
2 checks passed
@ncullen93 ncullen93 deleted the fix--raise-for-bad-slice-axis branch May 23, 2024 13:55
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

Successfully merging this pull request may close these issues.

2 participants