asdf-format/asdf

Deprecate `asdf.tags.core.ndarray.validate_*`

Opened this issue · 0 comments

validate_ndim, validate_max_ndim and validate_datatype are used in asdf only in asdf.core._validators.ndarray.

Investigate if the use in stdatamodels can be updated and these functions can be deprecated in favor of the new Validators:
https://github.com/spacetelescope/stdatamodels/blob/0ed03c215adcc8a28c04ca6c40f3916167111208/src/stdatamodels/fits_support.py#L279-L284