From f818910471ac900bd2a440ee35ded10756af5dad Mon Sep 17 00:00:00 2001 From: Mark Wiebe Date: Fri, 26 Aug 2011 13:35:20 -0700 Subject: DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatterns --- doc/source/reference/arrays.maskna.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/source/reference/arrays.maskna.rst b/doc/source/reference/arrays.maskna.rst index 152240bf0..29b38f131 100644 --- a/doc/source/reference/arrays.maskna.rst +++ b/doc/source/reference/arrays.maskna.rst @@ -291,3 +291,11 @@ release should be possible without changing existing API functions in any way. To see a more complete list of what is supported and unsupported in the 1.7 release of NumPy, please refer to the release notes. + +During the design phase of this feature, two implementation approaches +for NA values were discussed, called "mask" and "bitpattern". What +has been implemented is the "mask" approach, but the design document, +or "NEP", describes a way both approaches could co-operatively exist +in NumPy, since each has both pros and cons. This design document is +available in the file "doc/neps/missing-data.rst" of the NumPy source +code. -- cgit v1.2.1