- d883e0c Update release note link in docs by Pauli Virtanen · 15 years ago
- b88ad5d DOC: explicitly require Sphinx >= 1.0.1 by Pauli Virtanen · 15 years ago
- 551c196 DOC: wiki merge, rst docs. by rgommers · 15 years ago
- dc10b3c DOC: update the blurb about the array interface by Pauli Virtanen · 15 years ago
- 7191904 ENH: doc: roll back documentation changes to 1.5.x branch 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
- b43084e doc: update version info by Pauli Virtanen · 16 years ago
- 8174ea6 Remove ambiguous Euler constant naming for e. by David Cournapeau · 16 years ago
- 6485a8e numpy.ma doc update by pierregm · 16 years ago
- 727a1c5 Remove colloquial expression. by David Cournapeau · 16 years ago
- a5575c8 Spelling. by David Cournapeau · 16 years ago
- 45e92e7 Fix latex in core math doc. by David Cournapeau · 16 years ago
- 7bf8ace Document math constants. by David Cournapeau · 16 years ago
- d71bd35 Start documenting npy math. by David Cournapeau · 16 years ago
- df21956 Update configuration in the numpy reference. by David Cournapeau · 16 years ago
- bb4c141 doc: make the endorsement of PEP 3118 over the old array interface more strongly worder by Pauli Virtanen · 16 years ago
- 0e9f73d Update URLs to Trac. by Stefan van der Walt · 16 years ago
- 69d6473 docs: move edit link to the sidebar, and show it for all pages by Pauli Virtanen · 17 years ago
- 71320b2 doc: Move maskedarray docs upward in TOC by Pauli Virtanen · 17 years ago
- 6b633fa numpy.ma.core: by pierregm · 17 years ago
- 34eee7e docs: fix minor issues, support htmlhelp. by Pauli Virtanen · 17 years ago
- 8c542b5 Move Sphinx extensions under Numpy's SVN trunk by Pauli Virtanen · 17 years ago
- a7c643c Add preliminary docstrings for: by Charles Harris · 17 years ago
- a7eddba doc: include release notes to Sphinx build by Pauli Virtanen · 17 years ago
- ce7cd10 Doc update by pierregm · 17 years ago
- 03582a3 Moved numpy-docs under doc/ in the main Numpy trunk. by Pauli Virtanen · 17 years ago