- 1be0d08 DOC: Add mention of PyArray_SetBaseObject stealing a reference by Mark Wiebe · 12 years ago
- 0bf8638 DOC: Remove documentation of non-existing advanced iter NA flags. by Sebastian Berg · 12 years ago
- d5d2049 move to www.numpy.org by Sandro Tosi · 13 years ago
- 891a665 DOC: expand sections on commit messages and merging/rebasing in the devguide. by Ralf Gommers · 13 years ago
- 674eacf DOC: one more edit to the dev-guide. by Ralf Gommers · 13 years ago
- f0f366c DOC: remove section "Patching" from dev-guide. by Ralf Gommers · 13 years ago
- 80bb924 DOC: a few edits to make "Development Workflow" in the dev guide clearer. by Ralf Gommers · 13 years ago
- dc981d0 DOC: document in dev-guide how to write a good commit message. by Ralf Gommers · 13 years ago
- 2397c9d FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
- bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
- c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
- a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
- 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
- b8a2ea7 DOC: Update API description with suggestions from charris. by Travis E. Oliphant · 13 years ago
- 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
- f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
- 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
- 6f335e0 Fix-up deprecations language. by Travis E. Oliphant · 13 years ago
- 9a4ef17 Fix the deprecations language. by Travis E. Oliphant · 13 years ago
- 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
- 5df8f24 DOC: merge wiki docs - edits under doc/. by Ralf Gommers · 13 years ago
- b009f97 Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. by Frederic · 13 years ago
- b272bc6 Remove maskna API from ndarray, and all (and only) the code supporting it by Nathaniel J. Smith · 13 years ago
- b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
- d7d6b6c Stress that all array creation C functions steals a reference to descr. by Francesc Alted · 13 years ago
- bb50db6 DOC: Add a section documenting 1.6/1.7 datetime64 differences by Mark Wiebe · 13 years ago
- d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
- 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
- 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
- 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
- 39029f5 DOC: generate links to source code by Pauli Virtanen · 13 years ago
- f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 13 years ago
- 28214cf DOC: Replace references to macros in old_defines with new. by Charles Harris · 14 years ago
- 4364975 DOC: Improve numpy reference documentation of polynomial classes. by Charles Harris · 14 years ago
- d3ac8f7 DOC: Document the use of the polynomial convenience classes. by Charles Harris · 14 years ago
- 9d40c7c DOC: Lower toc number of levels. by Charles Harris · 14 years ago
- 08c8c54 DOC: Add version added to some of the polynomial package modules. by Charles Harris · 14 years ago
- 6bc4374 BUG: Fix up links to classes. by Charles Harris · 14 years ago
- 2e6ef35 DOC: Rearrange the polynomial documents. by Charles Harris · 14 years ago
- 67f24e8 FIX: Changed named to choice, reverted other changes. by Chris Jordan-Squire · 14 years ago
- 8b6c850 ENH: New sample function, bugs in tests fixed by Chris Jordan-Squire · 14 years ago
- 10fac98 ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer for legacy code by Mark Wiebe · 14 years ago
- f818910 DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatterns by Mark Wiebe · 14 years ago
- e4a1c55 DOC: missingdata: Updates from pull request feedback by Mark Wiebe · 14 years ago
- 0bfefe3 DOC: missingdata: Updates based on pull request feedback by Mark Wiebe · 14 years ago
- 6706908 DOC: missingdata: Also show what assigning a non-NA value does in each case by Mark Wiebe · 14 years ago
- b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
- 3e32ef2 DOC: missingdata: Some tweaks to the NA mask documentation by Mark Wiebe · 14 years ago
- 770c94e DOC: missingdata: Add example of a C-API function supporting NA masks by Mark Wiebe · 14 years ago
- 847404a DOC: missingdata: Documenting C API for NA-masked arrays by Mark Wiebe · 14 years ago
- 3710f2b DOC: nditer: Document NpyIter_IsFirstVisit function by Mark Wiebe · 14 years ago
- bfda229 ENH: missingdata: Create count_reduce_items function by Mark Wiebe · 14 years ago
- 9194b3a ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks by Mark Wiebe · 14 years ago
- c7c080a DOC: missingdata: Add some NA mask info to the documentation by Mark Wiebe · 14 years ago
- e7786bd DOC: nditer: Add details about why 'readonly' is the operand default by Mark Wiebe · 14 years ago
- 62c5688 DOC: nditer: Tweaks to the tutorial based on feedback from Chris by Mark Wiebe · 14 years ago
- 09a750c DOC: nditer: Add links to the nditer introductory doc to make it more discoverable by Mark Wiebe · 14 years ago
- 02b1c20 DOC: nditer: Finish up the nditer walkthrough with a Cython example by Mark Wiebe · 14 years ago
- 8464c96 DOC: nditer: Add tutorial-style material covering more than one operand by Mark Wiebe · 14 years ago
- f993216 DOC: nditer: Write tutorial-style introduction covering single-array iteration by Mark Wiebe · 14 years ago
- e53c055 DOC: Add tutorial for writing numpy ufunc extensions. by Chris Jordan-Squire · 14 years ago
- aeda026 Py3K compliant, extra comments added by Chris Jordan-Squire · 14 years ago
- e2c4bb1 style changes and bugs removed from docs by Chris Jordan-Squire · 14 years ago
- 7959374 ENH: Docs now Py3k compliant by Chris Jordan-Squire · 14 years ago
- 2695ada Changed to follow PEP 7 by Chris Jordan-Squire · 14 years ago
- 83a5503 DOCS: New ufunc creation docs by Chris Jordan-Squire · 14 years ago
- 9163993 Merge branch 'deprecate_array_field_access' by Mark Wiebe · 14 years ago
- 694a383 DOC: core: Document the PyArray_SetBaseObject function by Mark Wiebe · 14 years ago
- 7e1c4b0 DOC: datetime: Update the docs to reflect busday_count change by Mark Wiebe · 14 years ago
- 1d3add6 DOC: datetime: hyperlink busday_count and is_busday functions in datetime doc by Mark Wiebe · 14 years ago
- 17d5ecd DOC: datetime: Add additional tutorial information. by Steve R. Hastings · 14 years ago
- 1451b41 DOC: fix build issues (with latex or newest sphinx) by Pauli Virtanen · 14 years ago
- 789d98f DOC: core: Document the mask-based nditer flags and new inline mask functions by Mark Wiebe · 14 years ago
- 75a2c03 ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto by Mark Wiebe · 14 years ago
- bcdc5b5 DOC: c-api: Update to reflect array flag namespace change by Mark Wiebe · 14 years ago
- b48c7c1 DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanism by Mark Wiebe · 14 years ago
- 494cc99 DOC: datetime: Split the date/time units into two separate tables by Mark Wiebe · 14 years ago
- 6cf29e5 DOC: datetime: Updates based on Chuck's feedback by Mark Wiebe · 14 years ago
- 401d048 DOC: datetime: Start a draft of introductory datetime documentation by Mark Wiebe · 14 years ago
- 861e227 DOC: adjust html css, and stub file generation by Pauli Virtanen · 14 years ago
- 79a1db5 DOC: list routines for dealing with raw binary files by Pauli Virtanen · 14 years ago
- b233379 DOC: dtype-struct: Document the changes to struct dtypes by Mark Wiebe · 14 years ago
- 008c931 ENH: Add the polynomial module to the documentation. by Charles Harris · 14 years ago
- d117335 STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendar by Mark Wiebe · 14 years ago
- 6b5a42a DOC: datetime-bday: Document the datetime business day functions by Mark Wiebe · 14 years ago
- 58b77b2 DOC: Document the new keyword arguments for ufuncs by Mark Wiebe · 14 years ago
- d97a5e3 DOC: Improve the documentation about type promotion by Mark Wiebe · 14 years ago
- 857e191 DOC: Changes required to the configuration to start building docs with matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive. (#1074) by Michael Droettboom · 14 years ago
- feed705 DOC: The nditer exposure wasn't linked correctly by Mark Wiebe · 14 years ago
- 3692b16 API: Rename 'niter' to 'nop' in the nditer by Mark Wiebe · 14 years ago
- 8f860dc DOC: Fill in more of the nditer docs by Mark Wiebe · 14 years ago
- aada933 ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_like, and np.ones_like by Mark Wiebe · 14 years ago
- 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
- 782ba88 DOC: BLD: fix some doc build warnings. by Ralf Gommers · 14 years ago
- 6880bea STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP by Mark Wiebe · 14 years ago
- f047f99 DOC: Document constructor API change, and fill in some more missing documentation by Mark Wiebe · 14 years ago
- 5289230 BUG: For compatibility with 1.5, revert to permitting limited broadcasting of the assignment output by Mark Wiebe · 14 years ago
- 859c269 DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. by Mark Wiebe · 14 years ago
- 65b4a8a DOC: Add some missing documentation, hyper-link the iterator documentation by Mark Wiebe · 14 years ago
- 0c0c49c API: Rename the iterator function pointer types to be more consistent with NumPy convention by Mark Wiebe · 14 years ago