Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.1
/
doc
/
neps
tag
b2b97cf6c3d6315ce796ce943ea1f85e9c4770bb
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Tue Mar 25 22:56:13 2014
object
62a7575fd82ddf028517780c01fecf7e0cca27aa
1.8.1 Release
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
d03cd89
MAINT: fix typo in npy-format.txt
by Martin Spacek
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
3bbbbd4
NEP: Add some details about how existing C-API access interacts with NA
by Mark Wiebe
· 13 years ago
cc32630
ENH: missingdata: Make numpy.all follow the NA && False == False rule
by Mark Wiebe
· 14 years ago
1848be6
NEP: missingdata: Some fixes and updates to the NEP
by Mark Wiebe
· 14 years ago
f597374
ENH: missingdata: Change default to create NA-mask when NAs are in lists
by Mark Wiebe
· 14 years ago
965e4cf
ENH: missingdata: trying some more functions to see how they treat NAs
by Mark Wiebe
· 14 years ago
b1cb211
ENH: missingdata: Add nastr= parameter to np.set_printoptions()
by Mark Wiebe
· 14 years ago
ba4d116
BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it
by Mark Wiebe
· 14 years ago
69e0ed8
ENH: missingdata: Rewrote boolean indexing to support NA masks
by Mark Wiebe
· 14 years ago
02b42b5
ENH: missingdata: Have some basic assignment and indexing with NA working
by Mark Wiebe
· 14 years ago
263df0c
ENH: missingdata: Add the NA mask members to PyArrayObject
by Mark Wiebe
· 14 years ago
a059979
STY: Updates for pull request feedback from Chuck and Ben
by Mark Wiebe
· 14 years ago
b7cc20a
ENH: core: Deprecating direct access to the PyArrayObject fields
by Mark Wiebe
· 14 years ago
c625ee0
NEP: missingdata: Rename 'namask' to 'maskna', which looks better
by Mark Wiebe
· 14 years ago
9910b0d
NEP: missingdata: Add a small note about single NA vs multi-NA
by Mark Wiebe
· 14 years ago
7561f85
NEP: missingdata: Describe a possible way multi-NA could be added in the future
by Mark Wiebe
· 14 years ago
233453a
NEP: missingdata: Change the mask definition
by Mark Wiebe
· 14 years ago
e8b6065
NEP: missingdata: Design the mask binary format so it's extensible with a payload
by Mark Wiebe
· 14 years ago
b414305
ENH: nditer: Add the per-operand masked iteration flags
by Mark Wiebe
· 14 years ago
e124ac5
NEP: missingdata: Adjust the parenthetical part of the NA/IGNORE defn
by Mark Wiebe
· 14 years ago
17d056e
NEP: missingdata: Add copyright info, some more NAMASK iterator clarification
by Mark Wiebe
· 14 years ago
0d81192
NEP: missingdata: Add more C API details
by Mark Wiebe
· 14 years ago
28a2955
NEP: missingdata: Start some details about masked iteration
by Mark Wiebe
· 14 years ago
ce78b81
NEP: missing-data: Add Peter to the Acknowledgments
by Mark Wiebe
· 14 years ago
43b83d6
NEP: missing-data: Add "Python API" and "C API" definitions
by Mark Wiebe
· 14 years ago
e76ddf9
NEP: missing-data: Add numpy.ma to the glossary
by Mark Wiebe
· 14 years ago
a9be5a1
NEP: missing-data: Add glossary of terms, try to clarify them better
by Mark Wiebe
· 14 years ago
f2f7bd6
NEP: missing-data: Fix copy/paste/edit typo for np.all example
by Mark Wiebe
· 14 years ago
bc0a862
NEP: missing-data: Incorporate Ben's feedback, add section on 'shared masks'
by Mark Wiebe
· 14 years ago
423b1e4
NEP: missingdata: Rename 'hasmask' and friends to 'hasnamask' and friends
by Mark Wiebe
· 14 years ago
396ee78
NEP: missing-data: Add name to acknowledgments
by Mark Wiebe
· 14 years ago
6a6f8f5
NEP: missingdata: Various improvements
by Mark Wiebe
· 14 years ago
5fdb6ba
NEP: Trying to make the NEP's position on missing values and masks vs bit patterns more clear
by Mark Wiebe
· 14 years ago
f308fcb
ENH: umath: Add tests, work out kinks in ufunc 'where=' parameter
by Mark Wiebe
· 14 years ago
bbec4c4
ENH: umath: Add parsing of a 'where=' parameter in the element-wise ufunc
by Mark Wiebe
· 14 years ago
e720993
ENH: missingdata: Move getting the masked ufunc inner loop to a different function
by Mark Wiebe
· 14 years ago
59cdc32
ENH: missingdata: Add a mechanism to get masked versions of ufunc inner loops
by Mark Wiebe
· 14 years ago
a97de6a
DOC: A few typos in the missing data NEP.
by Keith Goodman
· 14 years ago
5becc38
NEP: missing-data: Rename the NEP as it now describes more generality than just masks
by Mark Wiebe
· 14 years ago
b911992
NEP: c-masked-array: Add idea about np.NA __call__ method
by Mark Wiebe
· 14 years ago
54a2431
NEP: c-masked-array: Add examples for missing value reductions
by Mark Wiebe
· 14 years ago
0857948
NEP: c-masked-array: Lots of edits to reflect NA-based interface
by Mark Wiebe
· 14 years ago
f61537d
NEP: c-masked-array: More tweaks
by Mark Wiebe
· 14 years ago
08caab1
NEP: cmaskedarray: Some more tweaks
by Mark Wiebe
· 14 years ago
5f41846
NEP: c-masked-array: Add example to clarify some masking semantics
by Mark Wiebe
· 14 years ago
8d74430
NEP: c-masked-array: Typo feedback from WeatherGod
by Mark Wiebe
· 14 years ago
95bb76a
NEP: c-masked-array: Idea for a parameterized dtype with an NA bit pattern
by Mark Wiebe
· 14 years ago
63c9d87
NEP: c-masked-array: Add a global np.NA singleton, many more changes
by Mark Wiebe
· 14 years ago
ff71c88
NEP: c-masked-array: Refining and adding things based on feedback
by Mark Wiebe
· 14 years ago
0a858a6
NEP: c-masked-array: Some small improvements and clarifications
by Mark Wiebe
· 14 years ago
b52abe1
NEP: c-masked-array: Add section about ufuncs
by Mark Wiebe
· 14 years ago
9ec5557
NEP: Design document for adding a mask to the core ndarray
by Mark Wiebe
· 14 years ago
cf4a16e
DOC: Change newiter to nditer in new iterator NEP.
by Ralf Gommers
· 14 years ago
7bead6a
STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be more intuitive
by Mark Wiebe
· 15 years ago
0046a59
NEP: iter: Add NPY_ITER_DONT_REVERSE_AXES flag
by Mark Wiebe
· 15 years ago
b58b3d1
NEP: iter: Add NpyIter_GetAxisStrideArray function
by Mark Wiebe
· 15 years ago
91b7763
NEP: iter: Add some more functions
by Mark Wiebe
· 15 years ago
87c4ec8
NEP: Correct some spelling errors
by Mark Wiebe
· 15 years ago
0ad51c1
NEP: Add more flags and some timing results
by Mark Wiebe
· 15 years ago
7dd477a
NEP: iter: Add some typical inner loop examples, other small changes
by Mark Wiebe
· 15 years ago
15d11d4
NEP: iter: Add functionality for allowing multi-threaded iteration
by Mark Wiebe
· 15 years ago
dd46d30
NEP: iter: Add NpyIter_ResetBasePointers function, remove NPY_ITER_OFFSETS flag
by Mark Wiebe
· 15 years ago
bf5d404
NEP: iter: Clarify op_axes slightly, and add offsets example
by Mark Wiebe
· 15 years ago
ac647ff
NEP: iter: added table of contents
by Mark Wiebe
· 15 years ago
44ba4e3
NEP: iter: Added Lambda UFunc example
by Mark Wiebe
· 15 years ago
01ce669
NEP: iter: Switch from flags to a 'casting' parameter
by Mark Wiebe
· 15 years ago
66c549e
NEP: Created deferred UFunc evaluation NEP
by Mark Wiebe
· 15 years ago
3de1f16
NEP: iter: Created Iterator/UFunc optimization NEP
by Mark Wiebe
· 15 years ago
c952a9c
DOC: Point the npy NEP to the git repo.
by Stefan van der Walt
· 15 years ago
29001ed
Add pre-nep for a copule of structured_array_extensions.
by Travis Oliphant
· 15 years ago
bceb9c2
Add NEP for group-by additions to NumPy: reduceby, reducein, segment, and edges.
by Travis Oliphant
· 15 years ago
9d658f9
numpy.datetime --> numpy.datetime_ and fix Descr_FromScalar to correctly add DateTime Meta data.
by Travis Oliphant
· 16 years ago
0edcfff
Fix problem in divisor conversion for datetime construction and fix formating of datetime nep.
by Travis Oliphant
· 16 years ago
2b01ee6
Re-base the date-time branch back to the trunk.
by Travis Oliphant
· 16 years ago
e1b9782
Check-in work for Wednesday.
by Travis Oliphant
· 16 years ago
296cb74
Fix typecode for date-time.
by Travis Oliphant
· 16 years ago
3c3b11f
Add date-time parsing and printing
by Travis Oliphant
· 16 years ago
90dbad6
Updates to date-time branch nep.
by Travis Oliphant
· 16 years ago
aa9f4b5
Updated datetime proposal.
by Travis Oliphant
· 16 years ago
f2392bc
Working on date-time...
by Travis Oliphant
· 16 years ago
883241f
Start working on bug tracker limitations, scenario and possible solutions.
by David Cournapeau
· 17 years ago
0a570c7
adding back a few quotes
by Jarrod Millman
· 17 years ago
2201bb3
removing some quotes
by Jarrod Millman
· 17 years ago
d0d9ce4
fixed table
by Jarrod Millman
· 17 years ago
4fe3f98
moved generalized ufunc proposal from the wiki
by Jarrod Millman
· 17 years ago
454911c
Add final date-time proposal.
by Travis Oliphant
· 17 years ago
cdef62a
Update clean math config nep.
by David Cournapeau
· 17 years ago
599e23e
Start a nep for cleaning the math configuration.
by David Cournapeau
· 17 years ago
81510b5
Update the warnfix nep.
by David Cournapeau
· 17 years ago
c4abfa7
Start a nep for warn-free numpy build.
by David Cournapeau
· 17 years ago
eae7e11
moving and adding neps
by Jarrod Millman
· 17 years ago