Skip to content

Commit

Permalink
add float16 support to version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 20, 2023
1 parent 3f5d5e8 commit aad0945
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ definitions:
- `uint8`, `uint16`, `uint32`, `uint64`: Unsigned integer types,
with the given bit size.
- `float16 `: Half-precision floating-point type or "binary16",
as defined in IEEE 754.
- `float32`: Single-precision floating-point type or "binary32",
as defined in IEEE 754.
Expand Down Expand Up @@ -198,7 +201,7 @@ definitions:
anyOf:
- type: string
enum: [int8, uint8, int16, uint16, int32, uint32, int64, uint64,
float32, float64, complex64, complex128, bool8]
float16, float32, float64, complex64, complex128, bool8]
- type: array
items:
- type: string
Expand Down

0 comments on commit aad0945

Please sign in to comment.