We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204c20a commit 4038c66Copy full SHA for 4038c66
1 file changed
‎README.md‎
@@ -3,6 +3,12 @@
3
4
---
5
6
+> [!WARNING]
7
+> This package is in early development and is not yet stable. It is intended as a typing toolkit
8
+> for working the [Python array API standard](https://data-apis.org/array-api/latest/), but it
9
+> may change significantly in the future.
10
+
11
12
## Installation
13
14
```bash
@@ -49,4 +55,4 @@ pip install -e . # editable mode
49
55
>>> func(np.array([1, 2, 3]))
50
56
array([1, 2, 3])
51
57
52
-```
58
+```
0 commit comments