- 13848bd DOC: Add list of authors to 1.8.0 release notes. by Charles Harris · 12 years ago
- 22efec1 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
- 958985a DOC: Tweak the 1.8.0 release notes. by Charles Harris · 12 years ago
- 7d9017a DOC: add highlights to release notes and rewrite and move some sections by Julian Taylor · 12 years ago
- c2fc934 DOC: fix signature of NpyIter_GetIterNext in capi doc by Julian Taylor · 12 years ago
- 3e0f71a DOC: minor rewording of partition note by Julian Taylor · 12 years ago
- 9505e18 DOC: move support for large files to features by Julian Taylor · 12 years ago
- 36606ab DOC: mention new comparison runtime warnings in release notes by Julian Taylor · 12 years ago
- 481bf95 Merge pull request #3744 from juliantaylor/doc-update-1.8.x by Charles Harris · 12 years ago
- 1816fa0 DOC: add isclose and partition to reference and link some docs by Julian Taylor · 12 years ago
- 2863c82 DOC: Make savez_compressed show up in the documentation. by Charles Harris · 12 years ago
- 8a0cdc6 ENH: Add build support for openblas. by Charles Harris · 12 years ago
- fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
- 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
- 577183e DOC: Update 1.8.0-notes.rst by Charles Harris · 12 years ago
- b440929 Update docs by Jay Bourque · 12 years ago
- f63eb17 Add documentation for new 'at' ufunc method by Jay Bourque · 12 years ago
- 04c341d Update documentation for 'at' method by Jay Bourque · 12 years ago
- fb7bfd8 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
- 37b6baa Merge pull request #3625 from charris/update-howtorelease by Ralf Gommers · 12 years ago
- 73db716 DOC: Update HOWTO_RELEASE.rst.txt. by Charles Harris · 12 years ago
- 871d079 BUG: Use io.open instead of open for compatibility. by Charles Harris · 12 years ago
- 3c9c31b Merge pull request #3534 from charris/nan-stat-functions by Charles Harris · 12 years ago
- 580a3b6 Merge pull request #3608 from charris/remove-1.8-diagonal-refs by Charles Harris · 12 years ago
- 98e3a6c DOC: Note the new behavior of financial.npv in the 1.8.0 release notes. by Charles Harris · 12 years ago
- dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
- 5864961 Explicitly set encoding to UTF-8 in postprocess.py by Sascha Peilicke · 12 years ago
- f8244a6 DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes. by Charles Harris · 12 years ago
- c7dd1e5 MAINT: Refactor nanfunctions. by Charles Harris · 12 years ago
- df1aa99 DOC: Remove references to diagonal changes in 1.8. by Charles Harris · 12 years ago
- 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
- 9c4c1c4 ENH: add quickselect algorithm and expose it via partition by Julian Taylor · 12 years ago
- 83a3daf BUG: Document that numpy.int_ doesn't inherit from int on Py3k by Yury V. Zaytsev · 12 years ago
- b2de377 Fix documentation description of loop spam in interactive interpreter by Eric Price · 12 years ago
- 75ac90e Merge pull request #3565 from charris/documentation-fixes by Charles Harris · 12 years ago
- d03cd89 MAINT: fix typo in npy-format.txt by Martin Spacek · 12 years ago
- fb416a0 MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst. by Charles Harris · 12 years ago
- eacca11 DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst. by Jesús Gómez · 12 years ago
- b307a8a Merge branch 'numpy-swig' into gh-3451 by Charles Harris · 12 years ago
- 895866d Merge pull request #3550 from endolith/patch-1 by njsmith · 12 years ago
- 4259c4e DOC:Revert ``assert()`` back to ``assert`` (statement) by endolith · 12 years ago
- fab4c0e DOC: fix HOWTO_BUILD_DOCS.rst.txt by Pauli Virtanen · 12 years ago
- 3903928 Add Numpydoc as a git submodule by Pauli Virtanen · 12 years ago
- f4f7c53 Move numpydoc to a separate repository by Pauli Virtanen · 12 years ago
- 1eea247 DOC:Some minor proofreading of Tests introduction by endolith · 12 years ago
- bf0134d DOC: put release notes in inverse order by Pauli Virtanen · 12 years ago
- 41eeed7 DOC: update scipy.org doc build Makefile targets by Pauli Virtanen · 12 years ago
- df21983 DOC: use the new scipy-sphinx-theme in the documentation by Pauli Virtanen · 12 years ago
- 28eadc0 MAINT: Remove outdated version checks. by Charles Harris · 12 years ago
- 4441bdd BUG: Check earlier for higher priority in binary operators, add test by Andreas Kloeckner · 12 years ago
- cb7c7be Corrected typos in documentation for PyArray_GETPTR1. by Daniel · 12 years ago
- 29dcc54 Merge pull request #2875 from ahojnnes/array-init by njsmith · 12 years ago
- 70cb9e5 Rename filled, filled_like to full, full_like by Johannes Schönberger · 12 years ago
- 2241e6c ENH: Allow unnamed return values in Returns section of doc string by Rob Ruana · 12 years ago
- f70632f Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24) by Egor Zindy · 12 years ago
- f56411b Added mention of the SuperTensor tests in the README file by Egor Zindy · 12 years ago
- 1ed31cd Removed 'static' keyword from pyfragments.swg altoghether. I've had the following errors In function ‘SWIG_AsVal_long’: error: initialiser element is not constant In function ‘SWIG_AsVal_unsigned_SS_long’: error: initialiser element is not constant, BOTH in Windows/MinGW and Linux when compiling with gcc by Egor Zindy · 12 years ago
- 2a5c2c8 Merge pull request #3436 from juliantaylor/vectorize-bool by Charles Harris · 12 years ago
- 3e95144 Fix minor typos in Polynomial class documentation by Kumar Appaiah · 12 years ago
- 4b4a736 ENH: vectorize boolean logical &&, ||, abs and not by Julian Taylor · 12 years ago
- c6e4020 Updated info about sphinx.ext.autosummary. by Robert Costa · 12 years ago
- 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
- ffa0130 DOC: use full ufunc names by Julian Taylor · 12 years ago
- 6bcba96 ENH: vectorize base math with SSE2 by Julian Taylor · 12 years ago
- eb6cf4b ENH: Vectorize float min/max operation with sse2 by Julian Taylor · 12 years ago
- 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
- 187f128 DOC: Add integer deprecations to release notes by Sebastian Berg · 12 years ago
- a2bac9d Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns index order everywhere. by Egor Zindy · 12 years ago
- a21d825 cleaned-up loop indexes in Tensor.cxx by Egor Zindy · 12 years ago
- 3e47130 Merge pull request #3411 from juliantaylor/vectorize-fabs by Charles Harris · 12 years ago
- 938f586 cosmetic changes to numpy.i by Egor Zindy · 12 years ago
- 7720373 Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swig by Egor Zindy · 12 years ago
- 0caf9d70 Fixed the capsule / cobject memory destructor. Added types to deal with lists of arrays and lists of tensors as input and inplace types. by zindy · 12 years ago
- 7fb8b71 DOC: document isnan/bswap and SSE2 improvements by Julian Taylor · 12 years ago
- 7af95b0 A minor cleanup by Joon Ro · 12 years ago
- b4b20dc Add filled and filled_like to changelog of 1.8.0 by Johannes Schönberger · 12 years ago
- 0155f8d DOC: add missing release notes to the reference guide. by Ralf Gommers · 12 years ago
- ab2741a DOC: remove module index from reference guide. by Ralf Gommers · 12 years ago
- e9e490a DOC: add to HOWTO_RELEASE to check that the benchmark suite runs. by Ralf Gommers · 12 years ago
- 900edb3 DOC: fix a word in HOWTO_DOCUMENT.rst.txt. by Warren Weckesser · 12 years ago
- 4209975 DOC: Fix URL for "How to Build API/Reference Documentation" by Dan Miller · 12 years ago
- de166d3 Merge pull request #3339 from endolith/min_max_docstrings by Charles Harris · 12 years ago
- 0a079b0 DOC: add fmax/fmin to ufuncs list and math routines list by endolith · 12 years ago
- 7d188bf Merge pull request #3329 from JDWarner/faster_arraypad by Charles Harris · 12 years ago
- 246c06d ENH: improved, faster algorithm for array padding by Josh Warner (Mac) · 12 years ago
- 79904ac DOC: update numpy.distutils documentation, remove info.py details. by Ralf Gommers · 12 years ago
- d85f7aa Another name change to RegisterLoopForDescr by Jay Bourque · 12 years ago
- c2f30f9 Change name of RegisterLoopForStructType to RegisterLoopByDescr by Jay Bourque · 12 years ago
- 0e4e930 Update c-api documentation by Jay Bourque · 12 years ago
- 273225c Merge pull request #3328 from pv/runtests by Charles Harris · 12 years ago
- 19102b0 DOC: mention runtests.py in release notes by Pauli Virtanen · 12 years ago
- 4a1736a Merge pull request #2701 from seberg/indexing by seberg · 12 years ago
- 1a28542 Update c api documentation by Jay Bourque · 12 years ago
- 8fa264a Merge pull request #2822 from ContinuumIO/custom_output_operand_fix by Charles Harris · 12 years ago
- 7738aed Fix np domain to avoid duplicate module indices in docs by Jonathan Waltman · 12 years ago
- 54524cd BUG: sphinxext: fix sphinx extensions broken recently by Pauli Virtanen · 12 years ago
- aa0b3cb Add unit test for ufunc with custom type by Jay Bourque · 12 years ago
- ede7dc4 DOC: Document that the 2to3 fixer is no longer used. by Charles Harris · 12 years ago
- 211154e BUG: Fix typo in docscrape_sphinx.py import. by Charles Harris · 12 years ago
- 3a5c547 2to3: Apply unicode fixer. by Charles Harris · 12 years ago