8000 📝 mention that this package isn't stable yet (#38) · data-apis/array-api-typing@4cf3c02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cf3c02

Browse files
jorenhamnstarman
andauthored
📝 mention that this package isn't stable yet (#38)
* 📝 mention that this package isn't stable yet * ✏️ use words where they should be used Signed-off-by: Joren Hammudoglu <jhammudoglu@gmail.com> Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
1 parent f2d07c0 commit 4cf3c02

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
---
55

6+
> [!WARNING]
7+
> This package is in early development and is not yet stable. It is intended as a typing toolkit
8+
> for working with the [Python array API standard](https://data-apis.org/array-api/latest/), but it
9+
> may change significantly in the future.
10+
11+
612
## Installation
713

814
```bash
@@ -49,4 +55,4 @@ pip install -e . # editable mode
4955
>>> func(np.array([1, 2, 3]))
5056
array([1, 2, 3])
5157

52-
```
58+
```

0 commit comments

Comments
 (0)
0