Issue 1452906: N-d array interface for array object (original) (raw)
Issue1452906
This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43049
classification
Title: | N-d array interface for array object | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Interpreter Core | Versions: | Python 2.5 |
process
Status: | closed | Resolution: | out of date |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | Nosy List: | belopolsky, loewis | |
Priority: | normal | Keywords: | patch |
Created on 2006-03-18 01:50 by belopolsky, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
ndarray-interface-patch.txt | belopolsky,2006-03-18 01:50 | svn diff |
Messages (6) | ||
---|---|---|
msg49750 - (view) | Author: Alexander Belopolsky (belopolsky) * ![]() |
Date: 2006-03-18 01:50 |
This patch implements the "required" methods of N-d array interface. See http://numeric.scipy.org/array_interface.html . | ||
msg49751 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2007-03-05 13:27 |
The link is out of date. Can you please report an updated link? Is there still interest in this patch? | ||
msg49752 - (view) | Author: Alexander Belopolsky (belopolsky) * ![]() |
Date: 2007-03-05 13:40 |
The array interface PEP is now at http://scipy.org/ArrayInterfacePEP . This patch is probably not up to date. | ||
msg49753 - (view) | Author: Alexander Belopolsky (belopolsky) * ![]() |
Date: 2007-03-05 13:45 |
The array interface PEP is now at http://scipy.org/ArrayInterfacePEP . This patch is probably not up to date. | ||
msg49754 - (view) | Author: Alexander Belopolsky (belopolsky) * ![]() |
Date: 2007-03-05 13:47 |
The array interface PEP is now at http://scipy.org/ArrayInterfacePEP . This patch is probably not up to date. | ||
msg49755 - (view) | Author: Martin v. Löwis (loewis) * ![]() |
Date: 2007-03-05 13:58 |
So who is pursuing this? Is anybody submitting the PEPs to the Python process? or for BDFL pronouncement? This patch certainly does not match the PEP at all (which currently proposes to extend the buffer protocol), so I'm closing this report as out-of-date. Feel free to reopen it if the PEP ever returns to specify what this patch implements; if you want to update the implementation to match the PEP, please submit a new patch. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:16 | admin | set | github: 43049 |
2006-03-18 01:50:58 | belopolsky | create |