Skip to content

Commit

Permalink
JP-3664: Numpy 2.0 exposed implicit type promotion (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro authored Sep 13, 2024
2 parents 4adf0cf + 55ce7e8 commit 738e14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/319.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update JWST datamodel ``irs2`` datatype to provide ``numpy>=2.0`` compatibility.
4 changes: 2 additions & 2 deletions src/stdatamodels/jwst/datamodels/schemas/irs2.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ allOf:
fits_hdu: DQ
datatype:
- name: OUTPUT
datatype: uint8
datatype: uint16
- name: ODD_EVEN
datatype: uint8
datatype: uint16
- name: MASK
datatype: uint32

0 comments on commit 738e14c

Please sign in to comment.