We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9e22 commit ff10522Copy full SHA for ff10522
docs/release.rst
@@ -20,6 +20,9 @@ Unreleased
20
21
Enhancements
22
~~~~~~~~~~~~
23
+* [v3] Dramatically reduce number of ``__contains_`` requests in favor of optimistically calling `__getitem__`
24
+ and handling any error that may arise.
25
+ By :user:`Deepak Cherian <dcherian>`.
26
27
* Optimize ``Array.info`` so that it calls `getsize` only once.
28
By :user:`Deepak Cherian <dcherian>`.
0 commit comments