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

Change scope of ndarray custom validators #1790

Closed
braingram opened this issue Jun 20, 2024 · 1 comment
Closed

Change scope of ndarray custom validators #1790

braingram opened this issue Jun 20, 2024 · 1 comment
Milestone

Comments

@braingram
Copy link
Contributor

As noted in a comment:

# The validators in this module should really only be applied
# to ndarray-* tags, but that will have to be a 3.0 change.
tags = ["**"]

Prior to new-style extension custom validators the ndarray related validated applied to all tags. Scoping these to ndarray makes sense. This missed the 3.0 release and could be included in 4.0

@braingram braingram added this to the 4.0.0 milestone Jun 20, 2024
@braingram
Copy link
Contributor Author

Doh, duplicate of #1693

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

1 participant