开发计划 和 NumPy改进建议
此页概述了NumPy的开发优先级。具体地说,它包含一个路线图, 具有更高级别的概述,以及NumPy增强建议(NEP)-对库的建议更改- 在讨论或完成的不同阶段(参见NEP 0).
路线图
Meta-NEPs (NEPs 相关的 NEPs 或者进度)
临时的 NEPs (暂时接受;界面可能会改变)
已被采纳的 NEPs (实施中)
未采取的 NEPs (under 正在考虑中)
- NEP 21 — Simplified and explicit advanced indexing
- NEP 23 — Backwards compatibility and deprecation policy
- NEP 28 — numpy.org website redesign
- NEP 30 — Duck Typing for NumPy Arrays - Implementation
已完成的 NEPs
- NEP 1 — A Simple File Format for NumPy Arrays
- NEP 5 — Generalized Universal Functions
- NEP 7 — A proposal for implementing some date/time types in NumPy
- NEP 10 — Optimizing Iterator/UFunc Performance
- NEP 13 — A Mechanism for Overriding Ufuncs
- NEP 15 — Merging multiarray and umath
- NEP 20 — Expansion of Generalized Universal Function Signatures
- NEP 22 — Duck typing for NumPy arrays – high level overview
- NEP 27 — Zero Rank Arrays
将要被取代的 NEPs
- NEP 2 — A proposal to build numpy without warning with a big set of warning flags
- NEP 3 — Cleaning the math configuration of numpy.core
- NEP 4 — A (third) proposal for implementing some date/time types in NumPy
- NEP 6 — Replacing Trac with a different bug tracker
- NEP 8 — A proposal for adding groupby functionality to NumPy
- NEP 9 — Structured array extensions
- NEP 11 — Deferred UFunc Evaluation
- NEP 12 — Missing Data Functionality in NumPy
- NEP 24 — Missing Data Functionality - Alternative 1 to NEP 12
- NEP 25 — NA support via special dtypes
- NEP 26 — Summary of Missing Data NEPs and discussion