Skip to content

Commit 3396416

Browse files
committed
Remove float16 type
1 parent de14a96 commit 3396416

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

singlestoredb/functions/typing/numpy.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@
2828
npt.NDArray[np.bytes_], UDFAttrs(sql_type=sql_types.BLOB(nullable=False)),
2929
]
3030

31-
Float16Array: TypeAlias = Annotated[
32-
npt.NDArray[np.float16], UDFAttrs(sql_type=sql_types.FLOAT16(nullable=False)),
33-
]
34-
HalfArray: TypeAlias = Float16Array
35-
3631
Float32Array: TypeAlias = Annotated[
3732
npt.NDArray[np.float32], UDFAttrs(sql_type=sql_types.FLOAT(nullable=False)),
3833
]

0 commit comments

Comments
 (0)