mirror of
https://github.com/wassname/jaxtyping.git
synced 2026-09-10 12:14:04 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a89ebe356b | ||
|
|
98133f5e1e | ||
|
|
2c7dbbd593 | ||
|
|
1291a90192 | ||
|
|
14117804aa | ||
|
|
e61a37f0a3 |
@@ -53,4 +53,4 @@ from .import_hook import install_import_hook
|
|||||||
from .pytree_type import PyTree
|
from .pytree_type import PyTree
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.2.1"
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ if TYPE_CHECKING:
|
|||||||
from typing_extensions import Annotated as UInt32
|
from typing_extensions import Annotated as UInt32
|
||||||
from typing_extensions import Annotated as UInt64
|
from typing_extensions import Annotated as UInt64
|
||||||
else:
|
else:
|
||||||
_bool = "bool"
|
_bool = "bool_"
|
||||||
_uint8 = "uint8"
|
_uint8 = "uint8"
|
||||||
_uint16 = "uint16"
|
_uint16 = "uint16"
|
||||||
_uint32 = "uint32"
|
_uint32 = "uint32"
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user