10000 DOC: Update roadmap a bit more by seberg · Pull Request #26722 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update roadmap a bit more #26722

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make an iteration on the ufunc loop choosing point
  • Loading branch information
seberg committed Jun 18, 2024
commit 13636e3316e963ddb3aeca328651680e94f6cd08
7 changes: 5 additions & 2 deletions doc/neps/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ Other performance improvement ideas include:

- A better story around parallel execution (related is support for free-threaded
CPython, see further down).
- Using improvements in the ufunc context (``errstate``) to allow users
for example to enable faster but less precise versions of certain loops.
- Enable the ability to allow NumPy to use faster, but less precise,
implementations for ufuncs.
Until now, the only state modifying ufunc behavior has been ``np.errstate``.
But, with NumPy 2.0 improvements in the ``np.errstate`` and the ufunc C
implementation make this type of addition easier.
- Optimizations in individual functions.

Furthermore we would like to improve the benchmarking system, in terms of coverage,
Expand Down
0