- c9f2514 REL: add a note on #1399 to the 1.5.1 release notes. by rgommers · 15 years ago
- d883e0c Update release note link in docs by Pauli Virtanen · 15 years ago
- f03e2a3 DOC: release: add initial release notes for 1.5.1 by Pauli Virtanen · 15 years ago
- b88ad5d DOC: explicitly require Sphinx >= 1.0.1 by Pauli Virtanen · 15 years ago
- ddcd758 sphinxext: fix Other Parameters section parsing in docscrape by Pauli Virtanen · 15 years ago
- dabff32 DOC: add FILES option to doc Makefile, for partial rebuilds by Pauli Virtanen · 15 years ago
- 23ab0a4 DOC: Point the npy NEP to the git repo. by Stefan van der Walt · 15 years ago
- 572cbfa DOC: Remove more SVN references. by Stefan van der Walt · 15 years ago
- 5567588 sphinxext: (backport r8679) more lenient parsing for See Also sections by Pauli Virtanen · 15 years ago
- 0807939 sphinxext: (backport r8610) plot_directive: insert figures at points where plt.show() is called in the text by Pauli Virtanen · 15 years ago
- 6f9dfa6 sphinxext: (backport r8605) bug fix + some features in plot_directive by Pauli Virtanen · 15 years ago
- 174370e DOC: add note on py3k-compatible nose branch. by rgommers · 15 years ago
- c8732c5 ENH: Backport r8641-r8642 from trunk. by Charles Harris · 15 years ago
- 064544f BUG: Backport r8637-r3639 from trunk. They are a mix of small fixes and by Charles Harris · 15 years ago
- 3baa529 DOC: (backport of r8628) Complete 1.5.0 release notes. by rgommers · 15 years ago
- 551c196 DOC: wiki merge, rst docs. by rgommers · 15 years ago
- 41aef8d DOC: sphinxext: (backport r8549) replace directive mangling with domains (#1489) by Pauli Virtanen · 15 years ago
- dc10b3c DOC: update the blurb about the array interface by Pauli Virtanen · 15 years ago
- c72d4be DOC: Add "check deprecations" step to HOWTO_RELEASE. by Pauli Virtanen · 15 years ago
- f04f05f BACK: Backport r8499 from trunk. by Charles Harris · 15 years ago
- 7191904 ENH: doc: roll back documentation changes to 1.5.x branch by Pauli Virtanen · 15 years ago
- b08b7b1 DOC: more updates to Py3K.txt by Pauli Virtanen · 15 years ago
- 4f732e5 DOC: update Py3K.txt a bit by Pauli Virtanen · 15 years ago
- 29001ed Add pre-nep for a copule of structured_array_extensions. by Travis Oliphant · 15 years ago
- f6c74bd DOC: add release notes check to HOWTO_RELEASE. by rgommers · 15 years ago
- 0db7671 CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too by Charles Harris · 15 years ago
- e520cdd DOC: add automatic documentation generation from C sources (using Doxygen at the moment) by Pauli Virtanen · 15 years ago
- bc9cb91 DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. by rgommers · 15 years ago
- e7c87d7 DOC: add some info on what should be uploaded to PyPi for a release. by rgommers · 15 years ago
- 88e683b Update 2.0.0 release documentation to reflect changes in the Chebyshev and by Charles Harris · 15 years ago
- 6e77005 REV: Revert the changes to the truncate method of Polynomial and Chebyshev. by Charles Harris · 15 years ago
- 59fd4c3 Add some more info to the release notes for 2.0.0. by Charles Harris · 15 years ago
- 894665b Note the changes in polynomial.polynomial and polynomial.chebyshev in by Charles Harris · 15 years ago
- e3cea87 DOC: Fix typo in 2.0.0 release notes. by Stefan van der Walt · 15 years ago
- 7d5a455 Add better summary of ndarraytype.h to release notes. by Charles Harris · 15 years ago
- b943351 ENH: Break out parts of ndarrayobject.h that don't reference the ndarray by Charles Harris · 15 years ago
- 217a7b2 DOC: fix ReST warning. by rgommers · 15 years ago
- d4563b0 DOC: add a description of the release process and setup needed. by rgommers · 15 years ago
- 20757e2 numpy.scipy.org: add license information (#1478), tidy up CSS by Pauli Virtanen · 15 years ago
- 2c275d4 Add slogdet to the release notes for 2.0.0. by Charles Harris · 15 years ago
- bb080c5 ENH: Do some housekeeping for the newly added slogdet function. by Charles Harris · 15 years ago
- 6dc315f ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) by Pauli Virtanen · 15 years ago
- bceb9c2 Add NEP for group-by additions to NumPy: reduceby, reducein, segment, and edges. by Travis Oliphant · 15 years ago
- 5664796 Move 1.5.0 release notes to 2.0.0. by Charles Harris · 15 years ago
- 6ec1020 Fix bug where __init__ was accessed for objects that might not have it. by Fernando Perez · 15 years ago
- aae1beb 3K: doc: note that f2py is now partly ported, and that capsules are used by Pauli Virtanen · 15 years ago
- ea6ca76 3K: doc: note that f2py hasn't been really ported yet by Pauli Virtanen · 16 years ago
- 0fbb6f4 3K: doc: some updates to 3K porting notes by Pauli Virtanen · 16 years ago
- 1c60ede 3K: doc: note about consequences of removed Py_TPFLAGS_CHECKTYPES by Pauli Virtanen · 16 years ago
- 0f2e7db 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly genfromtxt by Pauli Virtanen · 16 years ago
- 33d45c3 3K: doc: note in Py3K porting log that intp('0xff', 16) does not work any more by Pauli Virtanen · 16 years ago
- c55d31b 3K: doc: update porting documentation by Pauli Virtanen · 16 years ago
- fc064f1 3K: doc: update Py3K port documentation by Pauli Virtanen · 16 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
- c7c7730 remove webup, use upload by Jarrod Millman · 16 years ago
- 799f186 mv build to _build by Jarrod Millman · 16 years ago
- 242eb69 point conf to the default static content by Jarrod Millman · 16 years ago
- f59dd3a consolidating static content in one location by Jarrod Millman · 16 years ago
- 34c59cf point everything to top-level dir by Jarrod Millman · 16 years ago
- c793ba6 moving content up a level from source by Jarrod Millman · 16 years ago
- 4c84fab mv theme to _theme by Jarrod Millman · 16 years ago
- fbbedf0 add make webup by Jarrod Millman · 16 years ago
- 09e27ba missed a few links by Jarrod Millman · 16 years ago
- ffaffbc fixed broken links by Jarrod Millman · 16 years ago
- 79939bd make master TOC page by Jarrod Millman · 16 years ago
- 7894a07 adding scipy icon bar to top of the page by Jarrod Millman · 16 years ago
- 218a9a0 Added div to center align the ohloh stats. by madhusudancs · 16 years ago
- 5f6bfbe forgot to check-in the main page template by Jarrod Millman · 16 years ago
- 2e3634c converting the main page from rest to an html template and add ohloh link by Jarrod Millman · 16 years ago
- 794a6c4 ENH: emit ComplexWarning when casting complex to real (addresses #1319) by Pauli Virtanen · 16 years ago
- 577dbbd BUG: add a work-around for #1312 -- don't define bf_releasebuffer at all by Pauli Virtanen · 16 years ago
- b860d14 doc: add stub release notes by Pauli Virtanen · 16 years ago
- 45e1361 doc: more Py3 notes by Pauli Virtanen · 16 years ago
- 03f0ace doc: update Py3K notes by Pauli Virtanen · 16 years ago
- 142d6d0 Py3K notes: update notes Re Unicode and Pickling by Pauli Virtanen · 16 years ago
- 8028e77 3K: core: PyString conversion in descriptor.c by Pauli Virtanen · 16 years ago
- e2fbec1 DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
- 131ac69 DOC: there is no acorrelate function. by David Cournapeau · 16 years ago
- 9d658f9 numpy.datetime --> numpy.datetime_ and fix Descr_FromScalar to correctly add DateTime Meta data. by Travis Oliphant · 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
- 0edcfff Fix problem in divisor conversion for datetime construction and fix formating of datetime nep. by Travis Oliphant · 16 years ago
- 9e082de Mention the new polynomial and chebyshev modules in the release notes. by Charles Harris · 16 years ago
- 5a0e756 sphinxext: fix a small bug in docscrape by Pauli Virtanen · 16 years ago
- 9d48a39 sphinxext: add numpydoc_show_class_members option (from Michael Droettboom) 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
- 869b208 doc/release: add information about arraysetops changes (from Neil Crighton) by Pauli Virtanen · 16 years ago
- ba4fd56 docs: document r7697 in release notes by Pauli Virtanen · 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
- 5d3f592 Mention npymath reuse in release notes. by David Cournapeau · 16 years ago
- 0dc618c Mention C99 complex support in release notes. by David Cournapeau · 16 years ago
- 6a665e0 Add highlights for 1.4.0 release notes. by David Cournapeau · 16 years ago
- 047c625 Mention neighborhood iterator in release notes. by David Cournapeau · 16 years ago
- da7e19c DOC: mention new spacing-based testing functions in the release notes. by David Cournapeau · 16 years ago
- 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
- bbab7a4 Fix spelling of backticks. by chris.burns · 16 years ago
- 8dc4d76 Add a few examples for parameter types in HOWTO_DOCUMENT. by chris.burns · 16 years ago