[Numpy-discussion] NEP 21: Simplified and explicit advanced indexing (original) (raw)
Kevin Sheppard kevin.k.sheppard at gmail.com
Tue Jun 26 06:50:20 EDT 2018
- Previous message (by thread): [Numpy-discussion] NEP 21: Simplified and explicit advanced indexing
- Next message (by thread): [Numpy-discussion] Revised NEP-18, __array_function__ protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This seems like progress and a clear method to outer indexing will help many users.
As for names, I prefer .ox and .vx for shorthand of .oindex and .vindex. I don’t like the .ox_ or .o_ syntax.
Before any deprecation warnings or any other warnings are added it would be helpful to have some way to set a flag on Python to show some sort of HiddenDeprecationWarning (or OnlyShowIfFlagPassesDeprecationWarning) that would automatically be filtered by default but could be shown if someone was interested. This will allow library writers to see problems before any start showing up for users. These could then be promoted to Visible or Future later. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20180626/6a2946c8/attachment-0001.html>
- Previous message (by thread): [Numpy-discussion] NEP 21: Simplified and explicit advanced indexing
- Next message (by thread): [Numpy-discussion] Revised NEP-18, __array_function__ protocol
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]