Skip to content

Commit

Permalink
explain why it's probably fine to start using scipy-stubs already
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Sep 6, 2024
1 parent 5d8ff27 commit a227bbb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@

---

> [!NOTE]
> This project is in the alpha stage, so some annotations are missing, and some might
> be (slightly) incorrect.
> But either way, it's no problem to `scipy-stubs` at the moment:
> Type-checkers will (already) understand `scipy` a lot better *with* `scipy-stubs`,
> than without it.
## Installation

The `scipy-stubs` package is available as on PyPI:
Expand All @@ -74,9 +81,6 @@ The `scipy-stubs` package is available as on PyPI:
pip install scipy-stubs
```

> [!IMPORTANT]
> This project is in the early development stage, and is not ready for production use.
## Development Progress

| Package or module | Stubs status |
Expand Down

0 comments on commit a227bbb

Please sign in to comment.