- 1b12521 ENH: Add the polynomial module to the documentation. by Charles Harris · 14 years ago
- bc03f06 DOC: Document the new keyword arguments for ufuncs by Mark Wiebe · 14 years ago
- 9e817bb DOC: Improve the documentation about type promotion by Mark Wiebe · 14 years ago
- 5d11c56 DOC: The nditer exposure wasn't linked correctly by Mark Wiebe · 14 years ago
- 6385069 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
- ec151cc API: Change iterator API parameters ndim and niter from npy_intp to int by Mark Wiebe · 14 years ago
- efb3295 DOC: Copy iterator API documentation from the NEP by Mark Wiebe · 14 years ago
- 05142b6 DOC: add some more wiki edits, of rst files in ref/user guide. by rgommers · 15 years ago
- af1e833 ENH: core: Allow user to pass in output array for dot() by Luis Pedro Coelho · 15 years ago
- bdf25de ENH: index_tricks: Implement unravel_index and ravel_coords functions in C by Mark Wiebe · 15 years ago
- 6510cce ENH: core: Add PyArray_NewLikeArray function by Mark Wiebe · 15 years ago
- 5435bdc DOC: core: Document the new einsum function by Mark Wiebe · 15 years ago
- a8f5b4c ENH: ufunc: Restructure iterator ufunc evaluation into functions by Mark Wiebe · 15 years ago
- eca4d03 ENH: ufunc: Add the main loop selection/type-determination mechanism by Mark Wiebe · 15 years ago
- 5387da5 ENH: doc: Document the new API functions by Mark Wiebe · 15 years ago
- beba8f4 ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType by Mark Wiebe · 15 years ago
- 81a28e7 ENH: core: Add PyArray_MinScalarType and expose it to Python by Mark Wiebe · 15 years ago
- ee06d18 ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes by Mark Wiebe · 15 years ago
- e916b9e ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new iterator by Mark Wiebe · 15 years ago
- 165d98d ENH: core: Switch nonzero to use the iterator as an example, add count_nonzero function by Mark Wiebe · 15 years ago
- c6f8dbb ENH: Rename the half character code from 'j' to 'e' by Mark Wiebe · 15 years ago
- 9b72aa9 DOC: core: Update docs for half/float16 type by Mark Wiebe · 15 years ago
- 9273a61 DOC: BUG: correct description of ndarray iterator. Closes #1687. by rgommers · 15 years ago
- 6bcb36f DOC: dev: update also the overview by Pauli Virtanen · 15 years ago
- 8e4efa9 DOC: dev: update instructions on sending patches by Pauli Virtanen · 15 years ago
- 3c2af9e DOC: dev: try to improve Git workflow docs by Pauli Virtanen · 15 years ago
- 1f0c928 DOC: regenerate gitwash docs by Pauli Virtanen · 15 years ago
- 8b04536 DOC: add developer docs based on gitwash by Pauli Virtanen · 15 years ago
- 6716be4 DOC: explicitly require Sphinx >= 1.0.1 by Pauli Virtanen · 15 years ago
- 72665ab DOC: integrate doc/swig/doc documentation with reference guide. by rgommers · 15 years ago
- a296636 DOC: wiki merge, rst docs. by rgommers · 15 years ago
- 213302f DOC: update the blurb about the array interface by Pauli Virtanen · 15 years ago
- bb080c5 ENH: Do some housekeeping for the newly added slogdet function. by Charles Harris · 15 years ago
- 1c71673 updated documentation from pydoc website (thanks to everyone who contributed!) by Jarrod Millman · 16 years ago
- 20ec480 API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order. by Travis Oliphant · 16 years ago
- 131ac69 DOC: there is no acorrelate function. by David Cournapeau · 16 years ago
- 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
- d9f28a0 doc: rewrite latex-offending markup by Pauli Virtanen · 16 years ago
- 6e91f0f second set of checkins from doc editor by Jarrod Millman · 16 years ago
- 0d1344e DOC: add npy_nextafter/npy_spacing in doc ref. by David Cournapeau · 16 years ago
- ca35f53 docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.io.genfromtxt by pierregm · 16 years ago
- 15103d3 Add an example for using complex npymath stuff. by David Cournapeau · 16 years ago
- 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
- bb129ca * Added docs on i/o with focus on genfromtxt by pierregm · 16 years ago
- 7deb4d5 Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, 1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations. by mdroe · 16 years ago
- fb16e71 doc: enable sphinx.ext.doctest extension by Pauli Virtanen · 16 years ago
- 3e1dd88 ENH: add byteswapping tutorial by Matthew Brett · 16 years ago
- ba1c79f Final doc import cleanups. Thanks to all contributors for the preceding commits! by Pauli Virtanen · 16 years ago
- 65cc082 Docstring update: doc/source/reference by Pauli Virtanen · 16 years ago
- e434cd5 Docstring update: doc/source/user by Pauli Virtanen · 16 years ago
- 9af578f Fix remaining references to numpy.core.defmatrix by Pauli Virtanen · 16 years ago
- 9e053da add support for __array_prepare__ by Darren Dale · 16 years ago
- 16713b9 Update documentation. by David Cournapeau · 16 years ago
- a711484 Add a section in npymath doc about how to link against npymath. by David Cournapeau · 16 years ago
- 3b3c159 'Merge' docstring and reference guide for Distribution methods documentation. by David Cournapeau · 16 years ago
- fa50cfb Use automethod for the functions we added to numpy.distutils. by David Cournapeau · 16 years ago
- 9abcc03 Add documentation + example for npy-pkg-config files. by David Cournapeau · 16 years ago
- c0dac3c Add doc for add_installed_library and add_npy_pkg_config. by David Cournapeau · 16 years ago
- be0d7ef Update doc for neighborhood iterator. by David Cournapeau · 16 years ago
- 8311cc9 Add the deprecated decorator to the numpy reference. by David Cournapeau · 16 years ago
- 9ac7f1f Add version added for npy_copysign + fix doc typo. by David Cournapeau · 16 years ago
- 122f95b Update new correlation support. by David Cournapeau · 16 years ago
- c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
- 144d790 Fix versioning and inclusion to ref. guide in docs for #1132 by Pauli Virtanen · 16 years ago
- dcdf057 Add doc for copysign in numpy doc. by David Cournapeau · 16 years ago
- 8e96f6a BUG: Fix NPY_* macros for endianness (#1154). by David Cournapeau · 16 years ago
- 58d7b2d docs: more robust version number introspec & qthelp target by Pauli Virtanen · 16 years ago
- e4c0967 docs: fix class documentation by Pauli Virtanen · 16 years ago
- 692f3f6 docs: generate Attributes and Methods sections in class documentation by Pauli Virtanen · 16 years ago
- 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
- cace0d7 docs: document that neighbourhood iterator was added in 1.4.0 by Pauli Virtanen · 16 years ago
- ee57730 Add neighborhood iterator. by David Cournapeau · 16 years ago
- 8621c77 Add Euler constant to npy_math. by David Cournapeau · 16 years ago
- bfdb030 docs: port documentation from CAPI.txt by Pauli Virtanen · 16 years ago
- 24a445b docs: hide plot output admonition title by Pauli Virtanen · 16 years ago
- 258398e docs: CSS for plots by Pauli Virtanen · 16 years ago
- b9a82a1 docs: enable plot_directive by Pauli Virtanen · 16 years ago
- b95b2b8 sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib example code by Pauli Virtanen · 16 years ago
- a152471 Document the new PyArray_GetNDArrayCFeatureVersion. by David Cournapeau · 16 years ago
- 0d18cd7 sphinxext: use real RST references for bibliographies, and add suitable links for Latex by Pauli Virtanen · 16 years ago
- 1d6ed79 docs: don't use autosummary_generate for Sphinx < 0.7 by Pauli Virtanen · 16 years ago
- cdf0be3 Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 by Pauli Virtanen · 16 years ago
- 2194af2 docs: tweak latex build to recognize U+00A0 as a non-breaking space by Pauli Virtanen · 16 years ago
- 8a93617 Move routines.testing.rst to the correct place by Pauli Virtanen · 16 years ago
- ae002bb docs: use short X.Y version, and retaining any .dev suffixes by Pauli Virtanen · 16 years ago
- 341e1e1 stub for generalized ufuncs documentation by Jarrod Millman · 16 years ago
- 46a5e2b Pick up version from numpy instead of hardcoding them in conf.py/ by David Cournapeau · 16 years ago
- 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
- bab64b8 docs: strip trailing whitespace from RST files by Pauli Virtanen · 16 years ago
- 0be9072 docs: document some of the API additions in Numpy 1.3.0 by Pauli Virtanen · 16 years ago