Skip to content

Commit fbd9a3b

Browse files
committed
DOC: Add release note snippet for attribute lookup improvement
1 parent cc61e95 commit fbd9a3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* NumPy now uses fast-on-failure attribute lookups for protocols.
2+
This can greatly reduce overheads of function calls or array creation
3+
especially with custom Python objects. The largest improvements
4+
will be seen on Python 3.12 or newer.

0 commit comments

Comments
 (0)