From b14d7a7cd1a4cfbe8863305bbb8049f585a9a39a Mon Sep 17 00:00:00 2001 From: Sergey Rybakov Date: Sat, 9 Dec 2023 14:33:57 +0200 Subject: [PATCH] byte alias added --- deker/types/private/typings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deker/types/private/typings.py b/deker/types/private/typings.py index 728a718..090b7e1 100644 --- a/deker/types/private/typings.py +++ b/deker/types/private/typings.py @@ -50,6 +50,7 @@ float, complex, np.int8, + np.byte, np.int16, np.short, np.int32, @@ -91,6 +92,7 @@ float, complex, np.int8, + np.byte, np.int16, np.short, np.int32,